Commit b637c77d authored by Anthony Chang's avatar Anthony Chang
Browse files

format

parent 8dad40d0
...@@ -348,7 +348,7 @@ struct BlockwiseGemmXdlops_k0mk1_k0nk1_m0n0m1n1m2m3m4n2_v1 ...@@ -348,7 +348,7 @@ struct BlockwiseGemmXdlops_k0mk1_k0nk1_m0n0m1n1m2m3m4n2_v1
__host__ __device__ static constexpr auto MakeCThreadIndexAdaptor8DTo2D() __host__ __device__ static constexpr auto MakeCThreadIndexAdaptor8DTo2D()
{ {
if constexpr (TransposeC) if constexpr(TransposeC)
{ {
constexpr auto c_thread_desc = GetCThreadDescriptor_M0_N0_M1_N1_M2_N2_N3_N4(); constexpr auto c_thread_desc = GetCThreadDescriptor_M0_N0_M1_N1_M2_N2_N3_N4();
constexpr auto m0 = c_thread_desc.GetLength(Number<0>{}); constexpr auto m0 = c_thread_desc.GetLength(Number<0>{});
...@@ -1002,7 +1002,7 @@ struct BlockwiseGemmXdlops_v2 ...@@ -1002,7 +1002,7 @@ struct BlockwiseGemmXdlops_v2
__host__ __device__ static constexpr auto MakeCThreadIndexAdaptor8DTo2D() __host__ __device__ static constexpr auto MakeCThreadIndexAdaptor8DTo2D()
{ {
if constexpr (TransposeC) if constexpr(TransposeC)
{ {
constexpr auto c_thread_desc = GetCThreadDescriptor_M0_N0_M1_N1_M2_N2_N3_N4(); constexpr auto c_thread_desc = GetCThreadDescriptor_M0_N0_M1_N1_M2_N2_N3_N4();
constexpr auto m0 = c_thread_desc.GetLength(Number<0>{}); constexpr auto m0 = c_thread_desc.GetLength(Number<0>{});
......
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