Skip to content
New issue

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

FVSubgridZ failure on dace:gpu backend #410

Open
FlorianDeconinck opened this issue Dec 20, 2022 · 0 comments
Open

FVSubgridZ failure on dace:gpu backend #410

FlorianDeconinck opened this issue Dec 20, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@FlorianDeconinck
Copy link
Contributor

FlorianDeconinck commented Dec 20, 2022

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.

Temporary workaround as introduced in PR #400 is a skip_test that cancelled our translate test for this particular backend.

Avenue for solutions:

  • break code to have a smaller number of tracers updated
  • change the block/thread configuration for the stencil
  • skip field_to_scalar OIR pass (in combination with the above)
  • deeper fix of the backend in GT4Py (tbd)

WARNING: this probably also fail when doing orchestration, it remains untested

@FlorianDeconinck FlorianDeconinck added the bug Something isn't working label Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant