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);
38#include "mlir/Dialect/NVGPU/Transforms/Passes.capi.h.inc"
MLIR_CAPI_EXPORTED bool mlirTypeIsANVGPUTensorMapDescriptorType(MlirType type)
MLIR_CAPI_EXPORTED MlirType mlirNVGPUTensorMapDescriptorTypeGet(MlirContext ctx, MlirType tensorMemrefType, int swizzle, int l2promo, int oobFill, int interleave)
MLIR_CAPI_EXPORTED MlirStringRef mlirNVGPUTensorMapDescriptorTypeGetName(void)
#define MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(Name, Namespace)
#define MLIR_CAPI_EXPORTED
A pointer to a sized fragment of a string, not necessarily null-terminated.