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
037a5782
"...resnet50_tensorflow.git" did not exist on "4d38b1500dceeb7bf5d62529d4bd5477378d86df"
Commit
037a5782
authored
Dec 04, 2021
by
Chao Liu
Browse files
clean up
parent
e041175e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
example/1_gemm_xdl/gemm_xdl.cpp
example/1_gemm_xdl/gemm_xdl.cpp
+3
-3
No files found.
example/1_gemm_xdl/gemm_xdl.cpp
View file @
037a5782
...
@@ -189,9 +189,9 @@ int main(int argc, char* argv[])
...
@@ -189,9 +189,9 @@ int main(int argc, char* argv[])
StrideA
,
StrideA
,
StrideB
,
StrideB
,
StrideC
,
StrideC
,
PassThrough
{},
AOp
{},
PassThrough
{},
BOp
{},
Relu
{});
COp
{});
if
(
!
gemm
.
IsSupportedArgument
(
argument
))
if
(
!
gemm
.
IsSupportedArgument
(
argument
))
{
{
...
...
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