Skip to content

Commit

Permalink
Upgrade cutlass to v3.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Tuttle <quic_mtuttle@quicinc.com>
  • Loading branch information
quic-mtuttle authored and neoci committed Dec 18, 2023
1 parent 87f8a87 commit a9e8fe9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Jenkins/Dockerfile.torch-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ RUN ln -s /usr/bin/run-clang-tidy-11.py /usr/bin/run-clang-tidy.py
# Provide write permission to the python package folder in order to install AIMET in editable mode
RUN chmod o+w /usr/local/lib/python3.8/dist-packages

# Install cutlass 3.0
# Install cutlass 3.3.0
RUN cd /usr/local && \
git clone --depth 1 --branch v3.0.0 https://github.com/NVIDIA/cutlass.git && \
mv cutlass cutlass-3.0 && \
chown -R root:users cutlass-3.0 && \
ln -s cutlass-3.0 cutlass
git clone --depth 1 --branch v3.3.0 https://github.com/NVIDIA/cutlass.git && \
mv cutlass cutlass-3.3.0 && \
chown -R root:users cutlass-3.3.0 && \
ln -s cutlass-3.3.0 cutlass

0 comments on commit a9e8fe9

Please sign in to comment.