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