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 940684e commit 763e185Copy full SHA for 763e185
numba_cuda/numba/cuda/tests/nrt/__init__.py
@@ -0,0 +1,8 @@
1
+from numba.cuda.testing import ensure_supported_ccs_initialized
2
+from numba.cuda.tests import load_testsuite
3
+import os
4
+
5
6
+def load_tests(loader, tests, pattern):
7
+ ensure_supported_ccs_initialized()
8
+ return load_testsuite(loader, os.path.dirname(__file__))
0 commit comments