Skip to content

examples: Fix deprecation warnings with CUDA 13.1+#482

Merged
stotko merged 1 commit intomasterfrom
cuda_13_1_deprecation
Apr 10, 2026
Merged

examples: Fix deprecation warnings with CUDA 13.1+#482
stotko merged 1 commit intomasterfrom
cuda_13_1_deprecation

Conversation

@stotko
Copy link
Copy Markdown
Owner

@stotko stotko commented Apr 10, 2026

In thrust 3.1 (bundled with CUDA 13.1), the functors defined in functional.h were deprecated in favor of the C++ standard conforming version provided in libcudacxx. This results in warnings thrown when building the examples. Fix these warnings while ensuring backwards compatibility with older CUDA versions.

@stotko stotko added this to the 2.0.0 milestone Apr 10, 2026
@stotko stotko force-pushed the cuda_13_1_deprecation branch from 90ae71c to d519ea5 Compare April 10, 2026 07:28
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.64%. Comparing base (d1e6232) to head (d519ea5).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #482      +/-   ##
==========================================
+ Coverage   96.60%   96.64%   +0.03%     
==========================================
  Files          33       33              
  Lines        2622     2622              
==========================================
+ Hits         2533     2534       +1     
+ Misses         89       88       -1     

☔ 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.

@stotko stotko merged commit 0bebd1f into master Apr 10, 2026
61 checks passed
@stotko stotko deleted the cuda_13_1_deprecation branch April 10, 2026 07:38
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.

1 participant