Skip to content

CUTLASS 2.1

Compare
Choose a tag to compare
@kerrmudgeon kerrmudgeon released this 09 Apr 23:48
e33d90b

Planar Complex GEMM kernels targeting Volta and Turing Tensor Cores

  • Computes complex matrix products on matrices stored as disjoint real and imaginary parts
  • SDK Examples of Planar Complex GEMMs

BLAS-style host-side API added to CUTLASS Library

  • API to launch compiled kernel instances for GEMM and planar complex GEMM

Minor enhancements and bug fixes