.. _cudax-module: CUDA Experimental ================= .. toctree:: :hidden: :maxdepth: 1 Overview container graph places stf API reference ``CUDA Experimental`` (``cudax``) provides experimental new features that are still in development and subject to change. However, any feature within this library has important use cases and we encourage users to experiment with them. Specifically, ``cudax`` provides: - :ref:`asynchronous host from/to device byte-wise mdspan copy ` - :ref:`mdspan byte fill ` - :ref:`uninitialized storage ` - :ref:`graph functionality ` - dimensions description functionality - :ref:`places ` for managing execution and data affinity across devices - :ref:`an implementation of the STF (Sequential Task Flow) programming model ` Stability Guarantees --------------------- There are no stability guarantees whatsoever. We reserve the right to change both the ABI and the API of any feature within ``cudax`` at any time without notice. Availability ------------- Due to its experimental nature and the lack of stability guarantees, ``cudax`` is not shipped with the CUDA toolkit but is solely available through GitHub.