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 ebb6ab1 commit 96c8a63Copy full SHA for 96c8a63
flang/test/Fir/CUDA/cuda-device-context.mlir
@@ -43,7 +43,7 @@ func.func @_QPsum_in_device(%arg0: !fir.ref<!fir.array<?xi32>> {cuf.data_attr =
43
// Check that intrinsic simplification is disabled 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
+// The simplified intrinsic could also be migrated to the gpu module but the choice has 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