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
MIGraphX
Commits
789f86fb
Commit
789f86fb
authored
Apr 04, 2022
by
Shucai Xiao
Browse files
clang format
parent
8e485cc8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
src/targets/gpu/device/layernorm.cpp
src/targets/gpu/device/layernorm.cpp
+6
-5
No files found.
src/targets/gpu/device/layernorm.cpp
View file @
789f86fb
...
@@ -367,7 +367,8 @@ void triadd_layernorm(hipStream_t stream,
...
@@ -367,7 +367,8 @@ void triadd_layernorm(hipStream_t stream,
// auto half_block_size = block_size / 2;
// auto half_block_size = block_size / 2;
// triadd_layernorm_half2<<<block_num, half_block_size, shared_size, stream>>>(
// triadd_layernorm_half2<<<block_num, half_block_size, shared_size, stream>>>(
// arg1.data(), arg2.data(), arg3.data(), result.data(), batch_item_num, half_block_size);
// arg1.data(), arg2.data(), arg3.data(), result.data(), batch_item_num,
// half_block_size);
}
}
else
else
{
{
...
...
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