kokkos / kokkos-tutorials

Tutorials for the Kokkos C++ Performance Portability Programming Ecosystem
Other
271 stars 95 forks source link

Change most occurances of `CudaUVMSpace` -> `SharedSpace` #85

Open cwpearson opened 3 months ago

cwpearson commented 3 months ago

Slides may have been created before SharedSpace existed.

e.g. KokkosTutorial_02_ViewsAndSpaces.pdf slide 28

cwpearson commented 3 months ago

There are several examples that use this too that could probably use SharedSpace instead.