iree-org / iree

A retargetable MLIR-based machine learning compiler and runtime toolkit.
http://iree.dev/
Apache License 2.0
2.73k stars 598 forks source link

BF16 NV backend ISEL failures #12164

Open jpienaar opened 1 year ago

jpienaar commented 1 year ago

Missing selection of

Missing ISEL for fp_extend
Missing ISEL for select_cc
Missing ISEL for fp_to_sint
Missing ISEL for fmul
Missing ISEL for fdiv
Missing ISEL for fadd
Missing ISEL for sint_to_fp
Missing ISEL for select
Missing ISEL for setcc
Missing ISEL for frem
Missing ISEL for fsub
Missing ISEL for fneg
Missing ISEL for bf16 = ConstantFP<APFloat
Missing ISEL for extract_vector_elt
Missing ISEL for v2bf16 = BUILD_VECTOR
Missing ISEL for br_cc
Missing ISEL for uint_to_fp
allieculp commented 1 year ago

@jpienaar Can you set a priority here?

jpienaar commented 1 year ago

In progress https://reviews.llvm.org/D144911 side, not sure how many would be fixed once this lands.