Commit e6334634 authored by Bartlomiej Kocot's avatar Bartlomiej Kocot Committed by Bartłomiej Kocot
Browse files

Fix batched_gemm tests

parent 91c33aec
......@@ -38,9 +38,9 @@ int main()
PassThrough,
PassThrough,
PassThrough,
DeviceBatchedGemm<ALayout,
BLayout,
CLayout,
DeviceBatchedGemm<Row,
Row,
Row,
ADataType,
BDataType,
CDataType,
......@@ -58,9 +58,9 @@ int main()
PassThrough,
PassThrough,
PassThrough,
DeviceBatchedGemm<ALayout,
BLayout,
CLayout,
DeviceBatchedGemm<Row,
Col,
Row,
ADataType,
BDataType,
CDataType,
......@@ -78,9 +78,9 @@ int main()
PassThrough,
PassThrough,
PassThrough,
DeviceBatchedGemm<ALayout,
BLayout,
CLayout,
DeviceBatchedGemm<Col,
Row,
Row,
ADataType,
BDataType,
CDataType,
......@@ -98,9 +98,9 @@ int main()
PassThrough,
PassThrough,
PassThrough,
DeviceBatchedGemm<ALayout,
BLayout,
CLayout,
DeviceBatchedGemm<Col,
Col,
Row,
ADataType,
BDataType,
CDataType,
......
......@@ -38,9 +38,9 @@ int main()
PassThrough,
PassThrough,
PassThrough,
DeviceBatchedGemm<ALayout,
BLayout,
CLayout,
DeviceBatchedGemm<Row,
Row,
Row,
ADataType,
BDataType,
CDataType,
......@@ -58,9 +58,9 @@ int main()
PassThrough,
PassThrough,
PassThrough,
DeviceBatchedGemm<ALayout,
BLayout,
CLayout,
DeviceBatchedGemm<Row,
Col,
Row,
ADataType,
BDataType,
CDataType,
......@@ -78,9 +78,9 @@ int main()
PassThrough,
PassThrough,
PassThrough,
DeviceBatchedGemm<ALayout,
BLayout,
CLayout,
DeviceBatchedGemm<Col,
Row,
Row,
ADataType,
BDataType,
CDataType,
......@@ -98,9 +98,9 @@ int main()
PassThrough,
PassThrough,
PassThrough,
DeviceBatchedGemm<ALayout,
BLayout,
CLayout,
DeviceBatchedGemm<Col,
Col,
Row,
ADataType,
BDataType,
CDataType,
......
......@@ -38,9 +38,9 @@ int main()
PassThrough,
PassThrough,
PassThrough,
DeviceBatchedGemm<ALayout,
BLayout,
CLayout,
DeviceBatchedGemm<Row,
Row,
Row,
ADataType,
BDataType,
CDataType,
......@@ -58,9 +58,9 @@ int main()
PassThrough,
PassThrough,
PassThrough,
DeviceBatchedGemm<ALayout,
BLayout,
CLayout,
DeviceBatchedGemm<Row,
Col,
Row,
ADataType,
BDataType,
CDataType,
......@@ -78,9 +78,9 @@ int main()
PassThrough,
PassThrough,
PassThrough,
DeviceBatchedGemm<ALayout,
BLayout,
CLayout,
DeviceBatchedGemm<Col,
Row,
Row,
ADataType,
BDataType,
CDataType,
......@@ -98,9 +98,9 @@ int main()
PassThrough,
PassThrough,
PassThrough,
DeviceBatchedGemm<ALayout,
BLayout,
CLayout,
DeviceBatchedGemm<Col,
Col,
Row,
ADataType,
BDataType,
CDataType,
......
......@@ -38,9 +38,9 @@ int main()
PassThrough,
PassThrough,
PassThrough,
DeviceBatchedGemm<ALayout,
BLayout,
CLayout,
DeviceBatchedGemm<Row,
Row,
Row,
ADataType,
BDataType,
CDataType,
......@@ -58,9 +58,9 @@ int main()
PassThrough,
PassThrough,
PassThrough,
DeviceBatchedGemm<ALayout,
BLayout,
CLayout,
DeviceBatchedGemm<Row,
Col,
Row,
ADataType,
BDataType,
CDataType,
......@@ -78,9 +78,9 @@ int main()
PassThrough,
PassThrough,
PassThrough,
DeviceBatchedGemm<ALayout,
BLayout,
CLayout,
DeviceBatchedGemm<Col,
Row,
Row,
ADataType,
BDataType,
CDataType,
......@@ -98,9 +98,9 @@ int main()
PassThrough,
PassThrough,
PassThrough,
DeviceBatchedGemm<ALayout,
BLayout,
CLayout,
DeviceBatchedGemm<Col,
Col,
Row,
ADataType,
BDataType,
CDataType,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment