Skip to content

Commit

Permalink
Merge pull request #229 from NVIDIA/ksimpson/cuda_core_linker_155
Browse files Browse the repository at this point in the history
Add the cuda.core.experimental.Linker class
  • Loading branch information
leofang authored Dec 7, 2024
2 parents c6a1a94 + 1c9dea6 commit 0ca509e
Show file tree
Hide file tree
Showing 5 changed files with 636 additions and 0 deletions.
1 change: 1 addition & 0 deletions cuda_core/cuda/core/experimental/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
from cuda.core.experimental._device import Device
from cuda.core.experimental._event import EventOptions
from cuda.core.experimental._launcher import LaunchConfig, launch
from cuda.core.experimental._linker import Linker, LinkerOptions
from cuda.core.experimental._program import Program
from cuda.core.experimental._stream import Stream, StreamOptions
Loading

0 comments on commit 0ca509e

Please sign in to comment.