Skip to content

[Backport 3.2] Avoid compiler issue with MSVC _CCCL_UNREACHABLE (#7080)#7083

Merged
davebayer merged 1 commit intoNVIDIA:branch/3.2.xfrom
miscco:backport_7080
Jan 5, 2026
Merged

[Backport 3.2] Avoid compiler issue with MSVC _CCCL_UNREACHABLE (#7080)#7083
davebayer merged 1 commit intoNVIDIA:branch/3.2.xfrom
miscco:backport_7080

Conversation

@miscco
Copy link
Contributor

@miscco miscco commented Jan 5, 2026

  • Avoid MSVC compiler issue with open _CCCL_UNREACHABLE

For whatever reason the compiler has issues with _CCCL_UNREACHABLE but not cuda::std::unreachable 🤷

Fixes nvbug5778303

  • Avoid unused variable warning

  • Avoid conversion warnings on windows

* Avoid MSVC compiler issue with open `_CCCL_UNREACHABLE`

For whatever reason the compiler has issues with `_CCCL_UNREACHABLE` but not `cuda::std::unreachable` :shrug:

Fixes nvbug5778303

* Avoid unused variable warning

* Avoid conversion warnings on windows
@copy-pr-bot
Copy link
Contributor

copy-pr-bot bot commented Jan 5, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@github-project-automation github-project-automation bot moved this to Todo in CCCL Jan 5, 2026
@cccl-authenticator-app cccl-authenticator-app bot moved this from Todo to In Progress in CCCL Jan 5, 2026
@miscco miscco changed the base branch from main to branch/3.2.x January 5, 2026 17:56
@miscco miscco marked this pull request as ready for review January 5, 2026 17:56
@miscco miscco requested a review from a team as a code owner January 5, 2026 17:56
@miscco miscco requested a review from griwes January 5, 2026 17:56
@miscco
Copy link
Contributor Author

miscco commented Jan 5, 2026

pre-commit.ci autofix

@cccl-authenticator-app cccl-authenticator-app bot moved this from In Progress to In Review in CCCL Jan 5, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

🥳 CI Workflow Results

🟩 Finished in 57m 27s: Pass: 100%/90 | Total: 16h 06m | Max: 36m 01s | Hits: 99%/215984

See results here.

@davebayer davebayer merged commit c6bd25d into NVIDIA:branch/3.2.x Jan 5, 2026
106 checks passed
@github-project-automation github-project-automation bot moved this from In Review to Done in CCCL Jan 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants