Skip to content

Commit

Permalink
Fix JAX-IREE:CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
mariecwhite committed Jan 9, 2024
1 parent e6a66b0 commit a8bd715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/run_comparative_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ name: Comparative Benchmarks
on:
# Will only run when manually triggered.
workflow_dispatch:
pull_request:

concurrency:
# A PR number if a pull request and otherwise the commit hash. This cancels
Expand Down
2 changes: 1 addition & 1 deletion comparative_benchmark/jax/benchmark_iree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ echo "PJRT_NAMES_AND_LIBRARY_PATHS: ${PJRT_NAMES_AND_LIBRARY_PATHS}"
echo "IREE_CUDA_DEPS_DIR: ${IREE_CUDA_DEPS_DIR}"

# Build.
bazel build iree/integrations/pjrt/...
bazel build --copt="-Wno-error=macro-redefined" --copt="-Wno-error=defaulted-function-deleted" iree/integrations/pjrt/...

popd
popd
Expand Down

0 comments on commit a8bd715

Please sign in to comment.