Interleave layouts for tensormap descriptors.

Synopsis

Declared in <llvm/IR/NVVMIntrinsicUtils.h>

enum class TensormapInterleaveLayout : uint8_t;

Members

Name

Description

NO_INTERLEAVE

No interleaving.

INTERLEAVE_16B

16‐byte interleave.

INTERLEAVE_32B

32‐byte interleave.

Created with MrDocs