-
Building HIP from sources with cmake option DBUILD_HIPIFY_CLANG=ON picks up LLVM from the system. Instead, I think it should pick what comes delivered with HCC. At least in my case, the system LLVM is…
-
[ROCm 3.5 release notes](https://rocmdocs.amd.com/en/latest/Current_Release_Notes/Current-Release-Notes.html).
[HIP installation guide](https://github.com/ROCm-Developer-Tools/HIP/blob/master/INSTALL…
-
I am trying to build ROCm from branch roc-1.6.3 on my ubunu16.04-arm64 server which is running on Cavium Thunder X. Now I have built ROCK-Kernel-Driver, ROCT-Thunk-Interface and ROCR-Runtime.
When it…
-
Hi,
I just uninstalled 2.7.x and tried to install 2.8.0, but failed here because even though the env var is in /etc/env.d/ dir, it is not picked up by emerge.
See, even after uninstalling 2.7.x,…
-
So, after trying to build with USE="llvm-roc-backend -hcc-backend" I got this, there's some weird errors regarding filesystem boundaries I don't understand.
I've included the output of ```/var/tmp/…
-
Checked out the roc-2.3.x branch of HIP source code since I am developing on the roc-2.3.x ROCK-Kernel.
Steps followed:
mkdir build; mkdir hip
cd build
cmake -DHSA_PATH=/path/to/hsa -DHCC_HOME=/p…
-
```
>>> Configuring source in /var/tmp/portage/sys-devel/hip-2.1.0/work/hip-2.1.0 ...
* cmake-utils_src_prepare has not been run, please open a bug on https://bugs.gentoo.org/
>>> Working in BUILD…
-
Hi,
sys-devel/hip-2.5.0 requires clang to build, at least when I try to build sys-devel/amd-rocm-meta
Sticking clang manually via DEPEND in the hip ebuild solves the problem.
Cheers
-
export HIP_PLATFORM=hcc
cmake -DHSA_PATH=/opt/hsa-rocr-dev/hsa -DHCC_HOME=/opt/rocm/hcc -DCMAKE_INSTALL_PREFIX=/opt/rocm/hip -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS= "-v" ..
now can make as h…
-
when I try build rocFFT form source, I meet
~/ROCm/rocFFT/release# CXX=/opt/rocm/bin/hcc cmake ..
-- HCC compiler set; ROCm backend selected [ CXX=/opt/rocm/bin/hcc cmake ... ]
-- Building with R…