You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ROCm installations prior to v6 don't respect the traditional
installation layout and install the HSA headers to
`$PREFIX/hsa/include/hsa` whereas in rocm6 it looks like they're putting
it in the right place at `$PREFIX/include/hsa`.
That cleanup from AMD is good news, but it means that our workarounds
now break and we need to check both places.
This is a companion to
oneapi-src/unified-runtime#1208
0 commit comments