MLIR
22.0.0git
|
#include "mlir/Conversion/GPUToROCDL/Runtimes.h"
#include "mlir/Conversion/LLVMCommon/LoweringOptions.h"
#include <memory>
#include "mlir/Conversion/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::amdgpu | |
mlir::gpu | |
Macros | |
#define | GEN_PASS_DECL_CONVERTGPUOPSTOROCDLOPS |
Functions | |
void | mlir::populateGpuToROCDLConversionPatterns (const LLVMTypeConverter &converter, RewritePatternSet &patterns, gpu::amd::Runtime runtime, amdgpu::Chipset chipset) |
Collect a set of patterns to convert from the GPU dialect to ROCDL. More... | |
void | mlir::configureGpuToROCDLConversionLegality (ConversionTarget &target) |
Configure target to convert from the GPU dialect to ROCDL. More... | |
#define GEN_PASS_DECL_CONVERTGPUOPSTOROCDLOPS |
Definition at line 32 of file GPUToROCDLPass.h.