Metadata-Version: 2.4
Name: jztree-cu13
Version: 1.0.1
Summary: CUDA 13 backend for jztree
Author-Email: Jens Stuecker <jens.stuecker@univie.ac.at>
License-Expression: MIT
Project-URL: Homepage, https://jstuecker.github.io/jztree/
Project-URL: Issues, https://github.com/jstuecker/jztree/issues
Requires-Python: >=3.11
Requires-Dist: jax>=0.8.0
Requires-Dist: numpy>=2.2.6
Description-Content-Type: text/markdown

# jz-tree
jz-tree offers a framwork for GPU-friendly implementations of tree algorithms in jax (with a CUDA backend). Currently nearest neighbour search and friends-of-friends are implemented and deliver top performance.

For installation instructions, please check [the documentation](https://jstuecker.github.io/jztree/installation.html)!


## Third-party components
Some CUDA submodules use NVIDIA CUB (BSD-3-Clause licensed).
See src/jztree_cuda/THIRD_PARTY_NOTICES for details.