-
Notifications
You must be signed in to change notification settings - Fork 25.9k
make ATen/native/cuda/RreluWithNoise.cu #99341
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
Conversation
Test Plan: Rely on CI.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/99341
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 1 FailuresAs of commit 55e5463: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
| scalar_t* noise_data = noise.data_ptr<scalar_t>(); | ||
| scalar_t* output_data = tmp_output.data_ptr<scalar_t>(); | ||
| const scalar_t* input_data = input.const_data_ptr<scalar_t>(); | ||
| scalar_t* noise_data = noise.mutable_data_ptr<scalar_t>(); |
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.
This looks extremely suspect
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.
take a look at line 63 though.
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: This PR is too stale; the last push date was more than 3 days ago. Please rebase and try again. You can rebase and merge by leaving the following comment on this PR: Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot merge -f "low risk PR" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
make ATen/native/cuda/RreluWithNoise.cu
Test Plan: Rely on CI.