tvm icon indicating copy to clipboard operation
tvm copied to clipboard

[TIR] Use enable_check in cache_read and add some boundary check

Open qsqqsqqsq-intellif opened this issue 1 year ago • 1 comments

  1. Do not check region cover for cache_read and cache_inline when schedule enable_check set to false. We don't need region cover check in some cases.
  2. Add some boundary check for ProducerCoversConsumer when intset is nothing. It will raise error when compares to a empty intset. @Hzfengsy @junrushao

qsqqsqqsq-intellif avatar Apr 25 '24 09:04 qsqqsqqsq-intellif

The testcases are required.

wrongtest-intellif avatar Apr 28 '24 04:04 wrongtest-intellif