Skip to content

Commit

Permalink
Merge pull request #609 from dalg24/device_backends_sycl_non_expe
Browse files Browse the repository at this point in the history
Document existence of OpenACC backend and that SYCL is production ready
  • Loading branch information
dalg24 authored Dec 5, 2024
2 parents adf96d7 + 2ec8af9 commit 5d23fd4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/source/keywords.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,13 @@ Device backends
- To build the HIP backend targeting AMD GPUs

* - ``Kokkos_ENABLE_SYCL``
- :red:`[Experimental]` To build the SYCL backend targeting Intel GPUs
- To build the SYCL backend targeting Intel GPUs

* - ``Kokkos_ENABLE_OPENMPTARGET``
- :red:`[Experimental]` To build the OpenMP target backend
- :red:`[Experimental]` To build the OpenMP Target backend for offloading to accelerator devices

* - ``Kokkos_ENABLE_OPENACC``
- :red:`[Experimental]` To build the OpenACC backend for offloading to accelerator devices


.. _keywords_enable_options:
Expand Down

0 comments on commit 5d23fd4

Please sign in to comment.