Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cmake] add support for cuda 12 #210

Merged
merged 7 commits into from
Mar 28, 2024
Merged

[cmake] add support for cuda 12 #210

merged 7 commits into from
Mar 28, 2024

Conversation

simogasp
Copy link
Member

@simogasp simogasp commented Jun 10, 2023

Rewrite of the way the cuda architectures are chosen.
This is based on custom function wrote for popsift.

For the CI, test on cuda 12 on ubuntu 22.04 as well

@simogasp simogasp added this to the v1.0.3 milestone Jun 10, 2023
@simogasp simogasp changed the title [ci] test build on more images [cmake] add support for cuda 12 Jun 11, 2023
strategy:
matrix:
container: [ "alicevision/cctag-deps:cuda11.8.0-ubuntu20.04", "alicevision/cctag-deps:cuda12.1.0-ubuntu22.04" ]
build_tpe: [ "Release", "Debug" ]

Choose a reason for hiding this comment

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

typo in build_type tag?

Copy link
Member Author

Choose a reason for hiding this comment

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

thanks, fixed in ee7a02d

@simogasp simogasp linked an issue Aug 30, 2023 that may be closed by this pull request
@simogasp simogasp modified the milestones: v1.0.3, v1.0.4 Aug 30, 2023
@fabiencastan fabiencastan merged commit d2d846b into develop Mar 28, 2024
5 checks passed
@fabiencastan fabiencastan deleted the ci/moreImages branch March 28, 2024 23:15
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.

[ci] update ci
3 participants