We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dace:gpu
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: