https://github.com/eduidl/tvm-dockerfile
Dockerfile for TVM https://github.com/dmlc/tvm
https://github.com/eduidl/tvm-dockerfile
dockerfile tvm
Last synced: 4 months ago
JSON representation
Dockerfile for TVM https://github.com/dmlc/tvm
- Host: GitHub
- URL: https://github.com/eduidl/tvm-dockerfile
- Owner: eduidl
- License: mit
- Created: 2019-06-14T11:38:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T08:54:16.000Z (about 6 years ago)
- Last Synced: 2025-01-12T13:11:23.182Z (6 months ago)
- Topics: dockerfile, tvm
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TVM Dockerfile
- Dockerfile for using TVM compiler with GPU (https://github.com/dmlc/tvm)
- ref: https://github.com/dmlc/tvm/blob/master/docker/Dockerfile.demo_gpu## Build of TVM
```sh
$ git clone https://github.com/dmlc/tvm.git --recursive
$ cp config.cmake ./tvm
$ docker build -t tvm docker
$ ./opendocker.sh tvm
##### in docker container #####
$ mkdir build
$ cd build
$ cmake ../tvm
$ make
```