Commit 2959f94c authored by qinletao's avatar qinletao
Browse files

lost ;

parent 6bf08bb9
......@@ -56,7 +56,7 @@ int main()
using ADataType = float;
using BDataType = float;
using CDataType = float;
using AccDataType = float,
using AccDataType = float;
using RowMajor = ck::tensor_layout::gemm::RowMajor;
using ColumnMajor = ck::tensor_layout::gemm::ColumnMajor;
......
......@@ -49,7 +49,7 @@ int main()
using ADataType = int8_t;
using BDataType = int8_t;
using CDataType = int8_t;
using AccDataType = int32_t,
using AccDataType = int32_t;
using RowMajor = ck::tensor_layout::gemm::RowMajor;
using ColumnMajor = ck::tensor_layout::gemm::ColumnMajor;
......
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