Matrix multiply.
More...
#include <assert.h>
#include "cutlass/layout/matrix.h"
Go to the source code of this file.
|
struct | cutlass::arch::Wmma< Shape_, int8_t, LayoutA_, int8_t, LayoutB_, int32_t, LayoutC_, cutlass::arch::OpMultiplyAdd > |
|
struct | cutlass::arch::Wmma< Shape_, uint8_t, LayoutA_, uint8_t, LayoutB_, int32_t, LayoutC_, cutlass::arch::OpMultiplyAdd > |
|