Skip to content

Commit 2db9676

Browse files
authored
Update CUDA_UPGRADE_GUIDE.MD
1 parent 3f44ffe commit 2db9676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CUDA_UPGRADE_GUIDE.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ There are three types of Docker containers we maintain in order to build Linux b
5252

5353
## 3. Update Magma for Linux
5454
Build Magma for Linux. Our Linux CUDA jobs use conda, so we need to build magma-cuda116 and push it to anaconda:
55-
1. Follow this [PR 997](https://github.com/pytorch/builder/pull/997) for all steps in this section
55+
1. Follow this [PR 1368](https://github.com/pytorch/builder/pull/1368) for all steps in this section
5656
2. Currently, this is mainly copy-paste in [`magma/Makefile`](magma/Makefile) if there are no major code API changes/deprecations to the CUDA version. Previously, we've needed to add patches to MAGMA, so this may be something to check with NVIDIA about.
5757
3. To push the package, please update build-magma-linux workflow [PR 897](https://github.com/pytorch/builder/pull/897).
5858
4. NOTE: This step relies on the conda-builder image (changes to `.github/workflows/build-conda-images.yml`), so make sure you have pushed the new conda-builder prior. Validate this step by logging into anaconda.org and seeing your package deployed for example [here](https://anaconda.org/pytorch/magma-cuda115)

0 commit comments

Comments
 (0)