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
726320d9
Commit
726320d9
authored
Aug 23, 2022
by
Chao Liu
Browse files
update example
parent
fd444bef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
example/35_splitK_gemm/run_splitK_gemm_example.inc
example/35_splitK_gemm/run_splitK_gemm_example.inc
+6
-2
No files found.
example/35_splitK_gemm/run_splitK_gemm_example.inc
View file @
726320d9
...
...
@@ -135,13 +135,17 @@ bool run_splitK_gemm(const ProblemSize& problem_size, const ExecutionConfig& con
ref_invoker
.
Run
(
ref_argument
);
if
(
std
::
is_same
<
CDataType
,
ck
::
half_t
>::
value
)
{
return
ck
::
utils
::
check_err
(
c_m_n_device_result
.
mData
,
c_m_n_host_result
.
mData
,
"fp16 incorrect result"
,
1
e
-
5
,
config
.
init_method
==
1
?
16
:
0.1
);
3
e
-
3
,
1
e
-
3
);
}
else
{
return
ck
::
utils
::
check_err
(
c_m_n_device_result
.
mData
,
c_m_n_host_result
.
mData
);
}
}
return
true
;
...
...
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