Skip to content

Commit d72fa88

Browse files
committed
Adreno test fixes.
1 parent a5e883b commit d72fa88

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

tests/scripts/task_python_adreno.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ TARGET_FOLDER=/data/local/tmp/tvm_ci-${USER}-${TVM_TRACKER_PORT}
6868
adb shell "mkdir -p ${TARGET_FOLDER}"
6969
adb push build-adreno-target/tvm_rpc ${TARGET_FOLDER}/tvm_rpc-${USER}-${TVM_TRACKER_PORT}
7070
adb push build-adreno-target/libtvm_runtime.so ${TARGET_FOLDER}
71+
adb push build-adreno-target/lib/libtvm_ffi.so ${TARGET_FOLDER}
7172
CPP_LIB=`find ${ANDROID_NDK_HOME} -name libc++_shared.so | grep aarch64`
7273
if [ -f ${CPP_LIB} ] ; then
7374
adb push ${CPP_LIB} ${TARGET_FOLDER}

tests/scripts/unity/task_python_relax_adreno.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export TVM_BIND_THREADS=0
2929
export TVM_NUM_THREADS=2
3030

3131
# setup cython
32-
cd python; python3 setup.py build_ext --inplace; cd ..
32+
#cd python; python3 setup.py build_ext --inplace; cd ..
3333

3434
# Test for OpenCLML
3535
pytest tests/python/relax/backend/clml/

0 commit comments

Comments
 (0)