This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Commit 2e86b92
Don't use namespace for pow() function, since it is built into cuda math library, and cast the second argument so it will find an acceptable form. (#19533)
Remove thrust library override and use default from cuda 11.0.
Fix lint.
Co-authored-by: Joe Evans <joeev@amazon.com>1 parent 2721518 commit 2e86b92
2 files changed
Lines changed: 5 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | 160 | | |
175 | 161 | | |
176 | 162 | | |
| |||
184 | 170 | | |
185 | 171 | | |
186 | 172 | | |
187 | | - | |
188 | | - | |
| 173 | + | |
189 | 174 | | |
190 | 175 | | |
191 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments