"src/include/threadwise_gemm.hip.hpp" did not exist on "61ac08661d47ecf84f4e0afc59d3261c035d4226"
Commit c8dda25a authored by Alan Turner's avatar Alan Turner
Browse files

rempove ck namespace from block2ctile constructor

parent 297645e8
...@@ -219,7 +219,7 @@ struct CK_DeviceGemmMultipleD ...@@ -219,7 +219,7 @@ struct CK_DeviceGemmMultipleD
__device__ static constexpr auto __device__ static constexpr auto
MakeDefaultBlock2ETileMap(const EGridDesc_M_N& e_grid_desc_m_n_) MakeDefaultBlock2ETileMap(const EGridDesc_M_N& e_grid_desc_m_n_)
{ {
return ck::BlockToCTileMap_M00_N0_M01Adapt<MPerBlock, NPerBlock, EGridDesc_M_N>( return BlockToCTileMap_M00_N0_M01Adapt<MPerBlock, NPerBlock, EGridDesc_M_N>(
e_grid_desc_m_n_); e_grid_desc_m_n_);
} }
......
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