Open atamazov opened 3 years ago
There were times when HIP compilation didn't work in embedded MIOpen, because precompiled HIP headers weren't available.
https://github.com/ROCmSoftwarePlatform/MIOpen/blob/5cb2e548131d777d589917db8a0d8669b3ae8c5d/CMakeLists.txt#L132-L135
This workaround leads to performance drop of embedded MIOpen.
We should remove this (or make it dependent on HIP version).
:warning: HIP PCH is broken in 4.5.
@atamazov Is this fixed as of latest ROCm 6.0.2 (HIP 6.0.32831)? Thanks!
There were times when HIP compilation didn't work in embedded MIOpen, because precompiled HIP headers weren't available.
https://github.com/ROCmSoftwarePlatform/MIOpen/blob/5cb2e548131d777d589917db8a0d8669b3ae8c5d/CMakeLists.txt#L132-L135
This workaround leads to performance drop of embedded MIOpen.
We should remove this (or make it dependent on HIP version).
:warning: HIP PCH is broken in 4.5.