[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[XLA] Bump Python version to 3.10 in JAX:GPU presubmit. #70468

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[XLA] Bump Python version to 3.10 in JAX:GPU presubmit.
JAX has dropped Python 3.9 support.

PiperOrigin-RevId: 647042721
  • Loading branch information
hawkinsp authored and tensorflower-gardener committed Jun 26, 2024
commit 20fae68151f209753b17ed065ba7f5453857410b
2 changes: 1 addition & 1 deletion third_party/xla/build_tools/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def nvidia_gpu_build_with_compute_capability(
configs=(
"avx_posix",
"mkl_open_source_only",
"rbe_linux_cuda12.3_nvcc_py3.9",
"rbe_linux_cuda12.3_nvcc_py3.10",
"tensorflow_testing_rbe_linux",
),
target_patterns=("//tests:gpu_tests", "//tests:backend_independent_tests"),
Expand Down