We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a543c commit 6d5e25dCopy full SHA for 6d5e25d
1 file changed
cuda_core/tests/test_launcher.py
@@ -86,6 +86,7 @@ def test_launch_config_native_cache_stable(init_cuda):
86
def test_launch_config_native_cache_cooperative(init_cuda):
87
"""Cached cooperative config retains the cooperative attribute."""
88
from cuda.core._launch_config import _to_native_launch_config
89
+
90
try:
91
config = LaunchConfig(grid=1, block=1, is_cooperative=True)
92
except Exception:
0 commit comments