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

Test GTIR-DaCe backend #638

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft

Test GTIR-DaCe backend #638

wants to merge 18 commits into from

Conversation

edopao
Copy link
Contributor

@edopao edopao commented Jan 10, 2025

Known issues:

Blocking issues:

  • Lowering to SDFG errors:
    test_fused_velocity_advection_stencil_1_to_7.py::TestFusedVelocityAdvectionStencil1To7::test_TestFusedVelocityAdvectionStencil1To7[backend=dace_gpu-grid=simple_grid] - ValueError: Missing symbols on nested SDFG "lambda_2: ['___tuple_el_14_size_1', '___tuple_el_14_stride_0', '___tuple_el_14_stride_1', '___tuple_el_14_size_0']"
    test_fused_velocity_advection_stencil_8_to_13.py::TestFusedVelocityAdvectionStencil8To13::test_TestFusedVelocityAdvectionStencil8To13[backend=dace_gpu-grid=simple_grid] - ValueError: Failed to compute the inner strides.
  • Validation error in dycore GPU test (works on CPU):
    test_compute_exner_from_rhotheta.py::TestComputeExnerFromRhotheta::test_TestComputeExnerFromRhotheta[backend=dace_gpu-grid=simple_grid] - AssertionError: Validation failed for 'theta_v'
  • Segmentation fault errors in tests/dycore_tests (never tested before with dace backend)

Depends on latest GT4Py main branch + lowering of scan PR (GridTools/gt4py#1776).

Copy link

Mandatory Tests

Please make sure you run these tests via comment before you merge!

  • cscs-ci run default
  • launch jenkins spack

Optional Tests

To run benchmarks you can use:

  • cscs-ci run benchmark

To run tests and benchmarks with the DaCe backend you can use:

  • cscs-ci run dace

In case your change might affect downstream icon-exclaim, please consider running

  • launch jenkins icon

For more detailed information please look at CI in the EXCLAIM universe.

@edopao
Copy link
Contributor Author

edopao commented Jan 10, 2025

cscs-ci run dace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants