Skip to content

Commit

Permalink
[sw] added missing json files
Browse files Browse the repository at this point in the history
  • Loading branch information
Navaneeth-KunhiPurayil committed Jan 7, 2025
1 parent 8c1eebf commit 7354a64
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions sw/spatzBenchmarks/dp-mxfmatmul-m4n4k4-b4/script/matmul.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

{
kernel: "GEMM"
M: 64,
N: 64,
K: 64,
M: 16,
N: 16,
K: 16,
alpha: 0,
transpose_A: false,
transpose_B: true,
transpose_A: true,
transpose_B: false,
prec: 64,
expand: 0
}
10 changes: 5 additions & 5 deletions sw/spatzBenchmarks/dp-mxfmatmul-m4n4k8-b2/script/matmul.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

{
kernel: "GEMM"
M: 64,
N: 64,
K: 64,
M: 16,
N: 16,
K: 16,
alpha: 0,
transpose_A: false,
transpose_B: true,
transpose_A: true,
transpose_B: false,
prec: 64,
expand: 0
}
10 changes: 5 additions & 5 deletions sw/spatzBenchmarks/dp-mxfmatmul-m4n4k8-b4/script/matmul.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

{
kernel: "GEMM"
M: 64,
N: 64,
K: 64,
M: 16,
N: 16,
K: 16,
alpha: 0,
transpose_A: false,
transpose_B: true,
transpose_A: true,
transpose_B: false,
prec: 64,
expand: 0
}

0 comments on commit 7354a64

Please sign in to comment.