From 389124faa6d9ba39af12bbd2ac067a945ff9a536 Mon Sep 17 00:00:00 2001 From: Damien L-G Date: Sat, 28 Sep 2024 08:17:37 -0400 Subject: [PATCH] Mark CUDA_LAMBDA as deprecated and get rid of CUDA_LDG_INTRINSIC (#587) --- docs/source/keywords.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/source/keywords.rst b/docs/source/keywords.rst index 50843e592..2e47075e4 100644 --- a/docs/source/keywords.rst +++ b/docs/source/keywords.rst @@ -199,14 +199,10 @@ Backend-specific options * Activate experimental relaxed constexpr functions * ``OFF`` - * * ``Kokkos_ENABLE_CUDA_LAMBDA`` + * * ``Kokkos_ENABLE_CUDA_LAMBDA`` :red:`[Deprecated since 4.1]` * Activate experimental lambda features * (see below) - * * ``Kokkos_ENABLE_CUDA_LDG_INTRINSIC`` - * Use CUDA LDG intrinsics - * ``OFF`` - * * ``Kokkos_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE`` * Enable relocatable device code (RDC) for CUDA * ``OFF``