|
MLIR 22.0.0git
|
#include "mlir/Conversion/LLVMCommon/TypeConverter.h"#include "mlir/Dialect/AMDGPU/Utils/Chipset.h"#include "mlir/IR/PatternMatch.h"#include <memory>#include "mlir/Conversion/Passes.h.inc"Go to the source code of this file.
Classes | |
| struct | mlir::ConvertMathToROCDLOptions |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
Macros | |
| #define | GEN_PASS_DECL_CONVERTMATHTOROCDL |
Functions | |
| std::unique_ptr<::mlir::Pass > | mlir::createConvertMathToROCDL () |
| std::unique_ptr<::mlir::Pass > | mlir::createConvertMathToROCDL (ConvertMathToROCDLOptions options) |
| void | mlir::populateMathToROCDLConversionPatterns (const LLVMTypeConverter &converter, RewritePatternSet &patterns, std::optional< amdgpu::Chipset > chipset) |
| Populate the given list with patterns that convert from Math to ROCDL calls. | |
| #define GEN_PASS_DECL_CONVERTMATHTOROCDL |
Definition at line 19 of file MathToROCDL.h.