Commit 06198a5
[GCU] Remove unused checkGcuErrors and restore axpy operator logic
- Remove unused checkGcuErrors macro and __checkGcuErrors function
from jit_utils.h; GCU error handling is centralized in gcu_backend.h
- Remove unnecessary #include "tops_runtime_api.h" from jit_utils.h
- Restore axpy3_kernel to original `o *= a` form, reverting the
workaround that is no longer needed after fp64-to-fp32 signature
conversion was implemented in standalone_compile.py
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 2998341 commit 06198a5
3 files changed
Lines changed: 3 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
169 | 168 | | |
170 | 169 | | |
171 | 170 | | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
| 171 | + | |
186 | 172 | | |
187 | 173 | | |
188 | 174 | | |
| |||
0 commit comments