1
0
Fork 0
Go to file
Pcornat 24a0a78ec6
Template implementation to allocate memory with CUDA.
2024-03-25 19:18:09 +01:00
include Template implementation to allocate memory with CUDA. 2024-03-25 19:18:09 +01:00
src Correct name. 2024-03-25 18:26:39 +01:00
tests Specify major version for Catch2 2024-03-25 18:21:04 +01:00
.gitignore init 2024-03-25 18:21:04 +01:00
CMakeLists.txt Adding private include for cpp files. 2024-03-25 18:26:12 +01:00
LICENSE Initial commit 2024-03-25 18:17:55 +01:00
README.md Update README.md 2024-03-25 18:24:51 +01:00

README.md

RAII Safe CUDA

It can be used as an RAII wrapper and safe implementation.