Skip to content
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
2 changes: 1 addition & 1 deletion manywheel/build_rocm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ if [ ${PYTORCH_VERSION%%\.*} -ge 2 ]; then
TRITON_CONSTRAINT="platform_system == 'Linux' and platform_machine == 'x86_64'$(if [[ $(ver "$PYTORCH_VERSION") -le $(ver "2.5") ]]; then echo " and python_version < '3.13'"; fi)"
# Use "triton" for dev builds, else "pytorch-triton-rocm"
# Temp: Currently enabling for rocm7.1_internal_testing branch only but plan to expand it to other branches
if [[ "$PYTORCH_VERSION_FULL" == *"2.9.0a0"* ]]; then
if [[ $ROCM_INT -gt 70000 ]]; then
PKG="triton"
else
PKG="pytorch-triton-rocm"
Expand Down
Loading