Print a tensormap interleave layout immediate to OS.

Synopsis

Declared in <llvm/IR/NVVMIntrinsicUtils.h>

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

Parameters

Name

Description

OS

Stream to write the layout name to.

ImmArgVal

Constant holding the TensormapInterleaveLayout value.

Created with MrDocs