|
MLIR 22.0.0git
|
#include "mlir-c/Dialect/NVGPU.h"#include "mlir/CAPI/Registration.h"#include "mlir/Dialect/NVGPU/IR/NVGPUDialect.h"#include "mlir/IR/BuiltinTypes.h"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) |
| MlirStringRef | mlirNVGPUTensorMapDescriptorTypeGetName (void) |
| 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 mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::nvgpu::TensorMapDescriptorType::bindDerived().
| MlirStringRef mlirNVGPUTensorMapDescriptorTypeGetName | ( | void | ) |
| bool mlirTypeIsANVGPUTensorMapDescriptorType | ( | MlirType | type | ) |
Definition at line 19 of file NVGPU.cpp.
References mlirTypeIsANVGPUTensorMapDescriptorType(), and unwrap().
Referenced by mlirTypeIsANVGPUTensorMapDescriptorType().