We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82df864 commit 9449cabCopy full SHA for 9449cab
cuda_core/cuda/core/experimental/__init__.py
@@ -4,7 +4,7 @@
4
5
from cuda.core.experimental import utils
6
from cuda.core.experimental._device import Device
7
-from cuda.core.experimental._event import EventOptions
+from cuda.core.experimental._event import Event, EventOptions
8
from cuda.core.experimental._launcher import LaunchConfig, launch
9
from cuda.core.experimental._linker import Linker, LinkerOptions
10
from cuda.core.experimental._module import ObjectCode
0 commit comments