[PATCH] D76365: [cuda][hip] Add CUDA builtin surface/texture reference support.
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 19 16:28:03 PDT 2020
tra added a comment.
> Note that, clang-based one needs defining texture fetch functions as they could not be reused from CUDA SDK. That part is enclosed with #if defined(__clang__).
What prevents clang to compile the texture functions in the CUDA headers? It looks like we'll need to implement the `__nv_tex_surf_handler()` builtin, but other than that it should work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76365/new/
https://reviews.llvm.org/D76365
More information about the cfe-commits
mailing list