This commit is contained in:
Eisuke Kawashima
2020-03-14 12:38:28 +09:00
parent fa7085be07
commit 649a8cc01a
401 changed files with 617 additions and 617 deletions

View File

@ -64,7 +64,7 @@ struct TestViewCtorProp_EmbeddedDim {
using DynRankViewIntType = typename Kokkos::DynRankView< int, ExecSpace >;
using DynRankViewDoubleType = typename Kokkos::DynRankView< double, ExecSpace >;
// Cuda 7.0 has issues with using a lamda in parallel_for to initialize the view - replace with this functor
// Cuda 7.0 has issues with using a lambda in parallel_for to initialize the view - replace with this functor
template < class ViewType >
struct Functor {