JackAKirk
JackAKirk
Is there any expectation that gcc11 will be supported at some point on 22.04 for rocm? This is the default version of gcc for 22.04 after all.
cc @AerialMantis
It looks like this could relate to https://github.com/KhronosGroup/SPIRV-LLVM-Translator/issues/481 see also https://github.com/JuliaGPU/oneAPI.jl/issues/55 I don't know why the change to gcc12 seems to have caused this to suddenly be a problem.
There's a few possible options. Since gcc11 is the default for 22.04, I can see that it might make the most sense to use this version in the CI. It...
Also since the nightly has been broken for a while, the uplift to gcc12 may have nothing to do with this spirv issue. I suppose I could confirm this by...
You might want to wait on this because it may have been due to the gcc12 uplift, which I think I am going to revert.
It might just be a coincidence that this is a amd cpu, but for 22.04 amd also requires gcc12 for rocm: https://github.com/ROCm/ROCm/issues/2949. In any case the timing suggests it was...
> @JackAKirk Assigning to you for now, if it still fails after reverting gcc12 please assign back to me. @sarnex I've signed it back to you. Everything is now working...
This will be fixed when https://github.com/oneapi-src/unified-runtime/pull/1565 is merged. We are working on this as a priority.
The ur changes have now been pulled in here: https://github.com/intel/llvm/pull/14030 Closing this issue.