plaidml / tpp-mlir

TPP experimentation on MLIR for linear algebra
https://arxiv.org/abs/2404.15204
Other
111 stars 31 forks source link

Add memory effects for check ops #877

Closed chelini closed 9 months ago

chelini commented 9 months ago

Write memory effects is needed to avoid DCE operations. We want to properly model memory effects as some passes like buffer deallocations error-out on operations with unknown memory effects.