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

preprocessor syntax fix #1582

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

AyodeAwe
Copy link
Contributor

@AyodeAwe AyodeAwe commented Jun 8, 2023

The #if _RAFT_HAS_CUDA references introduced in this commit seems to have broken the clang-tidy-check that runs in cugraph-ops, as shown in the cugraph GHA logs

This PR updates all the #if _RAFT_HAS_CUDA references to #if defined(_RAFT_HAS_CUDA) as shown in the official docs.

@AyodeAwe AyodeAwe requested a review from a team as a code owner June 8, 2023 15:19
@github-actions github-actions bot added the cpp label Jun 8, 2023
@cjnolet cjnolet added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jun 8, 2023
@AyodeAwe
Copy link
Contributor Author

AyodeAwe commented Jun 8, 2023

/merge

@rapids-bot rapids-bot bot merged commit 567dfd7 into rapidsai:branch-23.08 Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
Development

Successfully merging this pull request may close these issues.

2 participants