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