Benoit Jacob
Benoit Jacob
This comes from debugging a IREE ONNX test suite failure: https://github.com/iree-org/iree/actions/runs/13796654893/job/38590777349#step:8:72 The failure message is: ``` [FAILED] result[0]: element at index 1 (31) does not match the expected (32); expected...
Integrate LLVM at https://github.com/llvm/llvm-project/commit/a0e7476be565a58b3dc698c5cd4d6aed82f3eb49
This fails at the moment with `madvise` returning `EINVAL`, but this could change in the future with filesystems gaining support for huge pages. This is potentially a large performance improvement,...
Now that #16168 is fixed by #22739, we should be able to drop this work-around. Problem: at the moment this runs into this new issue flagged by UBSan (to reproduce,...