Skip to content

Fix ROCm 5 build

Roel Aaij requested to merge fix_rocm5_build into master

It looks like the clang++ that is used under the hood by ROCm 5 is not being passed the gcc toolchain used by the host compiler. Find and pass it explicitly to work around this issue.

Merge request reports