This commit is contained in:
Kenneth Jao 2023-04-18 03:28:18 -05:00 committed by Kenneth Jao
parent d2035629b3
commit 44a72eb57b

View File

@ -6,7 +6,7 @@ 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.
For information on the library itself and its usage, view `documentation <https://acem.ece.illinois.edu/code/CudaTools>`__. The small code snippets and samples
For information on the library itself and its usage, view `documentation <https://acem.ece.illinois.edu/docs/CudaTools>`__. The small code snippets and samples
seen in the documentation are in the folder ``samples``.
Dependencies