From 8b9b3d78dfedc707e92b00dd0c9007238d4e597c Mon Sep 17 00:00:00 2001 From: zkyue <51477259+zkyue@users.noreply.github.com> Date: Fri, 27 Feb 2026 16:23:37 +0800 Subject: [PATCH] fix typo in documentation (#2671) --- .../util/include/cutlass/util/host_tensor_planar_complex.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/util/include/cutlass/util/host_tensor_planar_complex.h b/tools/util/include/cutlass/util/host_tensor_planar_complex.h index f65684b6..fc670e0f 100644 --- a/tools/util/include/cutlass/util/host_tensor_planar_complex.h +++ b/tools/util/include/cutlass/util/host_tensor_planar_complex.h @@ -31,15 +31,15 @@ #pragma once /*! \file - \brief HostTensor contributes management for both host and device memory. + \brief HostTensorPlanarComplex contributes management for both host and device memory. - HostTensor allocates host and device memory upon construction. Basic element-wise operations on + HostTensorPlanarComplex allocates host and device memory upon construction. Basic element-wise operations on host memory synchronize device memory automatically. Explicit copy operations provide abstractions for CUDA memcpy operations. Call {host, device}_{data, ref, view}() for accessing host or device memory. - See cutlass/tensor_ref.h and cutlass/tensor_view.h for more details. + See cutlass/tensor_ref_planar_complex.h and cutlass/tensor_view_planar_complex.h for more details. */ #include