Skip to content

Commit 0f12d95

Browse files
committed
chore: ignore more warnings
1 parent fc8a4f8 commit 0f12d95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testing/pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ filterwarnings =
1212
ignore:.*Grid size 1 will likely result in GPU under-utilization.+:numba.core.errors.NumbaPerformanceWarning
1313
ignore:.*dynamic initialization is not supported for a function-scope static __shared__.*:UserWarning
1414
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

Comments
 (0)