rocm-arch

A collection of Arch Linux PKGBUILDS for the ROCm platform

[miopen-hip] Partial PKGBUILD fix: (#556) - Change compiled from `hcc` to rocm's `clang++` as per the MIOpen build instructions, - Add `BOOST_CONTAINER_DISABLE_NOINLINE` to fix an issue with `noinline` not being defined, - Remove `HALF_ENABLE_F16C_INTRINSICS` as it should be automatically set (as per http://half.sourceforge.net/half_8hpp.html#a9f8c77eb299462e092d2df4d2d2b7abf), - Remove `MIOPEN_HIP_COMPILER` as it is automatically determined by CMake based on `CMAKE_INSTALL_PREFIX`, - Remove `Boost_NO_BOOST_CMAKE` flag as it does not seem to do anything Note that although this fixes #511, the issue described in #509 remains.

Changes

2 changed files (+8/-9)