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. | |
Macros | |
#define | GEN_PASS_DECL_CONVERTAMDGPUTOROCDL |
Functions | |
void | mlir::populateAMDGPUToROCDLConversionPatterns (const LLVMTypeConverter &converter, RewritePatternSet &patterns, amdgpu::Chipset chipset) |
Note: The ROCDL target does not support the LLVM bfloat type at this time and so this function will add conversions to change all bfloat uses to i16 . More... | |
std::unique_ptr< Pass > | mlir::createConvertAMDGPUToROCDLPass () |
#define GEN_PASS_DECL_CONVERTAMDGPUTOROCDL |
Definition at line 21 of file AMDGPUToROCDL.h.