Skip to content

Commit 0ca509e

Browse files
authored
Merge pull request #229 from NVIDIA/ksimpson/cuda_core_linker_155
Add the cuda.core.experimental.Linker class
2 parents c6a1a94 + 1c9dea6 commit 0ca509e

File tree

5 files changed

+636
-0
lines changed

5 files changed

+636
-0
lines changed

cuda_core/cuda/core/experimental/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
from cuda.core.experimental._device import Device
77
from cuda.core.experimental._event import EventOptions
88
from cuda.core.experimental._launcher import LaunchConfig, launch
9+
from cuda.core.experimental._linker import Linker, LinkerOptions
910
from cuda.core.experimental._program import Program
1011
from cuda.core.experimental._stream import Stream, StreamOptions

0 commit comments

Comments
 (0)