MLIR
20.0.0git
|
Go to the source code of this file.
Functions | |
MLIR_DECLARE_CAPI_DIALECT_REGISTRATION (NVGPU, nvgpu) | |
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_DECLARE_CAPI_DIALECT_REGISTRATION | ( | NVGPU | , |
nvgpu | |||
) |
MLIR_CAPI_EXPORTED MlirType mlirNVGPUTensorMapDescriptorTypeGet | ( | MlirContext | ctx, |
MlirType | tensorMemrefType, | ||
int | swizzle, | ||
int | l2promo, | ||
int | oobFill, | ||
int | interleave | ||
) |
Definition at line 23 of file NVGPU.cpp.
References mlir::get(), unwrap(), and wrap().
MLIR_CAPI_EXPORTED bool mlirTypeIsANVGPUTensorMapDescriptorType | ( | MlirType | type | ) |