This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| strategy,dtype,M,N,rows_per_block,num_warps,ms,gbps | |
| EAGER_LOOPED_ACC_INNER_TREE,fp8,1,1,1,4,0.0085,0.00 | |
| EAGER_LOOPED_ACC_INNER_TREE,fp8,1,1,4,4,0.0085,0.00 | |
| EAGER_LOOPED_ACC_INNER_TREE,fp8,1,1,1,8,0.0085,0.00 | |
| EAGER_LOOPED_ACC_INNER_TREE,fp8,1,1,4,8,0.0085,0.00 | |
| EAGER_LOOPED_ACC_INNER_TREE,fp8,1,2,1,4,0.0079,0.00 | |
| EAGER_LOOPED_ACC_INNER_TREE,fp8,1,2,4,4,0.0079,0.00 | |
| EAGER_LOOPED_ACC_INNER_TREE,fp8,1,2,1,8,0.0079,0.00 | |
| EAGER_LOOPED_ACC_INNER_TREE,fp8,1,2,4,8,0.0079,0.00 | |
| EAGER_LOOPED_ACC_INNER_TREE,fp8,1,3,1,4,0.0079,0.00 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INNER_TREE is a clear net win for fp16, fp32, and fp8, but a net regression for fp64. The wins are concentrated in wide shapes (large M, small N), while | |
| regressions are concentrated in tall-skinny shapes (small M, large N) — and for fp64, the regressions dominate. | |
| --- | |
| fp16 — Strong win | |
| ┌───────────────────────────┬────────────────────────────────────────────────────────────────┐ | |
| │ Metric │ Value │ | |
| ├───────────────────────────┼────────────────────────────────────────────────────────────────┤ | |
| │ INNER_TREE faster │ 66% of configs │ |