[PATCH] D96102: [clangd] Fix missing __syncthreads.

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 4 21:30:14 PST 2021


jdoerfert added a comment.

I doubt this compiles:

  https://godbolt.org/z/c51v5d

even with adjusted type, this fails because `__syncthreads` is a builtin (right now):

  https://godbolt.org/z/jP7e6h

(and `__nvvm_bar_sync` requires an argument).


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

https://reviews.llvm.org/D96102



More information about the cfe-commits mailing list