iree-org / iree

A retargetable MLIR-based machine learning compiler and runtime toolkit.
http://iree.dev/
Apache License 2.0
2.57k stars 574 forks source link

[Test] Tweak output_buffer_reference_test to repro ASan issue. #17657

Closed ScottTodd closed 2 months ago

ScottTodd commented 3 months ago

Test case repro for https://github.com/iree-org/iree/issues/17635#issuecomment-2164009648. Not sure if any of our CI builds would catch this (Python + ASan consistently fails, Python without ASan may crash sometimes)

Related: https://github.com/iree-org/iree/pull/15975