Closed aktech closed 1 year ago
Since the tests are failing due to Numba warning, one quick fix is to disable low occupancy warnings (for tests):
from numba import config
config.CUDA_LOW_OCCUPANCY_WARNINGS = 0
Of course it would hide the issue, but at least it isolates the issue.
It seems like the GPU tests have started to fail with the latest Numba version:
Ref: https://github.com/pystatgen/sgkit/runs/4906151881?check_suite_focus=true