[NFC][OpenMP] Remove outdated comments about potential issues

The issue mentioned has been fixed in D84996
This commit is contained in:
Shilei Tian 2020-08-24 01:21:06 +00:00
parent bf3577ef64
commit f93b42a629
1 changed files with 0 additions and 2 deletions

View File

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