[Openmp-commits] [PATCH] D78170: [OpenMP] target_data_begin: fail on device alloc fail

Joel E. Denny via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Apr 21 10:15:05 PDT 2020


jdenny added a comment.

In D78170#1994836 <https://reviews.llvm.org/D78170#1994836>, @jdoerfert wrote:

> I assume this works also if we are not on those platforms.


It works on the platforms I tried: it runs the commands for the current platform and effectively skips (that is, calls echo instead) commands for the others.

> LGTM.

Thanks.


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

https://reviews.llvm.org/D78170





More information about the Openmp-commits mailing list