Version 0.6.3 Release Candidate 2: Memory pools, minor fixes #496
eyalroz
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Memory pool support (#249) and related changes
cuda::memory::pool_tproxy classcuda::memory::pool::create()or via device methodsvirtual_and up intomemory#485 Moved thephysical_allocationnamespace up frommemory::virtual_intomemory, as it is used also for memory poolsAPI changes
cuda::memory::host::allocate()now returns acuda::memory::region_t, for better consistency.cuda::kernel::wrapAPI changes #486 Some changes tocuda::kernel::wrap.cuda::memory::attribute_value_type_t->cuda::memory::attribute_value_tcuda::span(which is used whenstd::spanis unavailable) - making it somewhat more compatible withstd::spanconstexprandnoexceptmemory::region_t's into typed spans.CUDA 12 features support
Compatibility
--std=c++20.Build issues
CUDA::nvToolkitExtto depending onCUDA::nvtx, for CUDA versions 10.0 and above.This discussion was created from the release Version 0.6.3 Release Candidate 2: Memory pools, minor fixes.
Beta Was this translation helpful? Give feedback.
All reactions