Releases: kokkos/pykokkos-base
Releases · kokkos/pykokkos-base
PyPi Release v0.0.7
What's Changed
- CMake unity build batches + pch support + DEBUG_OUTPUT env variable by @jrmadsen in #28
- Fixes for black and test/tools.py by @jrmadsen in #33
- Support pykokkos-base as subproject with existing kokkos by @jrmadsen in #35
- Fix pip install by @jrmadsen in #36
- Random pools by @jrmadsen in #37
Full Changelog: v0.0.6...v0.0.7
PyPi Release v0.0.6
- Miscellaneous fixes for non-host backends
- Fixes to free-standing
create_mirror
andcreate_mirror_view
- Member versions of
create_mirror
andcreate_mirror_view
implicitly perform deep-copy
PyPi Release v0.0.5
- install kokkos from submodule option
- improved compile-time
- support for
Kokkos::deep_copy(...)
- support for
Kokkos::create_mirror(...)
- support for
Kokkos::create_mirror_view(...)
- support for Kokkos-Tools
PyPi Release v0.0.4
- Fixes to PyPi installation
- Functions for querying the availability of layouts/traits/spaces
kokkos.get_layout_available(<string|enum_id>)
kokkos.get_memory_space_available(<string|enum_id>)
kokkos.get_memory_trait_available(<string|enum_id>)
- Split up the compilation to improve build time
PyPi Release v0.0.3
- Tags the first official release on PyPi: https://pypi.org/project/pykokkos-base/