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 765ffd6 commit a81525aCopy full SHA for a81525a
tests/example_tests/device_tests/test_device_samples.py
@@ -24,7 +24,7 @@ def test_sample(self, sample):
24
# are using global memory alignment in the sample.
25
pytest.skip("Skipping test for cublasdx_device_gemm_performance.py, requires libmathdx >= 0.2.1")
26
if os.path.basename(sample) == "cublasdx_fp64_emulation.py":
27
- spec = importlib.util.find_spec("cuda.cooperative")
+ spec = importlib.util.find_spec("cuda.cccl.cooperative")
28
if spec is None:
29
pytest.skip("Skipping test for cublasdx_fp64_emulation.py, requires cuda.cooperative module")
30
run_sample(samples_path, sample, {"__name__": "__main__"})
0 commit comments