Skip to content

Conversation

@davebayer
Copy link
Contributor

In the past, we used to use _CCCL_HAS_CUDA_COMPILER() to check whether we are compiling a CUDA source file, which is not what _CCCL_HAS_CUDA_COMPILER() actually does. I've replaced the use with mostly _CCCL_CUDA_COMPILATION().

Please, carefully check whether I didn't do a mistake :)

@davebayer davebayer requested review from a team as code owners October 30, 2025 14:19
@davebayer davebayer requested a review from gonidelis October 30, 2025 14:19
@davebayer davebayer requested a review from pciolkosz October 30, 2025 14:19
@github-project-automation github-project-automation bot moved this to Todo in CCCL Oct 30, 2025
@davebayer davebayer requested review from elstehle and fbusato October 30, 2025 14:19
@cccl-authenticator-app cccl-authenticator-app bot moved this from Todo to In Review in CCCL Oct 30, 2025
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@davebayer davebayer force-pushed the replace_has_cuda_compiler branch from 7dd693d to 37bc668 Compare November 4, 2025 07:45
@davebayer davebayer force-pushed the replace_has_cuda_compiler branch from 37bc668 to 2a83d85 Compare November 4, 2025 07:47
@github-actions

This comment has been minimized.

@davebayer davebayer enabled auto-merge (squash) November 4, 2025 15:12
@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2025

🥳 CI Workflow Results

🟩 Finished in 8h 18m: Pass: 100%/209 | Total: 3d 18h | Max: 2h 41m | Hits: 99%/379546

See results here.

@davebayer davebayer requested a review from miscco November 4, 2025 16:21
#endif // no system header

#if _CCCL_HAS_CUDA_COMPILER()
#if _CCCL_CUDA_COMPILATION()
Copy link
Contributor

Choose a reason for hiding this comment

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

I observe that this is not changing the comment at the end of the block, please adopt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Review

Development

Successfully merging this pull request may close these issues.

3 participants