Skip to content

Commit d6a8a38

Browse files
committed
update Jenkinsfile
1 parent bd72e16 commit d6a8a38

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Jenkinsfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ tvm_runtime = "build/libtvm_runtime.so, build/config.cmake"
4848
tvm_lib = "build/libtvm.so, " + tvm_runtime
4949
// LLVM upstream lib
5050
tvm_multilib = "build/libtvm.so, " +
51-
"build/libvta_fsim.so, build/libtvm_topi.so, build/libnnvm_compiler.so, " + tvm_runtime
51+
"build/libvta_tsim.so, " +
52+
"build/libvta_fsim.so, " +
53+
"build/libtvm_topi.so, " +
54+
"build/libnnvm_compiler.so, " + tvm_runtime
5255

5356
// command to start a docker container
5457
docker_run = 'docker/bash.sh'

0 commit comments

Comments
 (0)