Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jit][edge] Fix array index checking in mobile interpreter. (pytorch#…
…73241) Summary: Pull Request resolved: pytorch#73241 Stop using non-portable out-of-range indexing in mobile interpreter, also change code types indexing to use vector.at() to catch out-of-range bugs earlier. Test Plan: buck test mode/dbg mode/no-gpu -c fbcode.platform=platform010 //caffe2/test/cpp/jit:jit -- BackendTest.TestCompiler Reviewed By: dhruvbird, r-barnes Differential Revision: D34370237 fbshipit-source-id: 1827f75ed00ecc10bbcece48329b0ac87189b079 (cherry picked from commit ab943ef)
- Loading branch information