10 #ifndef MLIR_C_DIALECT_NVGPU_H
11 #define MLIR_C_DIALECT_NVGPU_H
29 MlirContext ctx, MlirType tensorMemrefType,
int swizzle,
int l2promo,
30 int oobFill,
int interleave);
MLIR_CAPI_EXPORTED bool mlirTypeIsANVGPUTensorMapDescriptorType(MlirType type)
MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(NVGPU, nvgpu)
MLIR_CAPI_EXPORTED MlirType mlirNVGPUTensorMapDescriptorTypeGet(MlirContext ctx, MlirType tensorMemrefType, int swizzle, int l2promo, int oobFill, int interleave)
#define MLIR_CAPI_EXPORTED