build: bump dace version - #2773
Conversation
|
cscs-ci run default |
|
cscs-ci run dace-determinism |
|
cscs-ci run dace-determinism |
|
cscs-ci run dace-determinism |
|
cscs-ci run dace-determinism |
|
cscs-ci run dace-determinism |
|
cscs-ci run dace-determinism |
|
cscs-ci run dace-determinism |
|
cscs-ci run dace-determinism |
|
cscs-ci run default |
|
@romanc @FlorianDeconinck I see errors in the That is strange, because the |
There are errors also in the GH200/CUDA pipeline. |
|
First time we hit this, I have never seen this |
|
@tobias: so because it's crashing across the board I am guessing our glue code with DaCe for stencil mode has broken down with the new version - any |
|
The undefined variable points to https://github.com/spcl/dace/pull/2489/changes. It was introduced there and that's why we've never seen it before. |
This pull request includes updates to dependencies, configuration handling for CUDA architecture detection, and a CI job setting. The most significant changes are an upgrade to the required DaCe version, an improved approach to configuring CUDA architecture detection, and a minor CI configuration adjustment.
Dependency and configuration updates:
dacepackage version from2.0.0a5to2.0.0a6inpyproject.toml, ensuring compatibility with recent DaCe features and fixes.set_dace_configincommon.py: now setscompiler.cuda.cuda_archdirectly instead of passing a CMake argument, aligning with best practices and recent DaCe updates.CI/CD configuration:
allow_failure: truefrom thebuild_cscs_amd_rocmCI job inci/cscs-ci-dace-determinism.yml, making failures in this job block the pipeline.