Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tocean committed Feb 18, 2024
1 parent 8e12fb8 commit 4aa84a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
# 1.14.0a0+410ce96
- torch: "1.14"
nvcr: 22.12-py3
dir: ../torch1
dir: torch1
# 2.1.0a0+32f93b1
- torch: "2.1"
nvcr: 23.10-py3
dir: ../torch2
dir: torch2
container:
image: nvcr.io/nvidia/pytorch:${{ matrix.nvcr }}
options: --privileged --ipc=host --gpus=all
Expand Down
2 changes: 2 additions & 0 deletions dockerfile/torch2.1-cuda12.2.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ WORKDIR /opt/msamp
ADD third_party third_party
RUN cd third_party/msccl && \
make -j ${NUM_MAKE_JOBS} src.build NVCC_GENCODE="\
-gencode=arch=compute_70,code=sm_70 \
-gencode=arch=compute_80,code=sm_80 \
-gencode=arch=compute_90,code=sm_90" && \
make install
# cache TE build to save time in CI
Expand Down

0 comments on commit 4aa84a3

Please sign in to comment.