1604a87aAdd warning to README
Updating single packages while the ROCm stack of an older release is
still installed may result in build errors. The README now contains a
warning and recommends a fresh install, in accordance with AMD's
official recommendation:
https://github.com/RadeonOpenCompute/ROCm/blob/master/README.md
Torsten Keßler
authored at
Torsten Keßler
comitted at
59f33aeb[llvm-amdgpu] Fix quotes (#574)
In previous commit, quickly fixed a hard-coded Python 3.9 version to
automatically detect it; except I forgot to changes the string to use
double quotes.JP-Ellis
authored at
GitHub
comitted at
4fd430beFix tensorflow include (#573)
* Fix tensorflow include
When tensorflow is installed, the CMake script tries to locates
`/usr/lib/libtensorflow.so`, and if found enables some additional
components of LLVM. Unfortunately, it assumes that the Tensorflow
headers are located in `/usr/include`, but they are in fact installed in
`/usr/include/tensorflow`.
* Detect python versionJP-Ellis
authored at
GitHub
comitted at
1d1b470c[hip-rocclr] fix patch versioning
acxz
authored at
acxz
comitted at
026e0b4f[rock-dkms-{firmware-}bin] Version bump for firmware packages. (#560)
Co-authored-by: Ray Gomez <ray.gomez@liqid.com>Ray
authored at
GitHub
comitted at
072a7185[miopen-opencl] Bump to 4.0.0 and build similar to miopen-hip (#559)
Sergey Moryakov
authored at
GitHub
comitted at
d5a7eb25Add version files for rocm-dev, rocm-utils and rocm-libs (#558)
Darjan Krijan
authored at
GitHub
comitted at
ded5ff8d[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.JP-Ellis
authored at
GitHub
comitted at
36ba27dbremove deprecated aomp-amdgpu package
acxz
authored at
acxz
comitted at