MLIR  19.0.0git
Namespaces | Macros | Functions
AMDGPUToROCDL.h File Reference
#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 (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< Passmlir::createConvertAMDGPUToROCDLPass ()
 

Macro Definition Documentation

◆ GEN_PASS_DECL_CONVERTAMDGPUTOROCDL

#define GEN_PASS_DECL_CONVERTAMDGPUTOROCDL

Definition at line 21 of file AMDGPUToROCDL.h.