Print a tensormap fill mode immediate to OS.
Synopsis
Declared in <llvm/IR/NVVMIntrinsicUtils.h>
void
printTensormapFillMode(
raw_ostream& OS,
Constant const* ImmArgVal);
Parameters
Name |
Description |
OS |
Stream to write the fill mode name to. |
ImmArgVal |
Constant holding the |
Created with MrDocs