kokkos / pykokkos-base

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

Added option to build memory traits #8

Closed NaderAlAwar closed 4 years ago

NaderAlAwar commented 4 years ago

This adds support for the Unmanaged, Atomic, RandomAccess, and Restrict memory traits. I added the unmanaged_array function to utility.py to create unmanaged views.