Open NaderAlAwar opened 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.
Kokkos::complex<float>
Kokkos::complex<double>
This PR adds support for creating Views of type
Kokkos::complex<float>
andKokkos::complex<double>
. It also exposes these types to Python such that they can be created and used normally.