Skip to content

Commit 0cc2ceb

Browse files
committed
update - 180809 - deven-dev01
1 parent d091b88 commit 0cc2ceb

11 files changed

+28
-76
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

tensorflow/dump_kernels_isa.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

tensorflow/dump_kernels_llvm.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

tensorflow/eigen/create_eigen_patch_tf18.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

tensorflow/eigen/create_eigen_patch_upstream.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

tensorflow/install_hcc.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
rm -rf /root/hcc/
2+
cd /root && git clone --recursive https://github.com/RadeonOpenCompute/hcc.git
3+
cd /root/hcc && git checkout -b issue812-fix d530be7
4+
cd /root/hcc && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make package -j$(nproc) && dpkg -i *.deb
5+
6+

tensorflow/install_hcc_and_hip.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

tensorflow/install_hip.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Workaround: build HIP from source using fork that holds roc-1.8.x with merged PR457
21
rm -rf /root/HIP
3-
cd /root/ && git clone -b roc-1.8.x-pr457 https://github.com/parallelo/HIP.git
4-
#cd /root/ && git clone https://github.com/deven-amd/HIP.git
5-
cd /root/HIP && mkdir -p build && cd build && cmake .. && make package -j$(nproc) && dpkg -i *.deb
2+
cd /root/ && git clone -b roc-1.8.x-pr457-altfix https://github.com/deven-amd/HIP.git
3+
cd /root/HIP && mkdir build && cd build && cmake .. && make package -j$(nproc) && dpkg -i *.deb

0 commit comments

Comments
 (0)