llvm::nvvm::printTensormapInterleaveLayout

Print a tensormap interleave layout immediate to OS.

Synopsis

Declared in <llvm/IR/NVVMIntrinsicUtils.h>

void
printTensormapInterleaveLayout(
    raw_ostream& OS,
    Constant const* ImmArgVal);

Parameters

NameDescription
OSStream to write the layout name to.
ImmArgValConstant holding the TensormapInterleaveLayout value.