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
cbbc7e52
"git@developer.sourcefind.cn:OpenDAS/autoawq.git" did not exist on "b7290868cedd8ca32c5227f462ad9e5594390e96"
Commit
cbbc7e52
authored
Apr 06, 2022
by
rocking
Browse files
Refine the comment
parent
d6e053a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
example/19_gemm_softmax/gemm_softmax_xdl_fp16.cpp
example/19_gemm_softmax/gemm_softmax_xdl_fp16.cpp
+2
-2
No files found.
example/19_gemm_softmax/gemm_softmax_xdl_fp16.cpp
View file @
cbbc7e52
...
@@ -274,8 +274,8 @@ int main(int argc, char* argv[])
...
@@ -274,8 +274,8 @@ int main(int argc, char* argv[])
auto
invoker_ptr
=
reduce
.
MakeInvokerPointer
();
auto
invoker_ptr
=
reduce
.
MakeInvokerPointer
();
invoker_ptr
->
Run
(
argument_ptr
.
get
(),
nrepeat
);
invoker_ptr
->
Run
(
argument_ptr
.
get
(),
nrepeat
);
// TODO - Need BroadcastSub + exponential + ReduceSum + BroadcastDiv
// TODO = do_verification
// TODO = do_verification
if
(
do_verification
)
(
void
)
do_verification
;
;
return
0
;
return
0
;
}
}
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