blob: 5520cbcf3ecf7001b0d6fe3c8d0d2226299c46b3 (
plain)
1
2
3
4
5
6
7
8
9
|
hipSYCL is a modern SYCL implementation targeting CPUs and GPUs,
with a focus on leveraging existing toolchains such as CUDA or HIP.
hipSYCL supports compiling source files into a single binary that
can run on all these backends when building against appropriate
clang distributions.
For enable optional backends set one of the following variables:
- CUDA=yes, requires CUDA setup
- ROCM=yes, requires ROCM setup
|