Add rocm-6.4 to workflows (#165)
* Add rocm-6.4 to workflows * Update containers.yml * Update cpack.yml * Update cpack.yml * Disable OpenMP Target Examples on GitHub Runners * Fix build warnings. Switch statements with unhandled enums. * Enable testing on 6.3 and 6.4 * Ubuntu 24 workflow. Build both ROCm 6.3 and 6.4 Signed-off-by: David Galiffi <David.Galiffi@amd.com> --------- Signed-off-by: David Galiffi <David.Galiffi@amd.com>
This commit is contained in:
gecommit door
GitHub
bovenliggende
1c3616fcc2
commit
169c9a0d49
@@ -104,7 +104,7 @@ jobs:
|
||||
-DROCPROFSYS_PYTHON_ENVS="py3.6;py3.7;py3.8;py3.9;py3.10;py3.11"
|
||||
-DROCPROFSYS_CI_MPI_RUN_AS_ROOT=ON
|
||||
-DROCPROFSYS_MAX_THREADS=64
|
||||
-DROCPROFSYS_DISABLE_EXAMPLES="transpose;rccl;videodecode;jpegdecode"
|
||||
-DROCPROFSYS_DISABLE_EXAMPLES="transpose;rccl;openmp-target;videodecode;jpegdecode"
|
||||
-DROCPROFSYS_BUILD_NUMBER=${{ github.run_attempt }}
|
||||
--
|
||||
-LE "transpose|rccl|videodecode|jpegdecode|network"
|
||||
|
||||
Verwijs in nieuw issue
Block a user