This website requires JavaScript.
Explore
Help
Sign in
Pcornat
/
raii-safe-cuda
Watch
1
Star
0
Fork
You've already forked raii-safe-cuda
0
Code
Activity
No description
9
commits
1
branch
0
tags
68
KiB
C++
71.3%
CMake
28.7%
24a0a78ec6
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
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.