Skip to content

Commit 5b0a70b

Browse files
authored
Merge pull request #29 from amd/fix-dashboard-registry
Add padded_matmul to examples dashboard registry
2 parents f7cad78 + e566e6b commit 5b0a70b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

examples/generate_readme.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
"path": "matmul",
3333
"datatypes": "bf16",
3434
},
35+
{
36+
"category": "Matrix",
37+
"name": "Padded Matrix Multiplication",
38+
"path": "padded_matmul",
39+
"datatypes": "f32 (bf16 emulation)",
40+
},
3541
{
3642
"category": "Matrix",
3743
"name": "Matrix Multiplication (Autotune)",

0 commit comments

Comments
 (0)