You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cuda_core/docs/source/release/0.2.0-notes.rst
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
``cuda.core`` 0.2.0 Release Notes
4
4
=================================
5
5
6
-
Released on <TODO>, 2024
6
+
Released on <TODO>, 2025
7
7
8
8
Highlights
9
9
----------
@@ -12,14 +12,19 @@ Highlights
12
12
- Add :class:`~DeviceProperties` to provide pythonic access to device properties.
13
13
- Add kernel attributes to :class:`~Kernel`
14
14
15
-
Limitations
16
-
-----------
17
-
18
-
- <TODO>
19
-
20
15
Breaking Changes
21
16
----------------
22
17
23
18
- Change ``__cuda_stream__`` from attribute to method
24
19
- The :meth:`~Program.compile` method no longer accepts the `options` argument. Instead, you can optionally pass an instance of :class:`~ProgramOptions` to the constructor of :obj:`~Program`.
25
-
- :meth: `~Device.properties` now provides an instance of :class:`~DeviceProperties` instead of a dictionary.
20
+
- :meth:`~Device.properties` now provides an instance of :class:`~DeviceProperties` instead of a dictionary.
21
+
22
+
New features
23
+
------------
24
+
25
+
- Expose :class:`ObjectCode` as a public API, which allows loading cubins from memory or disk. For loading other kinds of code types, please continue using :class:`Program`.
0 commit comments