Skip to content

KokkosKernels: Replace KOKKOS_INLINE_FUNCTION_DEFAULTED

James Willenbring requested to merge ndellingwood:kokkoskernels-2393 into develop

Created by: ndellingwood

Replace with KOKKOS_INLINE_FUNCTION following Kokkos changes in PR #2393 Necessary to prevent compilation errors when perf_tests are built

Description

Replace KOKKOS_INLINE_FUNCTION_DEFAULTED with KOKKOS_INLINE_FUNCTION following PR #2393

Related Issues

#2393

Merge request reports