"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "fbdf4332c79a18454a553105ae5373911b2ba4ce"
Unverified Commit 7dcb14d9 authored by Illia Silin's avatar Illia Silin Committed by GitHub
Browse files

fix syntax (#890)

parent 0077eeb3
...@@ -151,8 +151,9 @@ struct DeviceImageToColumnImpl ...@@ -151,8 +151,9 @@ struct DeviceImageToColumnImpl
remove_cvref_t<decltype(MakeInputDescriptor_M_K(1, 1, {}, {}, {}, {}, {}, {}, {}, {}))>; remove_cvref_t<decltype(MakeInputDescriptor_M_K(1, 1, {}, {}, {}, {}, {}, {}, {}, {}))>;
using OutputGridDesc = remove_cvref_t<decltype(MakeOutDescriptor_M_K(1, 1, {}, {}, {}))>; using OutputGridDesc = remove_cvref_t<decltype(MakeOutDescriptor_M_K(1, 1, {}, {}, {}))>;
using Block2ETileMap = remove_cvref_t<decltype( using Block2ETileMap = remove_cvref_t<
BlockToCTileMap_M00_N0_M01Adapt<MPerBlock, KPerBlock, OutputGridDesc>(OutputGridDesc{}))>; decltype(BlockToCTileMap_M00_N0_M01Adapt<MPerBlock, KPerBlock, OutputGridDesc>(
OutputGridDesc{}))>;
using GridwiseImageToColumnKernel = GridwiseImageToColumn<InputGridDesc, using GridwiseImageToColumnKernel = GridwiseImageToColumn<InputGridDesc,
InputDataType, InputDataType,
......
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