Skip to content

Commit 7748e68

Browse files
committed
test: fix warning class path
1 parent 79fd58d commit 7748e68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testing/pytest.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ addopts = --benchmark-disable --pyargs numba.cuda.tests
99

1010
filterwarnings =
1111
error
12-
ignore:.*Grid size 1 will likely result in GPU under-utilization.+:numba.core.errors.NumbaPerformanceWarning
12+
ignore:.*Grid size 1 will likely result in GPU under-utilization.+:numba.cuda.core.errors.NumbaPerformanceWarning
1313
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
14+
ignore:.*The keyword argument .nopython=False. was supplied.+:numba.cuda.core.errors.NumbaDeprecationWarning
1515
ignore:.*nvJitLink is not installed or too old.*:RuntimeWarning
16-
ignore:.*float16 relies on LTO for performance. LTO requires nvjitlink.*:numba.core.errors.NumbaPerformanceWarning
16+
ignore:.*float16 relies on LTO for performance. LTO requires nvjitlink.*:numba.cuda.core.errors.NumbaPerformanceWarning
1717
ignore:.*The CUDA driver version is older than the backend version.*:RuntimeWarning
1818
ignore:.*class "double4" was declared deprecated.*:UserWarning
1919
ignore:invalid value encountered in (reduce|subtract):RuntimeWarning

0 commit comments

Comments
 (0)