CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 13:06:19 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"93ae4f2f0ea2dd98416f91ba32d57cea"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=fTYQ18fT58OByYOVPykZ4YKlRPZn5XECtYyX%2B7mo5vlcaY77cPHZ70HcbTdzOxiuhSqP7r%2B2AWnW%2FpoYzUFW9JdzJKnYmXampotM49Z9CjhCL8BSCWS6VglPsGNg9a0iD0kvrcgbnHycnkWn7i9majCFS8rKou4dB8aZkRLgMZy7t6sO0lZNag%2FSWfOMyODs6ktyOlyVd9iXS4L6lWoi2aexgHDt3eoIbhL6pwlZwuxFVHDXb7YGMhd%2BhcNCa6rJ4%2Fm9l1JevTgSXhpifJA6Zw%3D%3D--%2FMmQybZB6p7OJVsc--nWCsMMVaHTM5pTjvciSNMA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.806742740.1753362378; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 13:06:18 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 13:06:18 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C6A8:3AEC1B:BC9E35:DFE9AC:68822FCA
Release Version 0.6.3 - Memory pool support, compatibility improvements, minor changes · eyalroz/cuda-api-wrappers · GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 85
Version 0.6.3 - Memory pool support, compatibility improvements, minor changes
Compare
Changes since v0.6.2:
Memory pool support (#249) and related changes
- Added a
cuda::memory::pool_t
proxy class - Memory pools are created using
cuda::memory::pool::create()
or via device methods - IPC: Can import (and export) pools and their allocations to/from other processes
- #485 Moved the
physical_allocation
namespace up frommemory::virtual_
intomemory
, as it is used also for memory pools
Bug fixes
- #508 With CUDA >= 11.3, we no longer give up on creating a module from a compiled program just because no CUBIN is available - and try to use the PTX like with earlier CUDA versions.
- #493
cuda::launch_config_builder_t::overall_size()
now takes acuda::grid::overall_dimension_t
rather than acuda::grid::dimension_t
(not the same size). - #492 Avoiding inclusion of
cooperative_groups.h
from within the API headers
Other API changes
- #511 Can now create CUDA runtime errors with fully-user-overriden
what()
message (probably not very interesting outside the API's internals). - #510 When NVRTC/PTX compiler complains about an invalid option, we now include the options passed in the thrown exceptions
- #499 No longer exposing deprecated surface-related API functions with CUDA 12 and later.
- #498 The launch config builder class now supports
num_blocks()
as an alias for thegrid_size()
method. - #488
cuda::memory::host::allocate()
now returns acuda::memory::region_t
, for better consistency. - #486 Some changes to
cuda::kernel::wrap
. - Renamed
cuda::memory::attribute_value_type_t
->cuda::memory::attribute_value_t
- #483 It's now easier to convert
memory::region_t
's into typed spans. - #482 Improvements to the built-in
cuda::span
(which is used whenstd::span
is unavailable) - making it somewhat more compatible withstd::span
- Make more comparison operators
constexpr
andnoexcept
Compatibility
- Wrappers now build correctly (again) with
--std=c++20
. - #501 Added a new NVRTC error code introduced in CUDA 12.1
- #500 When using CUDA 12, use the term "LTO IR" rather than "NVVM" as appropriate
- #494 Work around an MSVC issue with variadic template-templates
- #491 Avoiding some warnings issued by MSVC
- #480 Add example program built with each C++ version after 11 supported by the compiler
Build issues
- Now requiring CMake version 3.25. You can download an up-to-date version from Kitware's website; it doesn't require any special installation.
- #490 Switched from depending on
CUDA::nvToolkitExt
to depending onCUDA::nvtx
, for CUDA versions 10.0 and above.
Assets 2
0
Join discussion
You can’t perform that action at this time.