CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 06:55:35 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/"17b92bb356183f03fd7a285b08211725"
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=wPlmufcSNLZdGW6kkOWo73HBikPAM56N0umWl1fp8NR9cHzQiOZhwjJkE2jdrsMsWHAQ6WsvSD4INET0im%2BNK3D40U4mmtmd2Mplmj1Gs58rU26n%2Fgj98RqgII%2BN4nEEwNQ69v2Agk2F%2FlzkASqJW83eGUzBGdFRNMZIU9GKd18JNx8a%2BlCpRWAOWFKdftLJluFO%2BRg3tAFSspRrX5DpRM7rEedBhjMlRvTzNFxJ9jv2ZOkWkPFHvvdnkT6ZoBAkE0R%2FWPtGxmKK3IoFeEhAFw%3D%3D--6VZqafRLxENRucS9--PkOAcAz4Fm40PPwn1y2w4A%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1355658083.1753253734; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 06:55:34 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 06:55:34 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 8162:39062F:595130:71F8AD:68808766
Tags · NVIDIA/libcudacxx · GitHub
Toggle 2.1.1-rc2's commit message
Toggle 2.1.0-rc4's commit message
Toggle 2.1.0-rc3's commit message
Skip to content
Navigation Menu
{{ message }}
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 189
Tags: NVIDIA/libcudacxx
Tags
2.1.1-rc2
Fix backfill of `std::construct_at` We cannot use the compiler version to determine whether `std::construct_at` is available because clang might use libstdc++ or libc++ Therefore, we need to include <memory> if it is available and check for the feature test macro. This also means we cannot define the feature test macro ourself As a drive by, disable a failing test until the compiler bug is fixed
2.1.0-rc4
Bump version and docs for 2.1.X (#387) * Add 2.1.X release changelog. * Bump libcudacxx version number * Add release notes for 2.1.x * Fix typo in release notes * Add links to CCCL/thrust/cub * Update changelog entries. * Add 2.1.0 entry to release.md * Address mdspan limitations in docs * Add mdspan suggestion to changelog. Co-authored-by: Michael Schellenberger Costa <miscco@nvidia.com> * Update concepts changelog entry Co-authored-by: Michael Schellenberger Costa <miscco@nvidia.com> * Add notice regarding compiler version support to changelog. Co-authored-by: Michael Schellenberger Costa <miscco@nvidia.com> * Add note regarding span backport to c++14. Co-authored-by: Michael Schellenberger Costa <miscco@nvidia.com> * Update docs/releases/changelog.md Remove entry for #333. * Add entry for #333. Co-authored-by: Michael Schellenberger Costa <miscco@nvidia.com> * Remove internal and deprecated docker stuff from changelog. Co-authored-by: Michael Schellenberger Costa <miscco@nvidia.com> * Add punctuation * Mention `async_resource_ref` as being experimental. --------- Co-authored-by: Michael Schellenberger Costa <miscco@nvidia.com>
2.1.0-rc3
Fix issues in mdspan found on MSVC. (#391) * Mark all tests for mdspan unsupported on less than c++20. * Fix unused variable warning in mdspan rank test. * Fix shadowing variable warnings * Fix cause of an ICE on MSVC * Cast indices to index_type to prevent conversion warnings * Cast return val of an internal helper to index_type to prevent conversion warnings. * Remove unused helper and include test_macros.h * Move test_macros.h before some libcudacxx includes, it unfortunately uses library defined macros
PreviousNext
You can’t perform that action at this time.