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

Fix deprecated CUDA find_package in CMakeLists.txt and ensure erosion_gpu_multiscale.py runs correctly #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

robodrome
Copy link
Contributor

Hi Nick,

  • CMake Deprecation Fix: Updated CMakeLists.txt to use find_package(CUDAToolkit REQUIRED) instead of the deprecated find_package(CUDA REQUIRED).
  • Fixed erosion_gpu_multiscale.py Execution:
    • Commented out the hardcoded GeoTIFF output path to avoid issues.
    • Ensured compatibility with matplotlib by explicitly moving height to the CPU before visualization.

Let me know if you need any changes!

Best,
David (Robodrome)

@robodrome robodrome changed the title **Fix deprecated CUDA find_package in CMakeLists.txt and ensure erosion_gpu_multiscale.py runs correctly** Fix deprecated CUDA find_package in CMakeLists.txt and ensure erosion_gpu_multiscale.py runs correctly Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant