diff options
author | William PC <w_calandrini[at]hotmail[dot]com> | 2022-10-08 16:29:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-15 10:47:28 +0700 |
commit | d5622d171bc7a0a532386d1d82232d3c0b384275 (patch) | |
tree | db9deb276ca584492e56e7081aca45429fe7936e /development/hipSYCL/README | |
parent | 9e2c15d7ba72bd410cdd35bb7ca9a12dd35b84f0 (diff) |
development/hipSYCL: Added (SYCL implementation targeting CPU+GPUs)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 000000000000..5520cbcf3ecf --- /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 |