[PATCH] D99190: WIP: [SYCL] Add design document for SYCL mode
Thorsten via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 30 12:19:30 PDT 2021
tschuett added a comment.
The OMPIRBuilder is the modern version of late outlining:
https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
You may consider to go that way with SYCL as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99190/new/
https://reviews.llvm.org/D99190
More information about the cfe-commits
mailing list