upd and patches
This commit is contained in:
39
assets/var/gnu/rocm.md
Normal file
39
assets/var/gnu/rocm.md
Normal file
@ -0,0 +1,39 @@
|
||||
rocm 7.2.4
|
||||
=
|
||||
https://github.com/ROCm/llvm-project/archive/refs/tags/rocm-7.2.4.tar.gz
|
||||
|
||||
``` sh *** build ***
|
||||
mkdir build; cd build
|
||||
```
|
||||
|
||||
``` cfg *** build deps ***
|
||||
rocm/cmake
|
||||
```
|
||||
|
||||
cmake .. \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr/local \
|
||||
-DTHEROCK_AMDGPU_TARGETS=gfx1103 \
|
||||
-DTHEROCK_DIST_AMDGPU_TARGETS=gfx1103 \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DTHEROCK_ENABLE_ALL=ON \
|
||||
-DTHEROCK_BUNDLE_SYSDEPS=OFF
|
||||
|
||||
|
||||
|
||||
cmake .. \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr/local \
|
||||
-DTHEROCK_AMDGPU_TARGETS=gfx1103 \
|
||||
-DTHEROCK_DIST_AMDGPU_TARGETS=gfx1103 \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DTHEROCK_BUNDLE_SYSDEPS=OFF \
|
||||
-DTHEROCK_ENABLE_WSL_ROCDXG=OFF
|
||||
|
||||
Нужны
|
||||
llvm
|
||||
libquadmath-devel
|
||||
elfutils-devel
|
||||
|
||||
Исполняемые
|
||||
xxd (vim ?)
|
||||
python-lit
|
||||
|
||||
Reference in New Issue
Block a user