Skip to content

Commit 87b2e28

Browse files
committed
chore: ignore dynamic init warning in cu file
1 parent c5ac30f commit 87b2e28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ addopts = --benchmark-disable --pyargs numba.cuda.tests
1010
filterwarnings =
1111
error
1212
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

0 commit comments

Comments
 (0)