|
MLIR 22.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 | ) |
References MLIR_CAPI_EXPORTED.
| 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 unwrap(), and wrap().
Referenced by populateDialectNVGPUSubmodule().
| MLIR_CAPI_EXPORTED bool mlirTypeIsANVGPUTensorMapDescriptorType | ( | MlirType | type | ) |
Definition at line 19 of file NVGPU.cpp.
References mlirTypeIsANVGPUTensorMapDescriptorType(), and unwrap().
Referenced by mlirTypeIsANVGPUTensorMapDescriptorType(), and populateDialectNVGPUSubmodule().