summaryrefslogtreecommitdiffstats
path: root/development/hipSYCL/README
diff options
context:
space:
mode:
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 0000000000..5520cbcf3e
--- /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