You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, tests fail due to using [=] instead of KOKKOS_LAMBDA for this configuration (for instance, kokkos/core/unit_test/TestCXX11.hpp:123)
detected during:
instantiation of "Kokkos::Impl::cuda_parallel_launch_local_memory" based on template argument <Kokkos::Impl::ParallelFor<lam
bda [](const int &)->void, Kokkos::RangePolicy<Kokkos::Cuda::execution_space, void, void, Kokkos::DefaultExecutionSpace>>>
:249: here
instantiation of "Kokkos::Impl::CudaParallelLaunch<DriverType, false>::CudaParallelLaunch(const DriverType &, const dim3 &,
const dim3 &, int, cudaStream_t) [with DriverType=Kokkos::Impl::ParallelFor<lambda [](const int &)->void, Kokkos::RangePolicy<Kokkos::Cu
da::execution_space, void, void, Kokkos::DefaultExecutionSpace>>]"
/data/code/trilinos/kokkos/packages/kokkos/core/src/Cuda/Kokkos_Cuda_Parallel.hpp:463: here
instantiation of "Kokkos::Impl::ParallelFor<FunctorType, Kokkos::RangePolicy<Arg0, Arg1, Arg2, Kokkos::Cuda>>::ParallelFor(c
onst FunctorType &, const Kokkos::Impl::ParallelFor<FunctorType, Kokkos::RangePolicy<Arg0, Arg1, Arg2, Kokkos::Cuda>>::Policy &) [with F
unctorType=lambda [](const int &)->void, Arg0=Kokkos::Cuda::execution_space, Arg1=void, Arg2=void]"
/data/code/trilinos/kokkos/packages/kokkos/core/src/Kokkos_Parallel.hpp:238: here
instantiation of "void Kokkos::parallel_for(size_t, const FunctorType &, const std::string &) [with FunctorType=lambda [](co
nst int &)->void]"
/data/code/trilinos/kokkos/packages/kokkos/core/unit_test/TestCXX11.hpp:129: here
instantiation of "double TestCXX11::AddTestLambda<DeviceType,PWRTest>() [with DeviceType=Kokkos::DefaultExecutionSpace, PWRT
est=true]"
/data/code/trilinos/kokkos/packages/kokkos/core/unit_test/TestCXX11.hpp:272: here
instantiation of "double TestCXX11::TestVariantLambda<DeviceType>(int) [with DeviceType=Kokkos::DefaultExecutionSpace]"
/data/code/trilinos/kokkos/packages/kokkos/core/unit_test/TestCXX11.hpp:296: here
instantiation of "__nv_bool TestCXX11::Test<DeviceType>(int) [with DeviceType=Kokkos::DefaultExecutionSpace]"
/data/code/trilinos/kokkos/packages/kokkos/core/unit_test/TestDefaultDeviceType.cpp:219: here
/data/code/trilinos/kokkos/packages/kokkos/core/src/Cuda/Kokkos_Cuda_Internal.hpp:130: error: The closure type for a lambda ("lambda [](
const team_member &)->void") cannot be used in the template argument type of a __global__ function template instantiation, unless the la
mbda is defined within a __device__ or __global__ function
The text was updated successfully, but these errors were encountered:
At the moment, tests fail due to using [=] instead of KOKKOS_LAMBDA for this configuration (for instance, kokkos/core/unit_test/TestCXX11.hpp:123)
The text was updated successfully, but these errors were encountered: