[PASS] Refactor thread storage sync to a common visitor (#296)
* [PASS] Refactor thread storage sync to a common visitor * Fix the sync scope check behavior
Showing
- include/tvm/arithmetic.h 11 additions, 0 deletionsinclude/tvm/arithmetic.h
- include/tvm/ir_pass.h 1 addition, 1 deletioninclude/tvm/ir_pass.h
- python/tvm/build_module.py 2 additions, 2 deletionspython/tvm/build_module.py
- src/api/api_pass.cc 1 addition, 1 deletionsrc/api/api_pass.cc
- src/arithmetic/int_set.cc 13 additions, 1 deletionsrc/arithmetic/int_set.cc
- src/pass/storage_access.cc 188 additions, 0 deletionssrc/pass/storage_access.cc
- src/pass/storage_access.h 102 additions, 35 deletionssrc/pass/storage_access.h
- src/pass/storage_sync.cc 44 additions, 151 deletionssrc/pass/storage_sync.cc
- tests/python/unittest/test_pass_storage_sync.py 1 addition, 1 deletiontests/python/unittest/test_pass_storage_sync.py
Loading
Please register or sign in to comment