ABataev marked an inline comment as done.
ABataev added inline comments.

================
Comment at: clang/test/OpenMP/declare_variant_device_kind_codegen.cpp:81
+#define SUBSET host, cpu
+#define WRONG cpu, gpu
+#endif // CPU
----------------
jdoerfert wrote:
> What is wrong about cpu, gpu together?
When several traits sre used, the logic and is applied. So, cpu,gpu means that 
the target is cpu and gpu at the same time.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70245



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to