Commit e30d08c
committed
Address review: restore kernel comments, remove obsolete fp16 cast warning
- Restore explanatory comments in kInt8VectorQuant that were dropped during
the float-accumulation rewrite (striped-load pattern, sparse-decomp absmax,
outlier zeroing).
- Remove the 'inputs will be cast to float16' warning in MatMul8bitLt, which
no longer applies now that the forced fp16 cast is gone.1 parent c6814fd commit e30d08c
3 files changed
Lines changed: 11 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | 127 | | |
132 | 128 | | |
133 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1323 | 1323 | | |
1324 | 1324 | | |
1325 | 1325 | | |
1326 | | - | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
1327 | 1332 | | |
1328 | | - | |
1329 | 1333 | | |
1330 | 1334 | | |
1331 | 1335 | | |
| |||
1336 | 1340 | | |
1337 | 1341 | | |
1338 | 1342 | | |
1339 | | - | |
| 1343 | + | |
| 1344 | + | |
1340 | 1345 | | |
1341 | 1346 | | |
1342 | 1347 | | |
| |||
1355 | 1360 | | |
1356 | 1361 | | |
1357 | 1362 | | |
1358 | | - | |
1359 | 1363 | | |
| 1364 | + | |
| 1365 | + | |
1360 | 1366 | | |
1361 | 1367 | | |
1362 | 1368 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
489 | | - | |
490 | | - | |
| 489 | + | |
491 | 490 | | |
492 | 491 | | |
493 | 492 | | |
| |||
0 commit comments