[Openmp-commits] [PATCH] D84381: [OpenMP] Wait for kernel prior to memory deallocation

Ye Luo via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Jul 22 21:46:42 PDT 2020


ye-luo added a comment.

OK. It is less broken now.
target_data_end still does Device.deallocTgtPtr and need a sync before it.
To fully fix this issue, target_data_end must be spitted.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84381/new/

https://reviews.llvm.org/D84381





More information about the Openmp-commits mailing list