This is an automated email from the ASF dual-hosted git repository.
syfeng pushed a commit to branch unity_ci
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/unity_ci by this push:
new e30b12675e upd
e30b12675e is described below
commit e30b12675e1dae093b4ea7c22e55f561b1934e49
Author: Siyuan Feng <[email protected]>
AuthorDate: Tue Nov 28 10:01:39 2023 +0800
upd
---
ci/jenkins/unity_jenkinsfile.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/jenkins/unity_jenkinsfile.groovy
b/ci/jenkins/unity_jenkinsfile.groovy
index 23a438b30b..b328856fcb 100644
--- a/ci/jenkins/unity_jenkinsfile.groovy
+++ b/ci/jenkins/unity_jenkinsfile.groovy
@@ -41,7 +41,7 @@ ci_hexagon =
'tlcpackstaging/ci_hexagon:20230504-142417-4d37a0a0'
tvm_lib = 'build/libtvm.so, build/libtvm_runtime.so, build/config.cmake'
tvm_ext_lib_gpu = "build/3rdparty/libflash_attn/src/libflash_attn.so,
build/3rdparty/cutlass_fpA_intB_gemm/cutlass_kernels/libfpA_intB_gemm.so"
-tvm_lib_gpu = tvm_lib_gpu + ", " + tvm_ext_lib_gpu
+tvm_lib_gpu = tvm_lib + ", " + tvm_ext_lib_gpu
def pack_lib(name, libs) {
sh """