Files
apache--tvm/python
albert qing 7710dfd557 [TIR] Get read/write access precisely for opaque access. (#11110)
* [TIR] Get read/write access precisely for opaque access.

When the opaque access is wrapped with tvm_access_ptr, we can get the access_mask
from tvm_access_ptr in BlockReadWriteDetector and put this opaque access to read_regions
or write_regions according to access_mask.

* [TIR] Add parameter extent for access_ptr.

Co-authored-by: sqing <qing.siqi@intellif.com>
2022-04-28 21:00:29 +08:00
..