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
d6dff178
"vscode:/vscode.git/clone" did not exist on "86ceded98b2c1f2be48edb61bedbcc38d2c5c290"
Commit
d6dff178
authored
Jan 29, 2022
by
rocking
Browse files
Sync verification flow with GPU kernel
parent
ea6b9481
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
example/2_gemm_xdl_bias/gemm_xdl_bias.cpp
example/2_gemm_xdl_bias/gemm_xdl_bias.cpp
+3
-1
No files found.
example/2_gemm_xdl_bias/gemm_xdl_bias.cpp
View file @
d6dff178
...
@@ -100,7 +100,9 @@ static void host_verify(const Tensor<AType>& a_m_k,
...
@@ -100,7 +100,9 @@ static void host_verify(const Tensor<AType>& a_m_k,
static_cast
<
AccDataType
>
(
b_element_op
(
b_k_n
(
k
,
n
)));
static_cast
<
AccDataType
>
(
b_element_op
(
b_k_n
(
k
,
n
)));
}
}
c_element_op
(
c_m_n
(
m
,
n
),
v
,
c0_k_n
(
m
,
n
));
CType
y
=
static_cast
<
CType
>
(
v
);
c_element_op
(
c_m_n
(
m
,
n
),
y
,
c0_k_n
(
m
,
n
));
};
};
make_ParallelTensorFunctor
(
f_mk_kn_mn
,
make_ParallelTensorFunctor
(
f_mk_kn_mn
,
...
...
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