cuda.core 0.8.0 Release Notes#

Breaking Changes#

  • Linker.backend() is now a classmethod instead of an instance property. Call sites must use Linker.backend() (with parentheses) instead of linker.backend. This allows querying the linking backend without constructing a Linker instance — for example, to choose between PTX and LTOIR input before linking.