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

tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 5428b54  [DOCKER] Add clang-format and nodejs to ci-lint (#5567)
     add 579da6b  [TARGET] Phase out WebGL (#5570)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                          |   2 -
 include/tvm/runtime/device_api.h        |   2 -
 include/tvm/te/schedule.h               |   8 -
 include/tvm/tir/expr.h                  |   1 -
 include/tvm/tir/stmt.h                  |   7 -
 src/runtime/module.cc                   |   2 -
 src/target/opt/build_opengl_off.cc      |  37 ----
 src/target/source/codegen_opengl.cc     | 308 --------------------------------
 src/target/source/codegen_opengl.h      |  71 --------
 src/target/source/intrin_rule_opengl.cc |  64 -------
 src/target/target.cc                    |   5 +-
 src/te/schedule/schedule_lang.cc        |  43 -----
 src/te/schedule/schedule_ops.cc         |   4 -
 src/tir/transforms/storage_flatten.cc   |  30 ++--
 14 files changed, 12 insertions(+), 572 deletions(-)
 delete mode 100644 src/target/opt/build_opengl_off.cc
 delete mode 100644 src/target/source/codegen_opengl.cc
 delete mode 100644 src/target/source/codegen_opengl.h
 delete mode 100644 src/target/source/intrin_rule_opengl.cc

Reply via email to