From 931359cec1ef94a86aa80240fdcd0350aa31b6fb Mon Sep 17 00:00:00 2001 From: zkyue <51477259+zkyue@users.noreply.github.com> Date: Wed, 20 Aug 2025 10:22:31 +0800 Subject: [PATCH] Fix typo in functional.h (#2571) --- include/cutlass/functional.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/cutlass/functional.h b/include/cutlass/functional.h index 628a8077..d705777f 100644 --- a/include/cutlass/functional.h +++ b/include/cutlass/functional.h @@ -655,7 +655,7 @@ struct and_popc_add { } }; -/// Fused multiply-add +/// Fused and-add template struct and_add { CUTLASS_HOST_DEVICE @@ -677,7 +677,7 @@ struct xor_popc_add { } }; -/// Fused multiply-add +/// Fused xor-add template struct xor_add { CUTLASS_HOST_DEVICE @@ -699,7 +699,7 @@ struct or_popc_add { }; -/// Fused multiply-add +/// Fused or-add template struct or_add { CUTLASS_HOST_DEVICE