Overview of CUDA Experimental (cudax)
maincudax (CUDA Experimental) is a library providing experimental features that are currently in development. While these features are subject to change and lack stability guarantees, they are intended for users to experiment with for specific high-performance use cases.
Key capabilities provided by cudax include:
- Asynchronous host-to-device and device-to-host byte-wise
mdspancopies. - Byte fill operations for
mdspan. - Uninitialized storage support.
- Graph functionality.
- Dimensions description functionality.
placesfor managing execution and data affinity across multiple devices.- An implementation of the STF (Sequential Task Flow) programming model.