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 abf867b commit 88202d1Copy full SHA for 88202d1
testing/pytest.ini
@@ -10,4 +10,4 @@ addopts = --benchmark-disable --pyargs numba.cuda.tests
10
filterwarnings =
11
error
12
ignore:Grid size 1 will likely result in GPU under-utilization due to low occupancy.:numba.core.errors.NumbaPerformanceWarning
13
- ignore:dynamic initialization is not supported for a function-scope static __shared__:UserWarning
+ ignore:.+dynamic initialization is not supported for a function-scope static __shared__.+:UserWarning
0 commit comments