Loading src/TNL/Containers/DistributedNDArray.h +1 −1 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ public: { return this->localArray.getStorageIndex( std::forward< decltype(indices) >( indices )... ); }; return __ndarray_impl::call_with_unshifted_indices< LocalBeginsType >( localBegins, getStorageIndex, std::forward< IndexTypes >( indices )... ); return __ndarray_impl::host_call_with_unshifted_indices< LocalBeginsType >( localBegins, getStorageIndex, std::forward< IndexTypes >( indices )... ); } ValueType* getData() Loading src/TNL/Containers/DistributedNDArrayView.h +1 −1 Original line number Diff line number Diff line Loading @@ -165,7 +165,7 @@ public: { return this->localView.getStorageIndex( std::forward< decltype(indices) >( indices )... ); }; return __ndarray_impl::call_with_unshifted_indices< LocalBeginsType >( localBegins, getStorageIndex, std::forward< IndexTypes >( indices )... ); return __ndarray_impl::host_call_with_unshifted_indices< LocalBeginsType >( localBegins, getStorageIndex, std::forward< IndexTypes >( indices )... ); } ValueType* getData() Loading Loading
src/TNL/Containers/DistributedNDArray.h +1 −1 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ public: { return this->localArray.getStorageIndex( std::forward< decltype(indices) >( indices )... ); }; return __ndarray_impl::call_with_unshifted_indices< LocalBeginsType >( localBegins, getStorageIndex, std::forward< IndexTypes >( indices )... ); return __ndarray_impl::host_call_with_unshifted_indices< LocalBeginsType >( localBegins, getStorageIndex, std::forward< IndexTypes >( indices )... ); } ValueType* getData() Loading
src/TNL/Containers/DistributedNDArrayView.h +1 −1 Original line number Diff line number Diff line Loading @@ -165,7 +165,7 @@ public: { return this->localView.getStorageIndex( std::forward< decltype(indices) >( indices )... ); }; return __ndarray_impl::call_with_unshifted_indices< LocalBeginsType >( localBegins, getStorageIndex, std::forward< IndexTypes >( indices )... ); return __ndarray_impl::host_call_with_unshifted_indices< LocalBeginsType >( localBegins, getStorageIndex, std::forward< IndexTypes >( indices )... ); } ValueType* getData() Loading