-
Notifications
You must be signed in to change notification settings - Fork 713
Add checks for compute_slice #15647
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?
Add checks for compute_slice #15647
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15647
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 1 Cancelled Job, 2 Unrelated FailuresAs of commit 0cdd555 with merge base 692825d ( NEW FAILURES - The following jobs have failed:
CANCELLED JOB - The following job was cancelled. Please retry:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Summary: Add safety checks to compute_slice, to ensure that we: 1. Do not read outside of the src tensor bounds 2. Do not write outside of the output tensor bounds Differential Revision: D86433966
d48711e to
76ed804
Compare
Summary: Add safety checks to compute_slice, to ensure that we: 1. Do not read outside of the src tensor bounds 2. Do not write outside of the output tensor bounds Differential Revision: D86433966
33318db to
05695b6
Compare
Summary: Add safety checks to compute_slice, to ensure that we: 1. Do not read outside of the src tensor bounds 2. Do not write outside of the output tensor bounds Also pass in KernelRuntimeContext to use ET_KERNEL_CHECK_MSG and make errors non-fatal. Differential Revision: D86433966
Summary: Add safety checks to compute_slice, to ensure that we: 1. Do not read outside of the src tensor bounds 2. Do not write outside of the output tensor bounds Also pass in KernelRuntimeContext to use ET_KERNEL_CHECK_MSG and make errors non-fatal. Differential Revision: D86433966
05695b6 to
0cdd555
Compare
Summary:
Add safety checks to compute_slice, to ensure that we:
Differential Revision: D86433966