tvm icon indicating copy to clipboard operation
tvm copied to clipboard

[TIR][Schedule] Relax cache read/write's restriction and fix unexpected behavior

Open multiverstack-intellif opened this issue 3 years ago • 0 comments
trafficstars

Currently, cache read/write requires to be stage pipeline, but it is unnecessary theoretically. When there is WAR, the target of cache_read could be specified by the consumer_blocks parameter. This also allows cache_write to handle the write after read of the same buffer.

cc @Hzfengsy @junrushao1994 @wrongtest-intellif

multiverstack-intellif avatar Sep 13 '22 11:09 multiverstack-intellif