[PATCH] D78655: [HIP] Let lambda be host device by default

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 24 10:16:03 PDT 2020


rjmccall added a comment.

Seems reasonable



================
Comment at: clang/test/CodeGenCUDA/lambda.cu:29
+
+// Check lambda is emitted in device compilation and accessind device variable.
+// DEV-LABEL: define internal void @_ZZ4mainENKUlvE_clEv
----------------
Typo


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

https://reviews.llvm.org/D78655





More information about the cfe-commits mailing list