This repository was archived by the owner on Aug 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 225
CUDA 12.4 Conda Build Fix #1786
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
|
Testing this branch with https://github.com/pytorch/pytorch/pull/121684/files but for some reason this branch is not picked up? |
malfet
approved these changes
Apr 16, 2024
ptrblck
approved these changes
Apr 16, 2024
nWEIdia
added a commit
to nWEIdia/pytorch
that referenced
this pull request
Apr 16, 2024
it tried to use CUPTI 12.1. CUPTI12.4 should be used. Failure: https://ossci-raw-job-status.s3.amazonaws.com/log/23871568549 Details: basename /usr/local/cuda-12.1/extras/CUPTI/lib64/libcupti.so.12 filename=libcupti.so.12 cp /usr/local/cuda-12.1/extras/CUPTI/lib64/libcupti.so.12 /opt/conda/conda-bld/pytorch_1712964489150/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place/lib/python3.10/site-packages/torch/lib/libcupti.so.12 cp: cannot stat /usr/local/cuda-12.1/extras/CUPTI/lib64/libcupti.so.12: No such file or directory
This reverts commit 0549606.
2129c66 to
ccdfe5c
Compare
now that pytorch-nightly already contains this package This reverts commit ccdfe5c.
Contributor
Author
|
Conda workflows are all green now with updated driver in ossci-linux: https://github.com/pytorch/pytorch/actions/runs/8790698431/job/24218683511 This PR is ready to be merged. |
nWEIdia
added a commit
to nWEIdia/pytorch
that referenced
this pull request
Apr 25, 2024
atalman
approved these changes
Apr 26, 2024
nWEIdia
added a commit
to nWEIdia/pytorch
that referenced
this pull request
Apr 26, 2024
nWEIdia
added a commit
to nWEIdia/pytorch
that referenced
this pull request
Apr 30, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix the bug where building conda CUDA 12.4 encountered "no such file" as it tried to use CUPTI 12.1. CUPTI12.4 should be used.
Failure: https://ossci-raw-job-status.s3.amazonaws.com/log/23871568549 Details:
cc @malfet @atalman @ptrblck