We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6327b22 commit 12d291bCopy full SHA for 12d291b
cuda_core/docs/source/release/1.0.0-notes.rst
@@ -0,0 +1,17 @@
1
+.. SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
+.. SPDX-License-Identifier: Apache-2.0
3
+
4
+.. currentmodule:: cuda.core
5
6
+``cuda.core`` 1.0.0 Release Notes
7
+=================================
8
9
10
+Breaking Changes
11
+----------------
12
13
+- :meth:`Linker.backend` is now a classmethod instead of an instance property.
14
+ Call sites must use ``Linker.backend()`` (with parentheses) instead of
15
+ ``linker.backend``. This allows querying the linking backend without
16
+ constructing a ``Linker`` instance — for example, to choose between PTX and
17
+ LTOIR input before linking.
0 commit comments