-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Remove deprecated torch/csrc/jit/codegen/cuda #131296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/131296
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 1 Unrelated FailureAs of commit 481d615 with merge base 334b38c ( NEW FAILURES - The following jobs have failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
4fc2665
to
c8a1aee
Compare
b96725b
to
76c2a28
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think a detailed PR description with more details on the "why" would be helpful!
@pytorchbot rebase |
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
Successfully rebased |
76c2a28
to
b3a7a6e
Compare
b3a7a6e
to
f2a2058
Compare
f2a2058
to
d3422f1
Compare
@albanD Is it a good time to consider it? |
cadaf98
to
a611bd9
Compare
Curious where you found use of it? |
I can't find references of the removed APIs elsewhere. |
@pytorchbot rebase |
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
Signed-off-by: cyy <cyyever@outlook.com>
Successfully rebased |
a611bd9
to
481d615
Compare
Remove deprecated
csrc/jit/codegen/cuda
. The code has been deprecated for 2 year or more. Even though there may still be usage, it is worth breaking backward compatibility.