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.
2 parents 74cd7ae + ae3fe26 commit 079e177Copy full SHA for 079e177
1 file changed
cuda_core/cuda/core/experimental/_event.py
@@ -8,7 +8,7 @@
8
from dataclasses import dataclass
9
from typing import TYPE_CHECKING, Optional
10
11
-from cuda.core.experimental._utils.cuda_utils import check_or_create_options, driver, handle_return
+from cuda.core.experimental._utils.cuda_utils import CUDAError, check_or_create_options, driver, handle_return
12
13
if TYPE_CHECKING:
14
import cuda.bindings
0 commit comments