From 34d8eb6051ce25bb00c3077e3641f167f51e54d8 Mon Sep 17 00:00:00 2001 From: Pcornat Date: Mon, 25 Mar 2024 18:24:51 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d72c47f..24dc325 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# raii-safe-cuda +# [RAII](https://en.wikipedia.org/w/index.php?title=Resource_acquisition_is_initialization&oldid=1205839467) Safe CUDA +It can be used as an RAII wrapper and safe implementation.