This commit is contained in:
alphataubio
2024-10-29 12:59:09 -04:00
parent 586f2b626d
commit 4941cf25c0

View File

@ -166,7 +166,7 @@ template<typename DataType, typename Layout, typename Device, typename... Args>
using KKScatterView = Kokkos::Experimental::ScatterView<DataType, Layout, Device, Args...>;
// set ExecutionSpace stuct with variable "space"
// set ExecutionSpace struct with variable "space"
template<class Device>
struct ExecutionSpaceFromDevice;