Skip to content

Commit

Permalink
Remove opengl runtime and cmake (apache#5712)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored and trevor-m committed Jun 18, 2020
1 parent 931017f commit eb68e9f
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1,618 deletions.
35 changes: 0 additions & 35 deletions cmake/modules/OpenGL.cmake

This file was deleted.

3 changes: 0 additions & 3 deletions docker/Dockerfile.ci_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ RUN bash /install/ubuntu_install_nodejs.sh
COPY install/ubuntu_install_rocm.sh /install/ubuntu_install_rocm.sh
RUN bash /install/ubuntu_install_rocm.sh

COPY install/ubuntu_install_opengl.sh /install/ubuntu_install_opengl.sh
RUN bash /install/ubuntu_install_opengl.sh

# DL Frameworks
COPY install/ubuntu_install_mxnet.sh /install/ubuntu_install_mxnet.sh
RUN bash /install/ubuntu_install_mxnet.sh
Expand Down
26 changes: 0 additions & 26 deletions docker/install/ubuntu_install_opengl.sh

This file was deleted.

1 change: 0 additions & 1 deletion rust/frontend/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ impl_ctxs!((cpu, 1);
(metal, 8);
(vpi, 9);
(rocm, 10);
(opengl, 11);
(ext_dev, 12));

impl<'a> From<&'a str> for TVMContext {
Expand Down
Loading

0 comments on commit eb68e9f

Please sign in to comment.