diff options
Diffstat (limited to 'development/hipSYCL/README')
-rw-r--r-- | development/hipSYCL/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/hipSYCL/README b/development/hipSYCL/README new file mode 100644 index 0000000000000..5520cbcf3ecf7 --- /dev/null +++ b/development/hipSYCL/README @@ -0,0 +1,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 |