MLIR
20.0.0git
|
#include "mlir/Dialect/AMDGPU/Utils/Chipset.h"
#include <memory>
#include <string>
#include "mlir/Conversion/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::arith | |
Macros | |
#define | GEN_PASS_DECL_ARITHTOAMDGPUCONVERSIONPASS |
Functions | |
void | mlir::arith::populateArithToAMDGPUConversionPatterns (RewritePatternSet &patterns, bool convertFP8Arithmetic, bool saturateFP8Truncf, bool allowPackedF16Rtz, amdgpu::Chipset chipset) |
Add patterns for rewriting arith.extf and arith.truncf on FP8 types to wrappers around AMDGPU–specific intrinsics. More... | |
#define GEN_PASS_DECL_ARITHTOAMDGPUCONVERSIONPASS |
Definition at line 21 of file ArithToAMDGPU.h.