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
65adf21b
"...composable_kernel_rocm.git" did not exist on "ae5e5181aaa4a4f8587086bea262c3db4c3a9ba6"
Commit
65adf21b
authored
Sep 13, 2022
by
Po-Yen, Chen
Browse files
Measure execution time by default
parent
f650c019
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
example/37_permute/common.hpp
example/37_permute/common.hpp
+1
-1
No files found.
example/37_permute/common.hpp
View file @
65adf21b
...
@@ -30,7 +30,7 @@ using F64 = double;
...
@@ -30,7 +30,7 @@ using F64 = double;
struct
ExecutionConfig
final
struct
ExecutionConfig
final
{
{
bool
do_verification
=
true
;
bool
do_verification
=
true
;
bool
time_kernel
=
fals
e
;
bool
time_kernel
=
tru
e
;
};
};
struct
Problem
final
struct
Problem
final
...
...
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