================ @@ -0,0 +1,26 @@ +// RUN: mlir-opt %s -convert-complex-to-rocdl | FileCheck %s + +// CHECK-DAG: @__ocml_cabs_f32(complex<f32>) -> f32 ---------------- krzysz00 wrote: ... Have we verified that these lower correctly? https://github.com/llvm/llvm-project/pull/144926