Commit e7f10bf4 authored by Jing Zhang's avatar Jing Zhang
Browse files

clean code

parent 01f722b0
...@@ -26,12 +26,10 @@ using ADataType = F16; ...@@ -26,12 +26,10 @@ using ADataType = F16;
using BDataType = F16; using BDataType = F16;
using D0DataType = F32; using D0DataType = F32;
using DsDataType = ck::Tuple<D0DataType>; using DsDataType = ck::Tuple<D0DataType>;
using EDataType = F16; using EDataType = F32;
// using EDataType = F32;
using ALayout = Row; using ALayout = Row;
using BLayout = Col; using BLayout = Row;
// using BLayout = Row;
using D0Layout = Row; using D0Layout = Row;
using DsLayout = ck::Tuple<D0Layout>; using DsLayout = ck::Tuple<D0Layout>;
using ELayout = Row; using ELayout = Row;
......
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