[ET-VK][ops] Extend arange, clamp, and index.Tensor support - #22481
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/22481
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 8d67228 with merge base 902fcf5 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Pull Request resolved: #22481 Support runtime-varying `arange` bounds, fractional and negative steps, and symbolic `clamp` bounds for integer and floating-point tensors. Extend buffer `index.Tensor` to gather on any axis while preserving multidimensional index shapes. Authored with Codex. ghstack-source-id: 423931774 @exported-using-ghexport Differential Revision: [D118507314](https://our.internmc.facebook.com/intern/diff/D118507314/)
|
Checked, and it covers both, so I have acted on it:
#22399 merges cleanly with this branch. |
c3c3856
into
gh/SS-JIA/627/base
Pull Request resolved: #22481 Support runtime-varying `arange` bounds, fractional and negative steps, and symbolic `clamp` bounds for integer and floating-point tensors. Extend buffer `index.Tensor` to gather on any axis while preserving multidimensional index shapes. Authored with Codex. ghstack-source-id: 423931774 @exported-using-ghexport Differential Revision: [D118507314](https://our.internmc.facebook.com/intern/diff/D118507314/)
Stack from ghstack (oldest at bottom):
Support runtime-varying
arangebounds, fractional and negative steps, and symbolicclampbounds for integer and floating-point tensors. Extend bufferindex.Tensorto gather on any axis while preserving multidimensional index shapes.Authored with Codex.
Differential Revision: D118507314