Unverified Commit c4f71aac authored by zjing14's avatar zjing14 Committed by GitHub
Browse files

Merge branch 'develop' into fp8_gemm_generic_instance

parents 0f84c0c7 7dcb14d9
...@@ -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