Skip to content

Commit

Permalink
Fix test for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rozukke committed Jul 3, 2024
1 parent d9674e6 commit 353727b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speed_demo_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ ! -f "$binary" ]; then
fi

start_time=$(date +%s)
./$binary "$weights_and_biases" "$input_tensor_dir"
./$binary "$weights_and_biases" "$input_tensor_dir" 1

end_time=$(date +%s)
execution_time=$((end_time - start_time))
Expand Down

0 comments on commit 353727b

Please sign in to comment.