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 7748e68 commit 6e8d048Copy full SHA for 6e8d048
testing/pytest.ini
@@ -13,6 +13,7 @@ filterwarnings =
13
ignore:.*dynamic initialization is not supported for a function-scope static __shared__.*:UserWarning
14
ignore:.*The keyword argument .nopython=False. was supplied.+:numba.cuda.core.errors.NumbaDeprecationWarning
15
ignore:.*nvJitLink is not installed or too old.*:RuntimeWarning
16
+ ignore:.*libnvJitLink.*is too old.*:RuntimeWarning
17
ignore:.*float16 relies on LTO for performance. LTO requires nvjitlink.*:numba.cuda.core.errors.NumbaPerformanceWarning
18
ignore:.*The CUDA driver version is older than the backend version.*:RuntimeWarning
19
ignore:.*class "double4" was declared deprecated.*:UserWarning
0 commit comments