Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tools/util/include/cutlass/util/host_tensor_planar_complex.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <vector>
Expand Down