Skip to content

Commit

Permalink
benchdnn: inputs: graph: add transposed case for compressed sdpa
Browse files Browse the repository at this point in the history
  • Loading branch information
wzt1997 committed Dec 19, 2024
1 parent 08ef88c commit ce87611
Showing 1 changed file with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"value": [
1,
1,
32,
1
1,
32
]
},
"axis": {
"type": "s64",
"value": 2
"value": 3
}
},
"inputs": [
Expand All @@ -48,14 +48,14 @@
"shape": [
1,
32,
128,
32
32,
128
],
"stride": [
131072,
4096,
1,
128
128,
1
],
"layout_type": "strided",
"property_type": "variable"
Expand All @@ -66,13 +66,13 @@
"shape": [
1,
32,
4,
32
32,
4
],
"stride": [
4096,
128,
32,
4,
1
],
"layout_type": "strided",
Expand All @@ -84,13 +84,13 @@
"shape": [
1,
32,
4,
32
32,
4
],
"stride": [
4096,
128,
32,
4,
1
],
"layout_type": "strided",
Expand All @@ -104,13 +104,13 @@
"shape": [
1,
32,
128,
32
32,
128
],
"stride": [
131072,
4096,
32,
128,
1
],
"layout_type": "strided",
Expand All @@ -129,7 +129,7 @@
},
"transpose_b": {
"type": "bool",
"value": 0
"value": 1
}
},
"inputs": [
Expand Down Expand Up @@ -157,13 +157,13 @@
"shape": [
1,
32,
128,
32
32,
128
],
"stride": [
131072,
4096,
32,
128,
1
],
"layout_type": "strided",
Expand Down

0 comments on commit ce87611

Please sign in to comment.