feat: Implement a custom MetaAllocator for uLib::Vector to enable GPU memory management and integrate CUDA support into the build system.

This commit is contained in:
AndreaRigoni
2026-03-04 20:52:01 +00:00
parent adedbcc37c
commit 9a59e031ed
10 changed files with 540 additions and 188 deletions

View File

@@ -34,7 +34,7 @@
#include <stdlib.h>
#include <vector>
#include "Math/DataAllocator.h"
#include <Core/DataAllocator.h>
namespace uLib {