You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/06/02 03:52:00 UTC

[incubator-tvm] branch master updated (f272e06 -> 13277a5)

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 f272e06  Remove deprecated opengl files (#5711)
     add 13277a5  Remove opengl runtime and cmake (#5712)

No new revisions were added by this update.

Summary of changes:
 cmake/modules/OpenGL.cmake              |  35 --
 docker/Dockerfile.ci_gpu                |   3 -
 docker/install/ubuntu_install_opengl.sh |  26 --
 rust/frontend/src/context.rs            |   1 -
 src/runtime/opengl/opengl_common.h      | 490 --------------------------
 src/runtime/opengl/opengl_device_api.cc | 599 --------------------------------
 src/runtime/opengl/opengl_module.cc     | 284 ---------------
 src/runtime/opengl/opengl_module.h      | 180 ----------
 8 files changed, 1618 deletions(-)
 delete mode 100644 cmake/modules/OpenGL.cmake
 delete mode 100755 docker/install/ubuntu_install_opengl.sh
 delete mode 100644 src/runtime/opengl/opengl_common.h
 delete mode 100644 src/runtime/opengl/opengl_device_api.cc
 delete mode 100644 src/runtime/opengl/opengl_module.cc
 delete mode 100644 src/runtime/opengl/opengl_module.h