cuda.core 0.8.0 Release Notes#
Breaking Changes#
Linker.backend()is now a classmethod instead of an instance property. Call sites must useLinker.backend()(with parentheses) instead oflinker.backend. This allows querying the linking backend without constructing aLinkerinstance — for example, to choose between PTX and LTOIR input before linking.