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
d73041a6
"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "7e8e54dead53f981b7e562c1eed6e80cb8702aac"
Commit
d73041a6
authored
May 24, 2023
by
Po-Yen, Chen
Browse files
Fix wrong error message (for type name)
parent
c69f237d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl.hpp
...e/ck/tensor_operation/gpu/device/impl/device_gemm_xdl.hpp
+1
-1
No files found.
include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl.hpp
View file @
d73041a6
...
@@ -135,7 +135,7 @@ struct DeviceGemmXdl : public DeviceGemm<ALayout,
...
@@ -135,7 +135,7 @@ struct DeviceGemmXdl : public DeviceGemm<ALayout,
if
(
!
GridwiseGemm
::
CheckValidity
(
karg
))
if
(
!
GridwiseGemm
::
CheckValidity
(
karg
))
{
{
throw
std
::
runtime_error
(
throw
std
::
runtime_error
(
"wrong! GridwiseGemm_k0mk1_k0nk1_mn_xdlops_v2r3 has invalid setting"
);
"wrong! GridwiseGemm_k0mk1_k0nk1_mn_xdlops_v2r3
_ext
has invalid setting"
);
}
}
const
auto
[
gdx
,
gdy
,
gdz
]
=
GridwiseGemm
::
CalculateGridSize
(
karg
.
M
,
karg
.
N
);
const
auto
[
gdx
,
gdy
,
gdz
]
=
GridwiseGemm
::
CalculateGridSize
(
karg
.
M
,
karg
.
N
);
...
...
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