Skip to content

Commit

Permalink
Install IPEX when running benchmarks (#2105)
Browse files Browse the repository at this point in the history
Signed-off-by: Whitney Tsang <whitney.tsang@intel.com>
  • Loading branch information
whitneywhtsang authored Sep 4, 2024
1 parent 1d5cc5e commit d7e5226
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/test-triton.sh
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@ test_triton() {
if [ "$TEST_MICRO_BENCHMARKS" = true ]; then
run_microbench_tests
fi
if [ "$TEST_BENCHMARK_SOFTMAX" = true ] || [ "$TEST_BENCHMARK_GEMM" = true ] || [ "$TEST_BENCHMARK_ATTENTION" = true ]; then
$SKIP_DEPS || $SCRIPTS_DIR/compile-pytorch-ipex.sh --pinned --source --pytorch --ipex
fi
if [ "$TEST_BENCHMARK_SOFTMAX" = true ]; then
run_benchmark_softmax
fi
Expand Down

0 comments on commit d7e5226

Please sign in to comment.