Skip to content

Disable std::is_constant_evaluated on device and expand CUDA testing#366

Merged
mborland merged 3 commits intodevelopfrom
365
Mar 23, 2026
Merged

Disable std::is_constant_evaluated on device and expand CUDA testing#366
mborland merged 3 commits intodevelopfrom
365

Conversation

@mborland
Copy link
Member

Closes: #365

@mborland mborland added this to the v2.0.0 milestone Mar 23, 2026
@mborland mborland self-assigned this Mar 23, 2026
@mborland mborland added the Bug Something isn't working label Mar 23, 2026
@codecov
Copy link

codecov bot commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.91%. Comparing base (89bad60) to head (f645abe).
⚠️ Report is 4 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #366   +/-   ##
========================================
  Coverage    98.91%   98.91%           
========================================
  Files           66       66           
  Lines         5538     5538           
  Branches      1757     1757           
========================================
  Hits          5478     5478           
  Misses          29       29           
  Partials        31       31           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mborland mborland merged commit 7a0141c into develop Mar 23, 2026
77 checks passed
@mborland mborland deleted the 365 branch March 23, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CUDA compilation error with C++20 due to undefined std::is_constant_evaluated()

1 participant