Commit 77bdb740 authored by Jing Zhang's avatar Jing Zhang
Browse files

clean

parent 092f54b4
...@@ -123,7 +123,7 @@ __global__ void ...@@ -123,7 +123,7 @@ __global__ void
ignore = barrier_count_finished; ignore = barrier_count_finished;
GridwiseGemm:: GridwiseGemm::
template Run2<HasMainKBlockLoop, GemmSpec, AsLayout, BsLayout, DsLayout, ELayout>( template Run<HasMainKBlockLoop, GemmSpec, AsLayout, BsLayout, DsLayout, ELayout>(
p_as_grid_, p_as_grid_,
p_bs_grid_, p_bs_grid_,
p_ds_grid_, p_ds_grid_,
......
...@@ -956,7 +956,7 @@ struct GridwiseGemmMultipleABD_xdl_cshuffle ...@@ -956,7 +956,7 @@ struct GridwiseGemmMultipleABD_xdl_cshuffle
typename DsLayout, typename DsLayout,
typename ELayout, typename ELayout,
typename Block2ETileMap> typename Block2ETileMap>
__device__ static void Run2(AsGridPointer p_as_grid, __device__ static void Run(AsGridPointer p_as_grid,
BsGridPointer p_bs_grid, BsGridPointer p_bs_grid,
DsGridPointer p_ds_grid, DsGridPointer p_ds_grid,
void* __restrict__ p_e_grid_, void* __restrict__ p_e_grid_,
......
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