|
MLIR
22.0.0git
|
#include "mlir/Pass/PassOptions.h"Go to the source code of this file.
Classes | |
| struct | mlir::gpu::GPUToNVVMPipelineOptions |
| Options for the gpu to nvvm pipeline. More... | |
| struct | mlir::gpu::GPUToXeVMPipelineOptions |
Namespaces | |
| mlir | |
| Include the generated interface declarations. | |
| mlir::gpu | |
Functions | |
| void | mlir::gpu::buildLowerToNVVMPassPipeline (OpPassManager &pm, const GPUToNVVMPipelineOptions &options) |
| Adds the GPU to NVVM pipeline to the given pass manager. More... | |
| void | mlir::gpu::buildLowerToXeVMPassPipeline (OpPassManager &pm, const GPUToXeVMPipelineOptions &options) |
| Adds the GPU to XeVM pipeline to the given pass manager. More... | |
| void | mlir::gpu::registerGPUToNVVMPipeline () |
Register all pipelines for the gpu dialect. More... | |
| void | mlir::gpu::registerGPUToXeVMPipeline () |