issues
search
kokkos
/
pykokkos-base
Python bindings for data interoperability with Kokkos (View, DynRankView)
Other
26
stars
9
forks
source link
minimal modif to run with kokkos 4.2.00
#58
Open
pkestene
opened
11 months ago
pkestene
commented
11 months ago
header
<iostream>
was missing in a few location
clang-format was applied at those locations (which induced header declaration re-ordering)
notice: option
--cxx-standard 17
must be passed to setup.
<iostream>
was missing in a few location--cxx-standard 17
must be passed to setup.