Skip to content

Commit

Permalink
Clean up RISCV test artifact names llvm_aot --> llvm_cpu (iree-org#9993)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcindyl authored Aug 2, 2022
1 parent 2118e02 commit 67ee19f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/riscv64/abs_test.run
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// RUN: ${TEST_MODULE_CMD} --module_file="${BUILD_RISCV_DIR}/iree-run-module-llvm_aot.vmfb" \
// RUN: ${TEST_MODULE_CMD} --module_file="${BUILD_RISCV_DIR}/iree-run-module-llvm_cpu.vmfb" \
// RUN: --entry_function=abs --function_input="f32=-10" 2>&1 | FileCheck %s
// CHECK: {{f32=10}}
2 changes: 1 addition & 1 deletion tests/riscv64/smoke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function generate_llvm_cpu_vmfb {

generate_llvm_cpu_vmfb mhlo \
"${ROOT_DIR}/tools/test/iree-run-module.mlir" \
-o "${BUILD_RISCV_DIR}/iree-run-module-llvm_aot.vmfb"
-o "${BUILD_RISCV_DIR}/iree-run-module-llvm_cpu.vmfb"

wget -P "${BUILD_RISCV_DIR}/" "https://storage.googleapis.com/iree-model-artifacts/person_detect.tflite"

Expand Down

0 comments on commit 67ee19f

Please sign in to comment.