Revert "Merge branch 'amd/jmacaran/pytorch_hip_fp16' of https://github.com/ROCm/ROCm into amd/jmacaran/pytorch_hip_fp16"

This reverts commit 4b66b6d7be, reversing
changes made to ebb6f29b58.
This commit is contained in:
Joseph Macaranas
2024-12-17 19:38:20 -05:00
parent aacf7a96e0
commit 2ab1041ffb

View File

@@ -297,11 +297,17 @@ jobs:
targetType: inline
script: sudo bash ./common/install_aotriton.sh /opt/rocm
workingDirectory: $(Build.SourcesDirectory)/pytorch/.ci/docker
- task: Bash@3
displayName: Temporarily Patch HIP
inputs:
targetType: inline
script: git apply $(Build.SourcesDirectory)/.azuredevops/patches/pytorch_hip_fp16.diff
workingDirectory: $(Agent.BuildDirectory)/rocm
- task: Bash@3
displayName: Temporarily Patch CK Submodule
inputs:
targetType: inline
script: git pull origin develop
script: git pull origin refs/pull/1736/merge
workingDirectory: $(Build.SourcesDirectory)/pytorch/third_party/composable_kernel
- task: Bash@3
displayName: Run ROCm Build Script