From 209faf7b94ce4ba573d27389fb643962e75d0581 Mon Sep 17 00:00:00 2001 From: Vijay Thakkar Date: Mon, 20 Mar 2023 14:25:27 -0700 Subject: [PATCH] remove spurious comma (#871) --- include/cutlass/conv/kernel/default_depthwise_fprop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cutlass/conv/kernel/default_depthwise_fprop.h b/include/cutlass/conv/kernel/default_depthwise_fprop.h index df57e301..a08efc3d 100644 --- a/include/cutlass/conv/kernel/default_depthwise_fprop.h +++ b/include/cutlass/conv/kernel/default_depthwise_fprop.h @@ -453,7 +453,7 @@ struct DefaultDepthwiseDirect2dConvFprop < StrideShape, DilationShape, AlignmentA, - AlignmentB, + AlignmentB > {