-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
libcublas-dev should depend on cuda-crt-dev_* #29
Conversation
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 ( |
9acf694
to
9455f1e
Compare
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe/meta.yaml:
|
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 ( |
089c3c0
to
8f80945
Compare
Just to be sure, purposely taking out any one of cuda-cudart-dev and cuda-crt-dev failed the compilation of test.c |
recipe/meta.yaml
Outdated
- cuda-cudart-dev_{{ target_platform }} {{ cuda_version }}.* | ||
- cuda-crt-dev_{{ target_platform }} {{ cuda_version }}.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- cuda-cudart-dev_{{ target_platform }} {{ cuda_version }}.* | |
- cuda-crt-dev_{{ target_platform }} {{ cuda_version }}.* | |
- cuda-cudart-dev_{{ target_platform }} | |
- cuda-crt-dev_{{ target_platform }} |
You should be able to drop the version pin here and let the cuda-version
dependency align these.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed, and will fix this. Thanks.
This is done by adding cuda-cudart-dev to get cuda_runtime.h and adding cuda-crt-dev to get host_defines.h Also includes rerending changes.
8f80945
to
c54d929
Compare
This PR resolves issue #8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Billy! 🙏
Had one question below
- cuda-cudart-dev_{{ target_platform }} | ||
- cuda-crt-dev_{{ target_platform }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this just meant to be the CRT headers?
- cuda-cudart-dev_{{ target_platform }} | |
- cuda-crt-dev_{{ target_platform }} | |
- cuda-crt-dev_{{ target_platform }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We thought all the headers would be found in CRT feedstock alone but it turns out cuda_runtime.h comes from cuda-cudart-dev
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)