mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-10 07:08:08 -05:00
Revert "Merge branch 'amd/jmacaran/pytorch_hip_fp16' of https://github.com/ROCm/ROCm into amd/jmacaran/pytorch_hip_fp16"
This reverts commit4b66b6d7be, reversing changes made toebb6f29b58.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user