[PATCH] D87282: [SYCL] Assume SYCL device functions are convergent
Ronan Keryell via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 28 09:23:52 PDT 2020
keryell added a comment.
Be lazy
================
Comment at: clang/test/CodeGenSYCL/convergent.cpp:18
+int main() {
+ kernel_single_task<class fake_kernel>([]() { foo(); });
+ return 0;
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87282/new/
https://reviews.llvm.org/D87282
More information about the cfe-commits
mailing list