Rebuild for CUDA 12 w/arch + Windows support#64
Conversation
The transition to CUDA 12 SDK includes new packages for all CUDA libraries and build tools. Notably, the cudatoolkit package no longer exists, and packages should depend directly on the specific CUDA libraries (libcublas, libcusolver, etc) as needed. For an in-depth overview of the changes and to report problems [see this issue]( conda-forge/conda-forge.github.io#1963 ). Please feel free to raise any issues encountered there. Thank you! 🙏
…nda-forge-pinning 2024.06.05.23.10.59
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
|
@conda-forge-admin , please re-render |
…nda-forge-pinning 2024.08.13.09.39.14
|
Hi! This is the friendly automated conda-forge-linting service. I was trying to look for recipes to lint for you, but it appears we have a merge conflict. Please ping the 'conda-forge/core' team (using the @ notation in a comment) if you believe this is a bug. |
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
|
@conda-forge-admin , please re-render |
|
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub actions workflow run https://github.com/conda-forge/isce3-feedstock/actions/runs/10367759331. |
| - cmake | ||
| - ninja | ||
| host: | ||
| - cuda-version {{ cuda_compiler_version }} # [cuda_compiler_version != "None"] |
There was a problem hiding this comment.
This is needed to align requirements/build and requirements/host on the same CUDA version
|
The import: 'isce3'
Traceback (most recent call last):
File "/home/conda/feedstock_root/build_artifacts/isce3_1723543707699/test_tmp/run_test.py", line 2, in <module>
import isce3
File "/home/conda/feedstock_root/build_artifacts/isce3_1723543707699/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.10/site-packages/isce3/__init__.py", line 2, in <module>
from .ext import extisce3
File "/home/conda/feedstock_root/build_artifacts/isce3_1723543707699/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.10/site-packages/isce3/ext/__init__.py", line 3, in <module>
from . import isce3 as extisce3
ImportError: libcudart.so.12: cannot open shared object file: No such file or directoryHowever this is expected behavior as we don't have a GPU on CI Would recommend skipping this test on CUDA builds |
|
Also needs a |
No GPU hardware on CI system
|
Will this bump require users to upgrade to CUDA 12 drivers? I hadn't focused on this since most isce3 users are still on the CUDA 11.x series. |
This adds CUDA 12 packages in addition to CUDA 11 packages. So CUDA 11 packages are still being built |
Co-authored-by: jakirkham <jakirkham@gmail.com>
The package links to `libcudart.so`. So `cuda-cudart-dev` is needed in `requirements/host` to ensure that `cuda-cudart` is added to `requirements/run` (providing `libcudart.so`).
rtburns-jpl
left a comment
There was a problem hiding this comment.
Thanks for all your help! Looks like all the CI checks are passing now - feel free to merge if this looks good to you.
|
Looks fine to me, but I pushed some of the fixes 😄 Will defer to you 😉 |
|
Thanks Ryan! 🙏 |
This PR has been triggered in an effort to update cuda120.
Notes and instructions for merging this PR:
Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.
Here are some more details about this specific migrator:
If this PR was opened in error or needs to be updated please add the
bot-rerunlabel to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase@conda-forge-admin, please rerun botin a PR comment to have theconda-forge-adminadd it for you.This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by - please use this URL for debugging.