Open FlorianDeconinck opened 1 year ago
FVSubgridZ leads to a CUDA 701 when ran under dace:gpu. The underlying cause is an overflow of the registers leading to cuda launch failure.
FVSubgridZ
dace:gpu
Temporary workaround as introduced in PR #400 is a skip_test that cancelled our translate test for this particular backend.
skip_test
Avenue for solutions:
WARNING: this probably also fail when doing orchestration, it remains untested
FVSubgridZ
leads to a CUDA 701 when ran underdace:gpu
. The underlying cause is an overflow of the registers leading to cuda launch failure.Temporary workaround as introduced in PR #400 is a
skip_test
that cancelled our translate test for this particular backend.Avenue for solutions:
WARNING: this probably also fail when doing orchestration, it remains untested