Skip to content

Commit

Permalink
run i4i_4xlarge benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
azimafroozeh committed Nov 18, 2024
1 parent 9c00c60 commit bfe3b81
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion publication/script/master_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ elif [ "$ARCH" == "arm64" ]; then
TOOLCHAIN_FILE="$CLONED_DIR/toolchain/arm64.cmake"
green_echo "Using ARM64 toolchain file..."
else
TOOLCHAIN_FILE="$CLONED_DIR/toolchain/x86.cmake"
TOOLCHAIN_FILE="$CLONED_DIR/toolchain/i4i_4xlarge.cmake"
green_echo "Using x86 toolchain file..."
fi

Expand Down Expand Up @@ -114,6 +114,12 @@ if [ "$ARCH" == "arm64" ]; then
green_echo "Running ARM64 benchmarks..."
"$CLONED_DIR/build/publication/source_code/generated/arm64v8/neon_intrinsic_uf1/arm64v8_neon_intrinsic_1024_uf1_falp_bench"
else

# 4xLarge benchmarks
green_echo "Running i4i_4xlarge benchmarks..."
"$CLONED_DIR/build/publication/source_code/generated/x86_64/avx512bw_intrinsic_uf1/x86_64_avx512bw_intrinsic_1024_uf1_falp_bench"
"$CLONED_DIR/build/publication/source_code/generated/x86_64/avx512bw_intrinsic_uf1/x86_64_avx2_intrinsic_1024_uf1_falp_bench"

# End-to-end benchmark
SCRIPT_DIR=$(dirname "$(realpath "$0")")
OUTPUT_FILE="$SCRIPT_DIR/end_to_end_result.csv"
Expand Down

0 comments on commit bfe3b81

Please sign in to comment.