CMakeLists.txt
LICENSE
MANIFEST.in
README.md
VERSION
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
setup.py
cmake/Modules/KokkosPythonBuildOptions.cmake
cmake/Modules/KokkosPythonCompilers.cmake
cmake/Modules/KokkosPythonFormat.cmake
cmake/Modules/KokkosPythonKokkos.cmake
cmake/Modules/KokkosPythonOptions.cmake
cmake/Modules/KokkosPythonPackages.cmake
cmake/Modules/KokkosPythonSetup.cmake
cmake/Modules/KokkosPythonUtilities.cmake
cmake/Templates/KokkosExp_InterOp.hpp
cmake/Templates/demangle.cpp
examples/CMakeLists.txt
examples/ex-generate.cpp
examples/ex-numpy.py
examples/user.cpp
examples/user.hpp
external/CMakeLists.txt
include/common.hpp
include/concepts.hpp
include/deep_copy.hpp
include/defines.hpp
include/fwd.hpp
include/libpykokkos.hpp
include/traits.hpp
include/views.hpp
include/variants/atomics.hpp
include/variants/concrete_view.hpp
include/variants/dynamic_view.hpp
kokkos/__init__.py.in
kokkos/utility.py
kokkos/test/__init__.py
kokkos/test/__main__.py
kokkos/test/_conftest.py
kokkos/test/tools.py
kokkos/test/views.py
pykokkos_base.egg-info/PKG-INFO
pykokkos_base.egg-info/SOURCES.txt
pykokkos_base.egg-info/dependency_links.txt
pykokkos_base.egg-info/not-zip-safe
pykokkos_base.egg-info/requires.txt
pykokkos_base.egg-info/top_level.txt
scripts/bundle-sdist.sh
scripts/docker/Dockerfile.hipcc
scripts/docker/Dockerfile.nvcc
scripts/docker/Dockerfile.openmptarget
scripts/docker/Dockerfile.sycl
src/CMakeLists.txt
src/available.cpp
src/backend_version.cpp
src/common.cpp
src/enumeration.cpp
src/libpykokkos.cpp
src/tools.cpp
src/variants/CMakeLists.txt
src/variants/atomics.cpp
src/variants/variant.cpp.in
src/variants/view.cpp.in