40 lines
1.3 KiB
ReStructuredText
40 lines
1.3 KiB
ReStructuredText
|
|
.. _cudax-module:
|
||
|
|
|
||
|
|
CUDA Experimental
|
||
|
|
=================
|
||
|
|
|
||
|
|
.. toctree::
|
||
|
|
:hidden:
|
||
|
|
:maxdepth: 1
|
||
|
|
|
||
|
|
Overview <self>
|
||
|
|
container
|
||
|
|
graph
|
||
|
|
places
|
||
|
|
stf
|
||
|
|
API reference <api/index>
|
||
|
|
|
||
|
|
``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 <cudax-copy-bytes>`
|
||
|
|
- :ref:`mdspan byte fill <cudax-fill-bytes>`
|
||
|
|
- :ref:`uninitialized storage <libcudacxx-containers-uninitialized-async-buffer>`
|
||
|
|
- :ref:`graph functionality <cudax-graph>`
|
||
|
|
- dimensions description functionality
|
||
|
|
- :ref:`places <cudax-places>` for managing execution and data affinity across devices
|
||
|
|
- :ref:`an implementation of the STF (Sequential Task Flow) programming model <stf>`
|
||
|
|
|
||
|
|
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.
|