From 2ec8af9f20f3d73ab82e2e9eba00cbe50099a21f Mon Sep 17 00:00:00 2001 From: Damien L-G Date: Thu, 5 Dec 2024 11:09:34 -0500 Subject: [PATCH] Document existence of OpenACC backend and that SYCL is production ready --- docs/source/keywords.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/source/keywords.rst b/docs/source/keywords.rst index 1b145c030..791999934 100644 --- a/docs/source/keywords.rst +++ b/docs/source/keywords.rst @@ -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: