This is an automated email from the ASF dual-hosted git repository.

ziheng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 18a2ee1  [Frontend][TFLite] Implement fake quant (#8780)
     add c6f62aa  [Texture support][Part 1] TIR lowering and OpenCL support 
(#7686)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/builtin.h                          |   14 +
 include/tvm/tir/transform.h                        |    9 +
 python/tvm/tir/transform/transform.py              |   15 +
 src/driver/driver_api.cc                           |    1 +
 src/target/source/codegen_c.cc                     |   10 +-
 src/target/source/codegen_c.h                      |    2 +
 src/target/source/codegen_opencl.cc                |  211 ++-
 src/target/source/codegen_opencl.h                 |   22 +-
 src/te/operation/op_utils.cc                       |    6 +-
 src/tir/op/builtin.cc                              |   11 +
 src/tir/transforms/lower_tvm_builtin.cc            |   41 +
 src/tir/transforms/texture_flatten.cc              |  205 +++
 src/tir/transforms/vectorize_loop.cc               |   14 +
 .../unittest/test_target_texture_codegen_opencl.py | 1400 ++++++++++++++++++++
 14 files changed, 1952 insertions(+), 9 deletions(-)
 create mode 100644 src/tir/transforms/texture_flatten.cc
 create mode 100644 tests/python/unittest/test_target_texture_codegen_opencl.py

Reply via email to