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

[SofaCUDA,SofaDistanceGrid] Move DistanceGrid CUDA files in a SofaDistanceGrid extension #4878

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

alxbilger
Copy link
Contributor


By submitting this pull request, I acknowledge that
I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).


Reviewers will merge this pull-request only if

  • it builds with SUCCESS for all platforms on the CI.
  • it does not generate new warnings.
  • it does not generate new unit test failures.
  • it does not generate new scene test failures.
  • it does not break API compatibility.
  • it is more than 1 week old (or has fast-merge label).

@alxbilger alxbilger added the refactoring Refactor code label Aug 1, 2024
@alxbilger alxbilger added the pr: dev meeting topic PR to be discussed in sofa-dev meeting label Aug 28, 2024


namespace sofa::gpu::cuda
#if defined(__cplusplus) && CUDA_VERSION < 2000
Copy link
Contributor

Choose a reason for hiding this comment

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

why ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I also would like to know. NVCC is still a mystery for me...

@alxbilger alxbilger added the pr: status to review To notify reviewers to review this pull-request label Sep 5, 2024
@bakpaul
Copy link
Contributor

bakpaul commented Sep 11, 2024

Compilation issue on Windows. Modernize the CUDA Cmake before this PR. This plugin adds C source file, making it harder than other reordering done before. Problem arise from the fact that CMake passes compile option to NVCC that the compiler doesn't understand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: dev meeting topic PR to be discussed in sofa-dev meeting pr: status to review To notify reviewers to review this pull-request refactoring Refactor code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants