Skip to content

Commit f5dc7e3

Browse files
authored
NEW: Add Event to public API (#501)
Downstream packages that want to use Event to type hint their APIs should be able to import Event without accessing private modules.
1 parent 406b81c commit f5dc7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_core/cuda/core/experimental/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from cuda.core.experimental import utils
66
from cuda.core.experimental._device import Device
7-
from cuda.core.experimental._event import EventOptions
7+
from cuda.core.experimental._event import Event, EventOptions
88
from cuda.core.experimental._launcher import LaunchConfig, launch
99
from cuda.core.experimental._linker import Linker, LinkerOptions
1010
from cuda.core.experimental._module import ObjectCode

0 commit comments

Comments
 (0)