|
MLIR 22.0.0git
|
#include "mlir-c/Dialect/AMDGPU.h"#include "mlir-c/IR.h"#include "mlir/Bindings/Python/Nanobind.h"#include "mlir/Bindings/Python/NanobindAdaptors.h"#include "nanobind/nanobind.h"Go to the source code of this file.
Functions | |
| static void | populateDialectAMDGPUSubmodule (const nb::module_ &m) |
| NB_MODULE (_mlirDialectsAMDGPU, m) | |
| NB_MODULE | ( | _mlirDialectsAMDGPU | , |
| m | ) |
Definition at line 61 of file DialectAMDGPU.cpp.
References populateDialectAMDGPUSubmodule().
|
static |
Definition at line 21 of file DialectAMDGPU.cpp.
References mlirAMDGPUTDMBaseTypeGet(), mlirAMDGPUTDMBaseTypeGetTypeID(), mlirAMDGPUTDMDescriptorTypeGet(), mlirAMDGPUTDMDescriptorTypeGetTypeID(), mlirAMDGPUTDMGatherBaseTypeGet(), mlirAMDGPUTDMGatherBaseTypeGetTypeID(), mlirTypeIsAAMDGPUTDMBaseType(), mlirTypeIsAAMDGPUTDMDescriptorType(), and mlirTypeIsAAMDGPUTDMGatherBaseType().
Referenced by NB_MODULE().