[Openmp-commits] [PATCH] D84767: [OPENMP]Fix PR46824: Global declare target pointer cannot be accessed in target region.

Ye Luo via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jul 28 16:13:43 PDT 2020


ye-luo added a comment.

In D84767#2180280 <https://reviews.llvm.org/D84767#2180280>, @ye-luo wrote:

> This patch
> GPU activities:   96.99%  350.05ms        10  35.005ms  1.5680us  350.00ms  [CUDA memcpy HtoD]
> before the July21 change
> GPU activities:   95.33%  20.317ms         4  5.0793ms  1.6000us  20.305ms  [CUDA memcpy HtoD]
> Still more transfer than it should.

@ABataev could you have a look. My July 21 compiler was built before "[OPENMP]Fix PR46012: declare target pointer cannot be accessed in target region." gets in.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84767



More information about the Openmp-commits mailing list