Skip to content

Commit

Permalink
Mention some experiments using Clang/LLVM 7
Browse files Browse the repository at this point in the history
  • Loading branch information
keryell committed Jun 1, 2018
1 parent 4ed3fb3 commit a62b73a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ it to some target device and at the same time to compile on the host side
some glue code around the extraction boundary to transfer data to and
from the device and call the kernel itself.

The device compiler is based on Clang/LLVM 3.9 for now.
The device compiler is based on Clang/LLVM 3.9 for now but there are
some experiments with Clang/LLVM 7 too.

Since it is quite more experimental than the CPU path, it is not yet
merged into the main branches:
Expand All @@ -166,6 +167,9 @@ merged into the main branches:
- LLVM supporting triSYCL:
https://github.com/triSYCL/llvm/tree/sycl/release_39/master

For CLang/LLVM 7, you might look at the branches
`sycl/release_70/lin-ya` or `sycl/release_70/master`.


Installation & compilation
--------------------------
Expand Down

0 comments on commit a62b73a

Please sign in to comment.