Skip to content

Commit f93b42a

Browse files
committed
[NFC][OpenMP] Remove outdated comments about potential issues
The issue mentioned has been fixed in D84996
1 parent bf3577e commit f93b42a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

openmp/libomptarget/src/omptarget.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -953,8 +953,6 @@ int processDataBefore(int64_t DeviceId, void *HostPtr, int32_t ArgNum,
953953

954954
/// Process data after launching the kernel, including transferring data back to
955955
/// host if needed and deallocating target memory of (first-)private variables.
956-
/// FIXME: This function has correctness issue that target memory might be
957-
/// deallocated when they're being used.
958956
int processDataAfter(int64_t DeviceId, void *HostPtr, int32_t ArgNum,
959957
void **ArgBases, void **Args, int64_t *ArgSizes,
960958
int64_t *ArgTypes, void **ArgMappers,

0 commit comments

Comments
 (0)