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_ROCM
Commits
360dd17a
Commit
360dd17a
authored
Nov 06, 2024
by
Andriy Roshchenko
Browse files
Change default verification method to CPU.
GPU verification takes too much time to complete on the emulator.
parent
7b8e2cf6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
example/01_gemm/common.hpp
example/01_gemm/common.hpp
+1
-1
No files found.
example/01_gemm/common.hpp
View file @
360dd17a
...
...
@@ -76,7 +76,7 @@ struct ProblemSizeSplitK final
struct
ExecutionConfig
final
{
// 0 - no verification, 1 - CPU, 2 - GPU, 3 - CPU + GPU
int
do_verification
=
3
;
int
do_verification
=
1
;
int
init_method
=
2
;
bool
time_kernel
=
false
;
};
...
...
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