Skip to content

Commit ebb6ab1

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

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
@@ -40,7 +40,7 @@ func.func @_QPsum_in_device(%arg0: !fir.ref<!fir.array<?xi32>> {cuf.data_attr =
4040
return
4141
}
4242

43-
// Check that intrinsic simplification is disable in CUDA Fortran context. The simplified intrinsic is
43+
// 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.
4646
// The simplified intrinsic could also be migrated to the gpu module but the choice as not be made

0 commit comments

Comments
 (0)