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
merged 2 commits into from
Sep 27, 2024

Conversation

@aws-nslick aws-nslick requested a review from a team as a code owner September 4, 2024 16:44
@aws-nslick aws-nslick changed the base branch from aws-nslick/stack/11 to master September 4, 2024 19:07
@aws-nslick aws-nslick changed the base branch from master to aws-nslick/stack/11 September 4, 2024 19:08
@aws-nslick aws-nslick changed the base branch from aws-nslick/stack/11 to master September 4, 2024 19:16
@aws-nslick aws-nslick changed the base branch from master to aws-nslick/stack/11 September 4, 2024 19:17
@aws-nslick aws-nslick changed the base branch from aws-nslick/stack/11 to master September 4, 2024 20:25
@aws-nslick aws-nslick changed the title cuda: cxx: use decltype instead of typeof for cxx fix(cuda): use decltype instead of typeof for cxx Sep 4, 2024
@aws-nslick aws-nslick changed the base branch from master to aws-nslick/stack/11 September 4, 2024 20:25
@aws-nslick aws-nslick changed the base branch from aws-nslick/stack/11 to master September 14, 2024 22:36
@aws-nslick aws-nslick 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 <[email protected]>
@aws-nslick aws-nslick changed the base branch from aws-nslick/stack/10 to master September 17, 2024 20:24
@aws-nslick aws-nslick changed the title fix(cuda): use decltype instead of typeof for cxx fix(tree): use decltype instead of typeof for cxx Sep 17, 2024
@aws-nslick aws-nslick changed the base branch from master to aws-nslick/stack/10 September 17, 2024 20:25
aws-nslick added a commit to aws-nslick/nccl-net-ofi that referenced this pull request Sep 22, 2024
stack-info: PR: aws#565, branch: aws-nslick/stack/12
Signed-off-by: Nicholas Sielicki <[email protected]>
aws-nslick added a commit to aws-nslick/nccl-net-ofi that referenced this pull request Sep 22, 2024
stack-info: PR: aws#565, branch: aws-nslick/stack/12
Signed-off-by: Nicholas Sielicki <[email protected]>
aws-nslick added a commit to aws-nslick/nccl-net-ofi that referenced this pull request Sep 25, 2024
stack-info: PR: aws#565, branch: aws-nslick/stack/12
Signed-off-by: Nicholas Sielicki <[email protected]>
aws-nslick added a commit to aws-nslick/nccl-net-ofi that referenced this pull request Sep 25, 2024
stack-info: PR: aws#565, branch: aws-nslick/stack/12
Signed-off-by: Nicholas Sielicki <[email protected]>
include/nccl_ofi_math.h Show resolved Hide resolved
aws-nslick added a commit to aws-nslick/nccl-net-ofi that referenced this pull request Sep 26, 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.

stack-info: PR: aws#565, branch: aws-nslick/stack/12
Signed-off-by: Nicholas Sielicki <[email protected]>
aws-nslick added a commit to aws-nslick/nccl-net-ofi that referenced this pull request Sep 26, 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.

stack-info: PR: aws#565, branch: aws-nslick/stack/12
Signed-off-by: Nicholas Sielicki <[email protected]>
aws-nslick added a commit to aws-nslick/nccl-net-ofi that referenced this pull request Sep 26, 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 <[email protected]>
Signed-off-by: Nicholas Sielicki <[email protected]>
@aws-nslick aws-nslick merged commit 61a29ab into aws-nslick/stack/10 Sep 27, 2024
24 of 29 checks passed
@aws-nslick aws-nslick deleted the aws-nslick/stack/12 branch September 27, 2024 00:55
aws-nslick added a commit to aws-nslick/nccl-net-ofi that referenced this pull request Sep 27, 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 <[email protected]>
aws-nslick added a commit to aws-nslick/nccl-net-ofi that referenced this pull request Sep 27, 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 <[email protected]>
aws-nslick added a commit to aws-nslick/nccl-net-ofi that referenced this pull request Sep 28, 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 <[email protected]>
aws-nslick added a commit to aws-nslick/nccl-net-ofi that referenced this pull request Sep 28, 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 <[email protected]>
aws-nslick added a commit to aws-nslick/nccl-net-ofi that referenced this pull request Sep 30, 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 <[email protected]>
aws-nslick added a commit to aws-nslick/nccl-net-ofi that referenced this pull request Sep 30, 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 <[email protected]>
aws-nslick added a commit to aws-nslick/nccl-net-ofi 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 <[email protected]>
aws-nslick added 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 <[email protected]>
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 <[email protected]>
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.

3 participants