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
c5e1870a
Commit
c5e1870a
authored
Jan 18, 2022
by
Chao Liu
Browse files
fix
parent
320bc57b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
example/3_gemm_xdl_bias_relu_add/gemm_xdl_bias_relu_add.cpp
example/3_gemm_xdl_bias_relu_add/gemm_xdl_bias_relu_add.cpp
+1
-1
No files found.
example/3_gemm_xdl_bias_relu_add/gemm_xdl_bias_relu_add.cpp
View file @
c5e1870a
...
...
@@ -128,7 +128,7 @@ using CLayout = ck::tensor_layout::gemm::RowMajor;
using
AOp
=
PassThrough
;
using
BOp
=
PassThrough
;
#if 1
using
COp
=
BiasRe
L
uAdd
using
COp
=
BiasRe
l
uAdd
;
#else
using
COp
=
DoSomething
;
#endif
...
...
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