Back to Cutlass

CUTLASS: cutlass::library::GemmPlanarComplexConfiguration Struct Reference

docs/structcutlass_1_1library_1_1GemmPlanarComplexConfiguration.html

4.4.23.1 KB
Original Source

| | CUTLASS

CUDA Templates for Linear Algebra Subroutines and Solvers |

Public Attributes | List of all members

cutlass::library::GemmPlanarComplexConfiguration Struct Reference

Complex valued GEMM in which real and imaginary parts are separated by a stride.

#include <library.h>

Collaboration diagram for cutlass::library::GemmPlanarComplexConfiguration:

![Collaboration graph](structcutlass_1_1library_1_1GemmPlanarComplexConfiguration coll graph.png) [legend]

|

Public Attributes

| | gemm::GemmCoord | problem_size | | | | int64_t | lda | | | | int64_t | ldb | | | | int64_t | ldc | | | | int64_t | ldd | | | | int64_t | imag_stride_A | | | | int64_t | imag_stride_B | | | | int64_t | imag_stride_C | | | | int64_t | imag_stride_D | | |

Member Data Documentation

| int64_t cutlass::library::GemmPlanarComplexConfiguration::imag_stride_A |

| int64_t cutlass::library::GemmPlanarComplexConfiguration::imag_stride_B |

| int64_t cutlass::library::GemmPlanarComplexConfiguration::imag_stride_C |

| int64_t cutlass::library::GemmPlanarComplexConfiguration::imag_stride_D |

| int64_t cutlass::library::GemmPlanarComplexConfiguration::lda |

| int64_t cutlass::library::GemmPlanarComplexConfiguration::ldb |

| int64_t cutlass::library::GemmPlanarComplexConfiguration::ldc |

| int64_t cutlass::library::GemmPlanarComplexConfiguration::ldd |

| gemm::GemmCoord cutlass::library::GemmPlanarComplexConfiguration::problem_size |


The documentation for this struct was generated from the following file:


Generated by 1.8.11