-
- Downloads
support using pointer with an original offset (#826)
* when there is no intrin func, using body for initialization. For issue 714. * Refine code per review comments, and add a test case. * Fix lint issues. * Re-organize the tensorize test cases, and add a new case for none-reset mode. * Fix a typo. * Delete the unit case because merged it into test_schedule_tensorize.py already. * always use new tensor in its stage when rewrite for cache read * revert previous changes to sync up with master * support using the ptr with an original offset * update test case and fix CI error
Showing
- include/tvm/buffer.h 2 additions, 1 deletioninclude/tvm/buffer.h
- python/tvm/schedule.py 6 additions, 2 deletionspython/tvm/schedule.py
- src/api/api_lang.cc 1 addition, 1 deletionsrc/api/api_lang.cc
- src/lang/buffer.cc 2 additions, 2 deletionssrc/lang/buffer.cc
- tests/python/unittest/test_lang_buffer.py 10 additions, 0 deletionstests/python/unittest/test_lang_buffer.py
Loading
Please register or sign in to comment