yaxunl added inline comments.
================ Comment at: clang/test/SemaCUDA/device-use-host-var.cu:169 + static texture<int> ref; + __attribute__((device)) int c() { + auto &x = ref; ---------------- use `__device__` will make it more readable. same as below. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D92893/new/ https://reviews.llvm.org/D92893 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits