This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Disable tensor-matmul test under asan
ClosedPublic

Authored by herhut on Dec 1 2021, 1:57 AM.

Details

Summary

The test is currently leaky. Disabling it to make the bots green.

Diff Detail

Event Timeline

herhut created this revision.Dec 1 2021, 1:57 AM
herhut requested review of this revision.Dec 1 2021, 1:57 AM
mehdi_amini added inline comments.Dec 1 2021, 2:01 AM
mlir/test/Integration/Dialect/Linalg/CPU/lit.local.cfg
3 ↗(On Diff #390954)

I think you should be able to just add inside the test itself: :// UNSUPPORTED: asan

herhut updated this revision to Diff 390974.Dec 1 2021, 4:14 AM

Use in-test tag as suggested.

herhut added a comment.Dec 1 2021, 4:15 AM

Thanks @mehdi_amini ! That is much easier.

mehdi_amini accepted this revision.Dec 1 2021, 4:21 AM
This revision is now accepted and ready to land.Dec 1 2021, 4:21 AM

Can you CC on this revision whoever is following up on this test?

herhut added a comment.Dec 1 2021, 7:24 AM

I assume that would be @nicolasvasilache as I suspect this is a matmul bufferization issue.

This revision was automatically updated to reflect the committed changes.