Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel
Commits
83511d7e
Commit
83511d7e
authored
Jun 01, 2022
by
Chao Liu
Browse files
adding bias
parent
30109f67
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
include/ck/tensor_operation/gpu/device/device_gemm_bias_activation_xdl_cshuffle.hpp
...n/gpu/device/device_gemm_bias_activation_xdl_cshuffle.hpp
+5
-3
No files found.
include/ck/tensor_operation/gpu/device/device_gemm_bias_activation_xdl_cshuffle.hpp
View file @
83511d7e
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment