From f93b42a629ae5865bf71f8062553125b8684deaf Mon Sep 17 00:00:00 2001 From: Shilei Tian Date: Mon, 24 Aug 2020 01:21:06 +0000 Subject: [PATCH] [NFC][OpenMP] Remove outdated comments about potential issues The issue mentioned has been fixed in D84996 --- openmp/libomptarget/src/omptarget.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/openmp/libomptarget/src/omptarget.cpp b/openmp/libomptarget/src/omptarget.cpp index aa4ab75..bc9287f 100644 --- a/openmp/libomptarget/src/omptarget.cpp +++ b/openmp/libomptarget/src/omptarget.cpp @@ -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, -- 2.7.4