MLIR: lib/Conversion/ArithToAMDGPU/ArithToAMDGPU.cpp File Reference (original) (raw)

Go to the source code of this file.

Namespaces
Functions
static bool isSupportedF8 (Type elementType, Chipset chipset)
static Value castF32To (Type desType, Value f32, Location loc, PatternRewriter &rewriter)
static Value castToF32 (Value value, Location loc, PatternRewriter &rewriter)
static Value clampInput (PatternRewriter &rewriter, Location loc, Type outElemType, Value source)

GEN_PASS_DEF_ARITHTOAMDGPUCONVERSIONPASS

#define GEN_PASS_DEF_ARITHTOAMDGPUCONVERSIONPASS

castF32To()

castToF32()

clampInput()

isSupportedF8()

static bool isSupportedF8 ( Type elementType, Chipset chipset ) static