8000 Tags · NVIDIA/libcudacxx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Tags: NVIDIA/libcudacxx

Tags

2.1.1-rc3

Toggle 2.1.1-rc3's commit message
Silence tests, that ICE nvc++ 23.1 but are fine with 23.3

2.1.1-rc2

Toggle 2.1.1-rc2's commit message
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.1-rc1

Toggle 2.1.1-rc1's commit message
Bump version to 2.1.1

1.9.2

Toggle 1.9.2's commit message
Prevent conflict with MSVC macros in 14.35.

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert constexpr test changes (#399)

2.1.0-rc4

Toggle 2.1.0-rc4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle 2.1.0-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

2.1.0-rc2

Toggle 2.1.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix proclaim_return_type copy constructor (#386)

2.1.0-rc1

Toggle 2.1.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix warnings in several headers (#367)

* Enable additional warnings

* Fix pipeline when included in non-device TUs

* Add system header pragmas to headers that implement features

1.9.1

Toggle 1.9.1's commit message
Revert type_traits changes using commit 4a97fc6 from #347

0