remove useless line (#2926)

the parameter workspace is marked as unused like other kernels, but it is actually used after 3.3.0, so the code which mark it as unused could be removed.
This commit is contained in:
veritas-Qiu
2026-01-07 12:54:08 +08:00
committed by GitHub
parent 7127592069
commit 61b560983a

View File

@@ -217,7 +217,6 @@ public:
to_underlying_arguments(Arguments const& args, void* workspace) {
CUTLASS_TRACE_HOST("to_underlying_arguments():");
(void) workspace;
auto problem_shape = args.problem_shape;
if constexpr (detail::Has_SwapAB_v<CollectiveMainloop>) {
// swap M/N