We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4ab3d commit f23ba5cCopy full SHA for f23ba5c
flang/test/Fir/CUDA/cuda-device-context.mlir
@@ -40,5 +40,10 @@ func.func @_QPsum_in_device(%arg0: !fir.ref<!fir.array<?xi32>> {cuf.data_attr =
40
return
41
}
42
43
+// Check that intrinsic simplification is disable in CUDA Fortran context. The simplified intrinsic is
44
+// created in the module op but the device func will be migrated into a gpu module op resulting in a
45
+// missing symbol error.
46
+// The simplified intrinsic could also be migrated to the gpu module but the choice as not be made
47
+// at this point.
48
// CHECK-LABEL: func.func @_QPsum_in_device
49
// CHECK-NOT: fir.call @_FortranASumInteger4x1_contract_simplified
0 commit comments