Commit 97ac5007 authored by myamlak's avatar myamlak
Browse files

Review remark: unnecessary attribute

parent ee060994
...@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment