"...composable_kernel.git" did not exist on "fa753f27ba774e0b831433dc6e3d2576ce8616ce"
Commit 83511d7e authored by Chao Liu's avatar Chao Liu
Browse files

adding bias

parent 30109f67
...@@ -76,9 +76,11 @@ namespace ck { ...@@ -76,9 +76,11 @@ namespace ck {
namespace tensor_operation { namespace tensor_operation {
namespace device { namespace device {
// Note: inter-wave loop scheduler is rolled out to c-shuffle version first. Becuase non c-shuffle // C = c_element_op(a_element_op(A) * b_element_op(B), D))
// version currently has compiler issues with register spill which further causes validation // A: [M, K] or [K, M]
// failures. // B: [N, K] or [K, N]
// C: [M, N]
// D: [N]
template <typename ALayout, template <typename ALayout,
typename BLayout, typename BLayout,
typename CLayout, typename CLayout,
......
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