kokkos / pykokkos-base

Python bindings for data interoperability with Kokkos (View, DynRankView)
Other
26 stars 9 forks source link

ENH: add suppport for Kokkos::complex Views #61

Open NaderAlAwar opened 1 month ago

NaderAlAwar commented 1 month ago

This PR adds support for creating Views of type Kokkos::complex<float> and Kokkos::complex<double>. It also exposes these types to Python such that they can be created and used normally.