Skip to content

Commit 273aee9

Browse files
lucylqGithub Executorch
andauthored
Fix unchecked map access in xnnpack (#18804)
Introduce remapId function that checks error instead of std::unordered_map::at(), which throws std::out_of_range in noexcept functions causing std::terminate(). Applied across all ~30 node-definition functions in XNNCompiler. Authored-with: Claude Co-authored-by: Github Executorch <github_executorch@arm.com>
1 parent 266ff2d commit 273aee9

1 file changed

Lines changed: 175 additions & 92 deletions

File tree

0 commit comments

Comments
 (0)