[Openmp-commits] [PATCH] D68100: [OpenMP 5.0] declare mapper runtime implementation

George Rokos via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Jul 22 11:47:57 PDT 2020


grokos added a comment.

I tried to run `declare_mapper_target.cpp` on a Nvidia GPU. The problem occurs while loading the device image:

  Target CUDA RTL --> Error returned from cuModuleLoadDataEx
  Target CUDA RTL --> CUDA error is: device kernel image is invalid

Sounds like a clang problem, I don't see why libomptarget could be the culprit here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68100





More information about the Openmp-commits mailing list