"tests/vscode:/vscode.git/clone" did not exist on "cd21b965d1d10266d399b887f77b7dfc429f5f04"
Commit 83511d7e authored by Chao Liu's avatar Chao Liu
Browse files

adding bias

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