Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
3914be5e
Commit
3914be5e
authored
Nov 18, 2019
by
Cody Hao Yu
Committed by
Yizhi Liu
Nov 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Android and OpenCL docker install (#4363)
parent
00521fab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docker/Dockerfile.demo_android
+1
-1
docker/Dockerfile.demo_opencl
+1
-1
No files found.
docker/Dockerfile.demo_android
View file @
3914be5e
...
...
@@ -56,7 +56,7 @@ RUN git clone https://github.com/KhronosGroup/OpenCL-Headers /usr/local/OpenCL-H
# Build TVM
RUN cd /usr && \
git clone --depth=1 https://github.com/apache/incubator-tvm --recursive && \
git clone --depth=1 https://github.com/apache/incubator-tvm
tvm
--recursive && \
cd /usr/tvm && \
mkdir -p build && \
cd build && \
...
...
docker/Dockerfile.demo_opencl
View file @
3914be5e
...
...
@@ -62,7 +62,7 @@ RUN echo "Cloning TVM source & submodules"
ENV TVM_PAR_DIR="/usr"
RUN mkdir -p TVM_PAR_DIR && \
cd ${TVM_PAR_DIR} && \
git clone --depth=1 https://github.com/apache/incubator-tvm --recursive
git clone --depth=1 https://github.com/apache/incubator-tvm
tvm
--recursive
#RUN git submodule update --init --recursive
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment