[Openmp-commits] [PATCH] D134396: [OpenMP][libomptarget] New plugin infrastructure and new CUDA plugin
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Oct 27 09:38:48 PDT 2022
jhuber6 added a comment.
In D134396#3888875 <https://reviews.llvm.org/D134396#3888875>, @kevinsala wrote:
> @jhuber6 This is the patch generated as you commented. I tried to apply to main and applied with no conflicts. If it reports any error, please share the output and I'll fix it. Thanks!
I'm still getting errors for some reason, mostly it just saying files don't exist in the index like it's skipping one of the directories. not sure why.
$ cd ./llvm-project
$ wget https://reviews.llvm.org/file/data/nnntgb4sunusqtlkeodo/PHID-FILE-47setcy3uz3f4swq6nko/D134396_new_.diff
$ git apply https://reviews.llvm.org/file/data/nnntgb4sunusqtlkeodo/PHID-FILE-47setcy3uz3f4swq6nko/D134396_new_.diff --whitespace=fix
error: include/llvm/Frontend/OpenMP/OMPGridValues.h: No such file or directory
error: libomptarget/CMakeLists.txt: No such file or directory
error: libomptarget/include/rtl.h: No such file or directory
error: libomptarget/plugins/cuda/dynamic_cuda/cuda.h: No such file or directory
error: libomptarget/src/rtl.cpp: No such file or directory
error: libomptarget/test/lit.cfg: No such file or directory
Can you try just `git format-patch HEAD~1` and email it to me at joseph.huber at amd.com?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134396/new/
https://reviews.llvm.org/D134396
More information about the Openmp-commits
mailing list