Skip to content

Commit

Permalink
[ROCm] Added MIOpen header files to installation package for ROCm. (p…
Browse files Browse the repository at this point in the history
…ytorch#92969)

Added MIOpen header files to installation package for building Pytorch extensions that requires MIOpen as a dependency.

Pull Request resolved: pytorch#92969
Approved by: https://github.com/jeffdaily, https://github.com/malfet
wenchenvincent authored and pytorchmergebot committed Feb 14, 2023
1 parent 9892998 commit 69bcefc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1094,6 +1094,7 @@ def main():
'include/ATen/hip/detail/*.cuh',
'include/ATen/hip/detail/*.h',
'include/ATen/hip/impl/*.h',
'include/ATen/miopen/*.h',
'include/ATen/detail/*.h',
'include/ATen/native/*.h',
'include/ATen/native/cpu/*.h',

0 comments on commit 69bcefc

Please sign in to comment.