Skip to content

Commit

Permalink
Remove rccl pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
pnunna93 committed Feb 6, 2023
1 parent 3a26e40 commit b0a5600
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions dockerfile/rocm5.1.x.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,6 @@ RUN cd /tmp && \
cp ./Linux/mlc /usr/local/bin/ && \
rm -rf ./Linux mlc.tgz

# Install rccl with commitid 700b473
RUN cd /tmp && \
git clone https://github.com/ROCmSoftwarePlatform/rccl.git && \
cd rccl && git checkout 700b473 && \
mkdir build && cd build && \
CXX=/opt/rocm/bin/hipcc cmake -DCMAKE_INSTALL_PREFIX=/opt/rocm/rccl .. && \
make -j ${NUM_MAKE_JOBS} && make install && \
cd /tmp && \
rm -rf rccl

ENV PATH="${PATH}:/opt/rocm/hip/bin/" \
LD_LIBRARY_PATH="/usr/local/lib/:${LD_LIBRARY_PATH}" \
SB_HOME=/opt/superbench \
Expand Down

0 comments on commit b0a5600

Please sign in to comment.