Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Bugfix/abi breaking changes #172

Merged
merged 7 commits into from
Jul 29, 2021
Merged

Bugfix/abi breaking changes #172

merged 7 commits into from
Jul 29, 2021

Conversation

wmaxey
Copy link
Member

@wmaxey wmaxey commented Jun 21, 2021

I've merged #165 and #161 as these are the ABI breaking changes we're aiming to get in this release.

@wmaxey wmaxey force-pushed the bugfix/abi_breaking_changes branch from 5c039ba to 6d85fc0 Compare July 27, 2021 02:07
@wmaxey wmaxey force-pushed the bugfix/abi_breaking_changes branch from 6d85fc0 to 050663e Compare July 27, 2021 02:48
@wmaxey
Copy link
Member Author

wmaxey commented Jul 28, 2021

@wmaxey wmaxey added the testing: internal ci passed Passed internal NVIDIA CI (DVS). label Jul 28, 2021
Copy link
Collaborator

@griwes griwes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me once the one comment is fixed.

Comment on lines 3240 to 3242
constexpr chrono::duration<double> operator""s(long double __s)
{
return chrono::duration<long double> (__s);
return chrono::duration<double> (__s);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be _LIBCUDACXX_CHRONO_LITERAL_INTERNAL_T too, not double.

@wmaxey wmaxey merged commit 5fe780d into main Jul 29, 2021
@wmaxey wmaxey deleted the bugfix/abi_breaking_changes branch July 29, 2021 18:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
testing: internal ci passed Passed internal NVIDIA CI (DVS).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants