Skip to content

Commit

Permalink
Draft: Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mansnils committed Dec 3, 2024
1 parent 17f5844 commit b0111f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ readable_run make -j$(nproc) -f tensorflow/lite/micro/tools/make/Makefile CO_PRO
readable_run make -f tensorflow/lite/micro/tools/make/Makefile CO_PROCESSOR=ethos_u OPTIMIZED_KERNEL_DIR=${OPTIMIZED_KERNEL_DIR} TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} TOOLCHAIN=${TOOLCHAIN} test

# Run generic benchmark. Not supported for armclang - see comment in target makefile.
if [[ $1 != "armclang" ]]; then
#if [[ $1 != "armclang" ]]; then
readable_run make -j$(nproc) -f tensorflow/lite/micro/tools/make/Makefile \
CO_PROCESSOR=ethos_u \
OPTIMIZED_KERNEL_DIR=${OPTIMIZED_KERNEL_DIR} \
Expand All @@ -54,4 +54,4 @@ if [[ $1 != "armclang" ]]; then
GENERIC_BENCHMARK_MODEL_PATH=tensorflow/lite/micro/models/person_detect_vela.tflite \
GENERIC_BENCHMARK_ARENA_SIZE=`expr 150 \* 1024` \
run_tflm_benchmark
fi
#fi

0 comments on commit b0111f1

Please sign in to comment.