Closed anagainaru closed 1 year ago
For now it's a direct translation from the code in cpp/gray-scott/simulation without any optimization replacing the std::vector with Kokkos::View (with all the logic behind).
cpp/gray-scott/simulation
std::vector
Kokkos::View
For now it's a direct translation from the code in
cpp/gray-scott/simulation
without any optimization replacing thestd::vector
withKokkos::View
(with all the logic behind).