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 16, 2024
1 parent e6a66b0 commit bc90f7a
Showing 1 changed file with 1 addition and 1 deletion.
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 bc90f7a

Please sign in to comment.