Fix typo
This commit is contained in:
@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user