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 f23ba5c commit ebb6ab1Copy full SHA for ebb6ab1
flang/test/Fir/CUDA/cuda-device-context.mlir
@@ -40,7 +40,7 @@ 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
+// 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
0 commit comments