================
@@ -9,15 +9,31 @@
 #define __CLC_DST_ADDR_SPACE local
 #define __CLC_SRC_ADDR_SPACE global
 #define __CLC_BODY <clc/async/async_work_group_copy.inc>
-#include <clc/async/gentype.inc>
+#include <clc/integer/gentype.inc>
+#undef __CLC_DST_ADDR_SPACE
----------------
frasercrmck wrote:

We probably don't need to `undef` and re-`define` here, when `local/global` 
isn't changing. Obviously we do when we swap them further down.

https://github.com/llvm/llvm-project/pull/137932
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to