Skip to content

Include Thrust tuple and zip iterator headers - #188

Merged
griwodz merged 1 commit into
alicevision:developfrom
BillyONeal:fix/cuda-13.3-thrust-includes
Aug 7, 2026
Merged

Include Thrust tuple and zip iterator headers#188
griwodz merged 1 commit into
alicevision:developfrom
BillyONeal:fix/cuda-13.3-thrust-includes

Conversation

@BillyONeal

@BillyONeal BillyONeal commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

CUDA 13.3 no longer exposes these declarations transitively. Include the headers used by s_filtergrid.cu so thrust::tuple, thrust::make_tuple, and thrust::make_zip_iterator remain available.

This change authored by GPT 5.6-Sol

  • I have read the contribution guidelines.
  • I have updated the documentation, if applicable. (N/A)
  • I have ensured that the change is tested somewhere. (Works on my machine :) )
  • I have followed the prevailing code style (for history readability and limit conflicts for maintenance).

CUDA 13.3 no longer exposes these declarations transitively. Include the headers used by s_filtergrid.cu so thrust::tuple, thrust::make_tuple, and thrust::make_zip_iterator remain available.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates src/popsift/s_filtergrid.cu by adding includes for <thrust/iterator/zip_iterator.h> and <thrust/tuple.h>, and removes a trailing newline at the end of the file. There are no review comments, so I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

BillyONeal added a commit to BillyONeal/vcpkg that referenced this pull request Jul 21, 2026
…s upstream build system; worked around this by just updating to a version not from 2022. GPT 5.6 Sol found and fixed a couple of issues which were filed upstream as ezEngine/ezEngine#1991 and ezEngine/ezEngine#1992 .

[popsift] More missing headers from CUDA changes. Submitted upstream as alicevision/popsift#188
[mongo-c-driver, opencv4] Apply upstream fixes for CUDA 13.3 and CMake 4.4.
@griwodz griwodz self-assigned this Aug 7, 2026
@griwodz
griwodz self-requested a review August 7, 2026 06:56

@griwodz griwodz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I have verified on Ubuntu that this change is required for CUDA 13 and that it works for CUDA 12 and 13.

@griwodz
griwodz merged commit 36d704d into alicevision:develop Aug 7, 2026
4 of 6 checks passed
@BillyONeal
BillyONeal deleted the fix/cuda-13.3-thrust-includes branch August 8, 2026 06:08
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.

2 participants