MLIR 22.0.0git
NVGPU.cpp File Reference

Go to the source code of this file.

Functions

bool mlirTypeIsANVGPUTensorMapDescriptorType (MlirType type)
MlirType mlirNVGPUTensorMapDescriptorTypeGet (MlirContext ctx, MlirType tensorMemrefType, int swizzle, int l2promo, int oobFill, int interleave)

Function Documentation

◆ mlirNVGPUTensorMapDescriptorTypeGet()

MlirType mlirNVGPUTensorMapDescriptorTypeGet ( MlirContext ctx,
MlirType tensorMemrefType,
int swizzle,
int l2promo,
int oobFill,
int interleave )

Definition at line 23 of file NVGPU.cpp.

References unwrap(), and wrap().

Referenced by populateDialectNVGPUSubmodule().

◆ mlirTypeIsANVGPUTensorMapDescriptorType()

bool mlirTypeIsANVGPUTensorMapDescriptorType ( MlirType type)