[PATCH] D107718: [cuda] Mark builtin texture/surface reference variable as 'externally_initialized'.

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 9 10:22:11 PDT 2021


tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.

CUDA lowers texture/surface types into a special handle. I do not think `externally_initialized` matters for it.
AFAICT this change is a no-op for CUDA.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107718



More information about the cfe-commits mailing list