Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TEST: use gcc to compile UCX in clang-tidy-rocm
The hip header file generates a warning when compiled with clang, which in itself is harmless, but because all warnings are treated as errors, the compilation fails in the UCX step. Compile UCX with gcc instead of clang (since we are not truly interested in running clang-tidy on ucx in this CI, but just on UCC) Furthermore, force using rocm 5.6.1 instead of the newest version
- Loading branch information