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
97ac5007
"...composable_kernel_rocm.git" did not exist on "6dfb4e7851a99eab605d239873b7eca777980fa8"
Commit
97ac5007
authored
May 25, 2022
by
myamlak
Browse files
Review remark: unnecessary attribute
parent
ee060994
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
include/ck/tensor_operation/gpu/device/device_cgemm_4gemm_xdl_cshuffle.hpp
..._operation/gpu/device/device_cgemm_4gemm_xdl_cshuffle.hpp
+3
-3
No files found.
include/ck/tensor_operation/gpu/device/device_cgemm_4gemm_xdl_cshuffle.hpp
View file @
97ac5007
...
@@ -933,12 +933,12 @@ struct DeviceCGemm_4Gemm_Xdl_CShuffle
...
@@ -933,12 +933,12 @@ struct DeviceCGemm_4Gemm_Xdl_CShuffle
return
str
.
str
();
return
str
.
str
();
}
}
std
::
size_t
GetWorkspaceSize
(
[[
maybe_unused
]]
index_t
MRaw
,
std
::
size_t
GetWorkspaceSize
(
index_t
MRaw
,
[[
maybe_unused
]]
index_t
NRaw
,
index_t
NRaw
,
[[
maybe_unused
]]
index_t
KRaw
,
[[
maybe_unused
]]
index_t
KRaw
,
[[
maybe_unused
]]
index_t
StrideA
,
[[
maybe_unused
]]
index_t
StrideA
,
[[
maybe_unused
]]
index_t
StrideB
,
[[
maybe_unused
]]
index_t
StrideB
,
[[
maybe_unused
]]
index_t
StrideC
)
override
index_t
StrideC
)
override
{
{
const
auto
c_grid_desc_m_n
=
MakeCGridDescriptor_M_N
(
MRaw
,
NRaw
,
StrideC
);
const
auto
c_grid_desc_m_n
=
MakeCGridDescriptor_M_N
(
MRaw
,
NRaw
,
StrideC
);
...
...
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