Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(tree): use decltype instead of typeof for cxx #565

Merged
2 commits merged into from
Sep 27, 2024

Conversation

@ghost ghost self-requested a review as a code owner September 4, 2024 16:44
@ghost ghost force-pushed the aws-nslick/stack/12 branch from ca635a9 to c43056b Compare September 4, 2024 16:45
@ghost ghost force-pushed the aws-nslick/stack/11 branch from b9dc38e to a65a011 Compare September 4, 2024 16:45
@ghost ghost changed the base branch from aws-nslick/stack/11 to master September 4, 2024 19:07
@ghost ghost requested review from rauteric and bwbarrett as code owners September 4, 2024 19:07
@ghost ghost force-pushed the aws-nslick/stack/12 branch from c43056b to d95a152 Compare September 4, 2024 19:07
@ghost ghost changed the base branch from master to aws-nslick/stack/11 September 4, 2024 19:08
@ghost ghost changed the base branch from aws-nslick/stack/11 to master September 4, 2024 19:16
@ghost ghost force-pushed the aws-nslick/stack/12 branch from d95a152 to a366b31 Compare September 4, 2024 19:16
@ghost ghost changed the base branch from master to aws-nslick/stack/11 September 4, 2024 19:17
@ghost ghost changed the base branch from aws-nslick/stack/11 to master September 4, 2024 20:25
@ghost ghost force-pushed the aws-nslick/stack/12 branch from a366b31 to 743e062 Compare September 4, 2024 20:25
@ghost ghost changed the title cuda: cxx: use decltype instead of typeof for cxx fix(cuda): use decltype instead of typeof for cxx Sep 4, 2024
@ghost ghost changed the base branch from master to aws-nslick/stack/11 September 4, 2024 20:25
@ghost ghost mentioned this pull request Sep 4, 2024
@ghost ghost changed the base branch from aws-nslick/stack/11 to master September 12, 2024 00:56
@ghost ghost changed the base branch from master to aws-nslick/stack/11 September 12, 2024 00:57
@ghost ghost changed the base branch from aws-nslick/stack/11 to master September 12, 2024 01:09
@ghost ghost changed the base branch from master to aws-nslick/stack/11 September 12, 2024 01:10
@ghost ghost changed the base branch from aws-nslick/stack/11 to master September 12, 2024 01:51
@ghost ghost changed the base branch from master to aws-nslick/stack/11 September 12, 2024 01:52
@ghost ghost changed the base branch from aws-nslick/stack/11 to master September 13, 2024 17:48
@ghost ghost force-pushed the aws-nslick/stack/12 branch from 65ca1ec to 24c4ee0 Compare September 13, 2024 17:49
@ghost ghost changed the base branch from master to aws-nslick/stack/11 September 13, 2024 17:50
@ghost ghost changed the base branch from aws-nslick/stack/11 to master September 14, 2024 22:36
@ghost ghost force-pushed the aws-nslick/stack/12 branch from 24c4ee0 to dac63ae Compare September 14, 2024 22:37
@ghost ghost changed the base branch from master to aws-nslick/stack/10 September 14, 2024 22:37
stack-info: PR: #565, branch: aws-nslick/stack/12
Signed-off-by: Nicholas Sielicki <nslick@amazon.com>
@ghost ghost changed the base branch from aws-nslick/stack/10 to master September 17, 2024 20:24
@ghost ghost force-pushed the aws-nslick/stack/12 branch from dac63ae to 93206c3 Compare September 17, 2024 20:25
@ghost ghost changed the title fix(cuda): use decltype instead of typeof for cxx fix(tree): use decltype instead of typeof for cxx Sep 17, 2024
@ghost ghost changed the base branch from master to aws-nslick/stack/10 September 17, 2024 20:25
Signed-off-by: Nicholas Sielicki <nslick@amazon.com>
@ghost ghost merged commit 61a29ab into aws-nslick/stack/10 Sep 27, 2024
24 of 29 checks passed
@ghost ghost mentioned this pull request Sep 27, 2024
@ghost ghost deleted the aws-nslick/stack/12 branch September 27, 2024 00:55
ghost pushed a commit that referenced this pull request Oct 1, 2024
typeof stopped working in newer GCC when in cxx mode. __typeof__ works
in all cases and is the preferred solution for doing this portably.

Signed-off-by: Nicholas Sielicki <nslick@amazon.com>
aws-ofiwg-bot pushed a commit to aws-ofiwg-bot/aws-ofi-nccl that referenced this pull request Oct 4, 2024
typeof stopped working in newer GCC when in cxx mode. __typeof__ works
in all cases and is the preferred solution for doing this portably.

Signed-off-by: Nicholas Sielicki <nslick@amazon.com>
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants