Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

FVSubgridZ failure on dace:gpu backend #410

Description

@FlorianDeconinck

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions