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
4810105c
Commit
4810105c
authored
Nov 23, 2021
by
Chao Liu
Browse files
clean up
parent
a7361926
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
example/2_gemm_xdl_bias_add/gemm_xdl_bias_add.cpp
example/2_gemm_xdl_bias_add/gemm_xdl_bias_add.cpp
+2
-2
No files found.
example/2_gemm_xdl_bias_add/gemm_xdl_bias_add.cpp
View file @
4810105c
...
...
@@ -36,7 +36,7 @@ struct PassThrough
// v2 is from bias vector
struct
BiasAdd
{
#if
0
#if
1
// correct result
// no scratch memory, good VGPR allocation (59)
// good perf (101Tflops)
...
...
@@ -55,7 +55,7 @@ struct BiasAdd
return
b
;
}
#elif
1
#elif
0
float
alpha
=
0.1
;
float
beta
=
0.2
;
float
gamma
=
0.3
;
...
...
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