diff --git a/include/cutlass/gemm/kernel/gemm_universal_streamk.h b/include/cutlass/gemm/kernel/gemm_universal_streamk.h index 57d4fe53..c52a15c3 100644 --- a/include/cutlass/gemm/kernel/gemm_universal_streamk.h +++ b/include/cutlass/gemm/kernel/gemm_universal_streamk.h @@ -527,7 +527,7 @@ protected: // /// GEMM problem parameters - Params const ¶ms; + Params params; /// Shared storage reference SharedStorage &shared_storage; diff --git a/include/cutlass/gemm/kernel/grouped_problem_visitor.h b/include/cutlass/gemm/kernel/grouped_problem_visitor.h index d9f02497..59a3657f 100644 --- a/include/cutlass/gemm/kernel/grouped_problem_visitor.h +++ b/include/cutlass/gemm/kernel/grouped_problem_visitor.h @@ -104,7 +104,7 @@ struct BaseGroupedProblemVisitor { }; - Params const ¶ms; + Params params; int32_t tile_idx; int32_t problem_tile_start; int32_t problem_idx;