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
06ba0a90
"...composable_kernel.git" did not exist on "6ffd41aea17f1b83d499caa7b170050b5e140430"
Commit
06ba0a90
authored
Jun 02, 2021
by
Chao Liu
Browse files
refactor
parent
275a7bac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
composable_kernel/include/driver/driver_dynamic_gemm_v1r2.hpp
...osable_kernel/include/driver/driver_dynamic_gemm_v1r2.hpp
+1
-1
No files found.
composable_kernel/include/driver/driver_dynamic_gemm_v1r2.hpp
View file @
06ba0a90
...
@@ -118,7 +118,7 @@ __host__ float driver_dynamic_gemm_v1r2(const FloatAB* p_a_grid,
...
@@ -118,7 +118,7 @@ __host__ float driver_dynamic_gemm_v1r2(const FloatAB* p_a_grid,
if
(
!
GridwiseGemm
::
CheckValidity
(
a_k_m_grid_desc
,
b_k_n_grid_desc
,
c_m_n_grid_desc
))
if
(
!
GridwiseGemm
::
CheckValidity
(
a_k_m_grid_desc
,
b_k_n_grid_desc
,
c_m_n_grid_desc
))
{
{
throw
std
::
runtime_error
(
"wrong! G
EMM size no divisible
"
);
throw
std
::
runtime_error
(
"wrong! G
ridwiseDynamicGemm_km_kn_m0m1n0n1_v1r2 has invalid setting
"
);
}
}
// c_m0_m10_m11_n0_n10_n11_grid_desc
// c_m0_m10_m11_n0_n10_n11_grid_desc
...
...
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