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
63bca518
"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "ed224f94ba87253838c4f47630a36d6c8b36c3c7"
Commit
63bca518
authored
Dec 05, 2021
by
Chao Liu
Browse files
clean up
parent
19d19d3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
profiler/profiler.cpp
profiler/profiler.cpp
+4
-1
No files found.
profiler/profiler.cpp
View file @
63bca518
...
@@ -25,7 +25,10 @@ int main(int argc, char* argv[])
...
@@ -25,7 +25,10 @@ int main(int argc, char* argv[])
}
}
else
else
{
{
printf
(
"arg1: tensor operation (gemm: GEMM; conv_fwd: ForwardConvolution)
\n
"
);
printf
(
"arg1: tensor operation (gemm: GEMM;
\n
"
" conv_fwd: ForwardConvolution;
\n
"
" conv_fwd_bias_relu_add: ForwardConvolution+Bias+ReLU+Add)
\n
"
);
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