[Openmp-commits] [PATCH] D71446: [libomptarget] Build most of common/src for amdgcn

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Dec 12 18:34:04 PST 2019


jdoerfert added a comment.

> Excluding parallel.cu, which uses an integer min() from cuda,
>  Excluding support.cu, which calls malloc that is not yet available for amdgcn

Couldn't we provide these functions in the target_impl.h of amdgcn?

I would also rename the files to cpp as they seem to not contain CUDA anymore, correct?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71446





More information about the Openmp-commits mailing list