aboutsummaryrefslogtreecommitdiff
path: root/development/hipSYCL/README
diff options
context:
space:
mode:
authorWilliam PC <w_calandrini[at]hotmail[dot]com>2022-10-08 16:29:32 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-15 10:47:28 +0700
commitd5622d171bc7a0a532386d1d82232d3c0b384275 (patch)
treedb9deb276ca584492e56e7081aca45429fe7936e /development/hipSYCL/README
parent9e2c15d7ba72bd410cdd35bb7ca9a12dd35b84f0 (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/README9
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