Commit 1a9ca16
[ROCm][Windows] Fixing undefined symbol linker error after exposing MIOpen symbols (#2415)
Changing TORCH_CUDA_CPP_API macros to TORCH_HIP_CPP in MIOpen header
files according to closed
[PR](pytorch#156479) in pytorch
upstream.
---------
Signed-off-by: Jagadish Krishnamoorthy <[email protected]>
Co-authored-by: Jithun Nair <[email protected]>
Co-authored-by: Ethan Wee <[email protected]>
Co-authored-by: Jithun Nair <[email protected]>
Co-authored-by: Xinya Zhang <[email protected]>
Co-authored-by: Prachi Gupta <[email protected]>
Co-authored-by: Dmitry Nikolaev <[email protected]>
Co-authored-by: iupaikov-amd <[email protected]>
Co-authored-by: omkar kakarparthi <[email protected]>
Co-authored-by: Jeff Daily <[email protected]>
Co-authored-by: rocm-mici <[email protected]>
Co-authored-by: Michael Halkenhäuser <[email protected]>
Co-authored-by: Hashem Hashemi <[email protected]>
Co-authored-by: Jagadish Krishnamoorthy <[email protected]>
Co-authored-by: Andres Lugo <[email protected]>
Co-authored-by: pmaybank <[email protected]>
Co-authored-by: pnikolic-amd <[email protected]>
Co-authored-by: Jerry Mannil <[email protected]>
Co-authored-by: Sampsa Riikonen <[email protected]>
Co-authored-by: Ramya Ramineni <[email protected]>
Co-authored-by: pytorchbot <[email protected]>
Co-authored-by: Nikita Shulga <[email protected]>
Co-authored-by: rzou <[email protected]>
Co-authored-by: atalman <[email protected]>
Co-authored-by: David Berard <[email protected]>
Co-authored-by: Frank Lin <[email protected]>
Co-authored-by: Wei Wang <[email protected]>
Co-authored-by: Cao E <[email protected]>
Co-authored-by: Sidharth Subbarao <[email protected]>
Co-authored-by: Camyll Harajli <[email protected]>
Co-authored-by: Aditya Tewari <[email protected]>
Co-authored-by: Christopher Sidebottom <[email protected]>
Co-authored-by: Ryo Suzuki <[email protected]>
Co-authored-by: Ye Tao <[email protected]>
Co-authored-by: Nikita Shulga <[email protected]>
Co-authored-by: Eli Uriegas <[email protected]>
Co-authored-by: Luca Wehrstedt <[email protected]>
Co-authored-by: Robert Hardwick <[email protected]>
Co-authored-by: Svetlana Karslioglu <[email protected]>
Co-authored-by: Michael Lazos <[email protected]>
Co-authored-by: bobrenjc93 <[email protected]>
Co-authored-by: Nikita Shulga <[email protected]>
Co-authored-by: Jane Xu <[email protected]>
Co-authored-by: charlifu <[email protected]>
Co-authored-by: Jack Taylor <[email protected]>
Co-authored-by: Nichols A. Romero <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Sriram Kumar <[email protected]>
Co-authored-by: Divin Honnappa <[email protected]>
Co-authored-by: akashveramd <[email protected]>1 parent c140442 commit 1a9ca16
3 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments