Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel
Commits
e6334634
Commit
e6334634
authored
Jun 01, 2023
by
Bartlomiej Kocot
Committed by
Bartłomiej Kocot
Jun 09, 2023
Browse files
Fix batched_gemm tests
parent
91c33aec
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
48 additions
and
48 deletions
+48
-48
test/batched_gemm/batched_gemm_bf16.cpp
test/batched_gemm/batched_gemm_bf16.cpp
+12
-12
test/batched_gemm/batched_gemm_fp16.cpp
test/batched_gemm/batched_gemm_fp16.cpp
+12
-12
test/batched_gemm/batched_gemm_fp32.cpp
test/batched_gemm/batched_gemm_fp32.cpp
+12
-12
test/batched_gemm/batched_gemm_int8.cpp
test/batched_gemm/batched_gemm_int8.cpp
+12
-12
No files found.
test/batched_gemm/batched_gemm_bf16.cpp
View file @
e6334634
...
@@ -38,9 +38,9 @@ int main()
...
@@ -38,9 +38,9 @@ int main()
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
DeviceBatchedGemm
<
ALayout
,
DeviceBatchedGemm
<
Row
,
BLayout
,
Row
,
CLayout
,
Row
,
ADataType
,
ADataType
,
BDataType
,
BDataType
,
CDataType
,
CDataType
,
...
@@ -58,9 +58,9 @@ int main()
...
@@ -58,9 +58,9 @@ int main()
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
DeviceBatchedGemm
<
ALayout
,
DeviceBatchedGemm
<
Row
,
BLayout
,
Col
,
CLayout
,
Row
,
ADataType
,
ADataType
,
BDataType
,
BDataType
,
CDataType
,
CDataType
,
...
@@ -78,9 +78,9 @@ int main()
...
@@ -78,9 +78,9 @@ int main()
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
DeviceBatchedGemm
<
ALayout
,
DeviceBatchedGemm
<
Col
,
BLayout
,
Row
,
CLayout
,
Row
,
ADataType
,
ADataType
,
BDataType
,
BDataType
,
CDataType
,
CDataType
,
...
@@ -98,9 +98,9 @@ int main()
...
@@ -98,9 +98,9 @@ int main()
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
DeviceBatchedGemm
<
ALayout
,
DeviceBatchedGemm
<
Col
,
BLayout
,
Col
,
CLayout
,
Row
,
ADataType
,
ADataType
,
BDataType
,
BDataType
,
CDataType
,
CDataType
,
...
...
test/batched_gemm/batched_gemm_fp16.cpp
View file @
e6334634
...
@@ -38,9 +38,9 @@ int main()
...
@@ -38,9 +38,9 @@ int main()
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
DeviceBatchedGemm
<
ALayout
,
DeviceBatchedGemm
<
Row
,
BLayout
,
Row
,
CLayout
,
Row
,
ADataType
,
ADataType
,
BDataType
,
BDataType
,
CDataType
,
CDataType
,
...
@@ -58,9 +58,9 @@ int main()
...
@@ -58,9 +58,9 @@ int main()
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
DeviceBatchedGemm
<
ALayout
,
DeviceBatchedGemm
<
Row
,
BLayout
,
Col
,
CLayout
,
Row
,
ADataType
,
ADataType
,
BDataType
,
BDataType
,
CDataType
,
CDataType
,
...
@@ -78,9 +78,9 @@ int main()
...
@@ -78,9 +78,9 @@ int main()
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
DeviceBatchedGemm
<
ALayout
,
DeviceBatchedGemm
<
Col
,
BLayout
,
Row
,
CLayout
,
Row
,
ADataType
,
ADataType
,
BDataType
,
BDataType
,
CDataType
,
CDataType
,
...
@@ -98,9 +98,9 @@ int main()
...
@@ -98,9 +98,9 @@ int main()
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
DeviceBatchedGemm
<
ALayout
,
DeviceBatchedGemm
<
Col
,
BLayout
,
Col
,
CLayout
,
Row
,
ADataType
,
ADataType
,
BDataType
,
BDataType
,
CDataType
,
CDataType
,
...
...
test/batched_gemm/batched_gemm_fp32.cpp
View file @
e6334634
...
@@ -38,9 +38,9 @@ int main()
...
@@ -38,9 +38,9 @@ int main()
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
DeviceBatchedGemm
<
ALayout
,
DeviceBatchedGemm
<
Row
,
BLayout
,
Row
,
CLayout
,
Row
,
ADataType
,
ADataType
,
BDataType
,
BDataType
,
CDataType
,
CDataType
,
...
@@ -58,9 +58,9 @@ int main()
...
@@ -58,9 +58,9 @@ int main()
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
DeviceBatchedGemm
<
ALayout
,
DeviceBatchedGemm
<
Row
,
BLayout
,
Col
,
CLayout
,
Row
,
ADataType
,
ADataType
,
BDataType
,
BDataType
,
CDataType
,
CDataType
,
...
@@ -78,9 +78,9 @@ int main()
...
@@ -78,9 +78,9 @@ int main()
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
DeviceBatchedGemm
<
ALayout
,
DeviceBatchedGemm
<
Col
,
BLayout
,
Row
,
CLayout
,
Row
,
ADataType
,
ADataType
,
BDataType
,
BDataType
,
CDataType
,
CDataType
,
...
@@ -98,9 +98,9 @@ int main()
...
@@ -98,9 +98,9 @@ int main()
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
DeviceBatchedGemm
<
ALayout
,
DeviceBatchedGemm
<
Col
,
BLayout
,
Col
,
CLayout
,
Row
,
ADataType
,
ADataType
,
BDataType
,
BDataType
,
CDataType
,
CDataType
,
...
...
test/batched_gemm/batched_gemm_int8.cpp
View file @
e6334634
...
@@ -38,9 +38,9 @@ int main()
...
@@ -38,9 +38,9 @@ int main()
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
DeviceBatchedGemm
<
ALayout
,
DeviceBatchedGemm
<
Row
,
BLayout
,
Row
,
CLayout
,
Row
,
ADataType
,
ADataType
,
BDataType
,
BDataType
,
CDataType
,
CDataType
,
...
@@ -58,9 +58,9 @@ int main()
...
@@ -58,9 +58,9 @@ int main()
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
DeviceBatchedGemm
<
ALayout
,
DeviceBatchedGemm
<
Row
,
BLayout
,
Col
,
CLayout
,
Row
,
ADataType
,
ADataType
,
BDataType
,
BDataType
,
CDataType
,
CDataType
,
...
@@ -78,9 +78,9 @@ int main()
...
@@ -78,9 +78,9 @@ int main()
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
DeviceBatchedGemm
<
ALayout
,
DeviceBatchedGemm
<
Col
,
BLayout
,
Row
,
CLayout
,
Row
,
ADataType
,
ADataType
,
BDataType
,
BDataType
,
CDataType
,
CDataType
,
...
@@ -98,9 +98,9 @@ int main()
...
@@ -98,9 +98,9 @@ int main()
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
PassThrough
,
DeviceBatchedGemm
<
ALayout
,
DeviceBatchedGemm
<
Col
,
BLayout
,
Col
,
CLayout
,
Row
,
ADataType
,
ADataType
,
BDataType
,
BDataType
,
CDataType
,
CDataType
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment