Skip to content

Commit

Permalink
Remove py312 and rocm restriction (#5508)
Browse files Browse the repository at this point in the history
Revert of #5301 since not
required anymore. This dependency is made optional
  • Loading branch information
atalman authored Jul 26, 2024
1 parent e7848f5 commit 5e1498d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 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 @@ -529,10 +529,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, XPU]
Expand Down
2 changes: 1 addition & 1 deletion tools/tests/assets/build_matrix_linux_wheel_cuda.json

Large diffs are not rendered by default.

Loading

0 comments on commit 5e1498d

Please sign in to comment.