llvm-project
28808596 - [mlir][ROCDL] Remove unneeded bf16 expansion in LowerGPUToROCDL (#139603)

Commit
140 days ago
[mlir][ROCDL] Remove unneeded bf16 expansion in LowerGPUToROCDL (#139603) The umbrella pass fol lowering GPU ops to ROCDL (aka lowering to LLVM + the AMDGPU-specific setup) would call the arith patterns that manually implemented extf and truncf on bfloat because the LLVM AMDGPU backend used to not suppport those operaitons. Since the backend does now support these operations and has for quite some time, remove these patterns from the default lowering flow.
Author
Parents
Loading