issues
search
kokkos
/
pykokkos-base
Python bindings for data interoperability with Kokkos (View, DynRankView)
Other
26
stars
9
forks
source link
Layouts option
#6
Closed
jrmadsen
closed
4 years ago
jrmadsen
commented
4 years ago
Layouts significantly increase the compile time with NVCC
Also fixed multi-dimensional accessors
added
View.memory_space
property, e.g.
if view.memory_space != kokkos.CudaSpace:
View.memory_space
property, e.g.if view.memory_space != kokkos.CudaSpace: