Skip to content

Commit 96c8a63

Browse files
authored
Update flang/test/Fir/CUDA/cuda-device-context.mlir
1 parent ebb6ab1 commit 96c8a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Fir/CUDA/cuda-device-context.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func.func @_QPsum_in_device(%arg0: !fir.ref<!fir.array<?xi32>> {cuf.data_attr =
4343
// Check that intrinsic simplification is disabled in CUDA Fortran context. The simplified intrinsic is
4444
// created in the module op but the device func will be migrated into a gpu module op resulting in a
4545
// missing symbol error.
46-
// The simplified intrinsic could also be migrated to the gpu module but the choice as not be made
46+
// The simplified intrinsic could also be migrated to the gpu module but the choice has not be made
4747
// at this point.
4848
// CHECK-LABEL: func.func @_QPsum_in_device
4949
// CHECK-NOT: fir.call @_FortranASumInteger4x1_contract_simplified

0 commit comments

Comments
 (0)