Commit 8209d54c authored by Andriy Roshchenko's avatar Andriy Roshchenko
Browse files

Fix gfx1101 build

parent d1cff7ad
...@@ -11,6 +11,7 @@ using AccDataType = FP32; ...@@ -11,6 +11,7 @@ using AccDataType = FP32;
using CShuffleDataType = FP16; using CShuffleDataType = FP16;
using DsDataType = ck::Tuple<>; using DsDataType = ck::Tuple<>;
using InDataType = FP16; using InDataType = FP16;
using VerifyDataType = FP16; // is used for selection of check tolerances
using OutLayout = ck::tensor_layout::convolution::GNHWK; using OutLayout = ck::tensor_layout::convolution::GNHWK;
using WeiLayout = ck::tensor_layout::convolution::GKYXC; using WeiLayout = ck::tensor_layout::convolution::GKYXC;
......
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