[Issue]: failure of AMDGPU DAG->DAG Pattern Instruction Selection
due to llvm.llrint.i64.f32
#90
Labels
AMDGPU DAG->DAG Pattern Instruction Selection
due to llvm.llrint.i64.f32
#90
Problem Description
The compiler from [email protected] suite fails to generate the code for
llvm.llrint.i64.f32
.Operating System
Ubuntu 20.04.1 LTS
CPU
Intel(R) Xeon(R) Gold 6132 CPU
GPU
AMD Instinct MI100
ROCm Version
ROCm 6.0.0
ROCm Component
llvm-project
Steps to Reproduce
Here is a small reproducible example (
func.ll
)Here is the corresponding Makefile
Execute the following to reproduce the bug
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
This bug was discovered during code generation of a Triton kernel. The original source of the issue is here.
The text was updated successfully, but these errors were encountered: