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 fc8a4f8 commit 0f12d95Copy full SHA for 0f12d95
testing/pytest.ini
@@ -12,3 +12,5 @@ filterwarnings =
12
ignore:.*Grid size 1 will likely result in GPU under-utilization.+:numba.core.errors.NumbaPerformanceWarning
13
ignore:.*dynamic initialization is not supported for a function-scope static __shared__.*:UserWarning
14
ignore:.*The keyword argument .nopython=False. was supplied.+:numba.core.errors.NumbaDeprecationWarning
15
+ ignore:.*nvJitLink is not installed or too old.*:RuntimeWarning
16
+ ignore:.*float16 relies on LTO for performance. LTO requires nvjitlink.*:numba.core.errors.NumbaPerformanceWarning
0 commit comments