From 1d5869cf5e508511de407544828e1b50a44fd6a9 Mon Sep 17 00:00:00 2001 From: Damien L-G Date: Thu, 5 Dec 2024 18:42:22 -0500 Subject: [PATCH] Document addition of Kokkos_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE in 4.5 --- docs/source/keywords.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/keywords.rst b/docs/source/keywords.rst index 791999934..a15b95bb6 100644 --- a/docs/source/keywords.rst +++ b/docs/source/keywords.rst @@ -229,6 +229,10 @@ Backend-specific options * Enable relocatable device code (RDC) for HIP * ``OFF`` + * * ``Kokkos_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE`` + * Enable relocatable device code (RDC) for SYCL (since Kokkos 4.5) + * ``OFF`` + * * ``Kokkos_ENABLE_ATOMICS_BYPASS`` * Disable atomics when no host parallel nor device backend is enabled for Serial only builds (since Kokkos 4.3) * ``OFF``