"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "0619ebf70bc6d0bd8b44cb41b5a662ddfc4def56"
Commit 114fdb58 authored by Jing Zhang's avatar Jing Zhang
Browse files

4x4

parent 85c1ff1c
......@@ -580,7 +580,7 @@ int main(int argc, char* argv[])
constexpr index_t HPad = 0;
constexpr index_t WPad = 0;
#elif 1
#elif 0
// 1x1 filter, 14x14 image, C = 2048
constexpr index_t N = 128;
constexpr index_t C = 2048;
......
This diff is collapsed.
......@@ -323,7 +323,7 @@ class gridwise_implicit_gemm_convolution_2_chwn_cyxk_khwn
(p_wei_block + wei_cyxk_block_desc.Get1dIndex(0, y, x, 0),
p_in_block + y * Wi + x,
p_out_thread,
f_accum);
f_accum, Number<in_block_element_space>());
}
}
}
......
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