Skip to content

Commit

Permalink
Cherry Pick of #5508 (#5509)
Browse files Browse the repository at this point in the history
Same change as #5508 for
release 2.4
  • Loading branch information
atalman authored Jul 26, 2024
1 parent b8f5d7e commit 281bd19
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,10 +500,6 @@ def generate_wheels_matrix(
for python_version in python_versions:
for arch_version in arches:
gpu_arch_type = arch_type(arch_version)
# Disable py3.12 builds for ROCm because of triton dependency
# on llnl-hatchet, which doesn't have py3.12 wheels available
if gpu_arch_type == ROCM and python_version == "3.12":
continue
gpu_arch_version = (
""
if arch_version in [CPU, CPU_AARCH64]
Expand Down
Loading

0 comments on commit 281bd19

Please sign in to comment.