========= CudaTools ========= This is the documentation for CudaTools, a header-only library and framework for the development of CPU-CUDA compatible applications. Using CudaTools enables the creation of a single unified code that has both CPU and CUDA compilation targets with minimal need to introduce ``#ifdef`` statements when code is essentially identical between the targets. To get started, please head over to the :doc:`usage` section. For more detail on the machinery underneath, please refer to the other other sections. .. note:: If you would like to contribute, please visit the `git page `__. Contents ======== .. toctree:: :maxdepth: 2 usage core array blas