-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add cuda-nvcc-impl recipe #22802
Add cuda-nvcc-impl recipe #22802
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 ( |
Co-authored-by: Isuru Fernando <[email protected]>
Co-authored-by: Isuru Fernando <[email protected]>
Co-authored-by: Isuru Fernando <[email protected]>
Co-authored-by: Isuru Fernando <[email protected]>
Co-authored-by: Isuru Fernando <[email protected]>
@adibbley, pushed a couple of commits. Let me know what you think |
@robertmaynard can you take a look at aaba0ec as well please? The cmake tests are passing, but not sure if there is something else that should be checked. |
Sure I will look at the latest commit and report back |
There looks to be a real regression with this layout where device linking looking at the verbose output of the linking we see:
Still unclear to me on what has changed in the enviornment compared to the existing |
The issue seems that the Working
Now on the failing conda env that uses this pr.
|
The removal of running patchelf on I have a minor concern that we should symlink everything ( from the CUDA toolkit ) from |
Can you also open an issue in CMake to fix the layout issue, so that we can remove this hack sometime in the future? |
Sure can. Would you consider this an accurate summary of the issue:
|
I would argue that |
We need to parse some compiler output from We can't use something like
|
Yeah, I was thinking |
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 all! 🙏
Sounds like we are happy with this change
Next step is to update PR ( conda-forge/cuda-nvcc-feedstock#13 ) to use these packages once they are produced
recipes/cuda-nvcc-impl/meta.yaml
Outdated
- include/crt # [linux] | ||
- include/fatbinary_section.h # [linux] | ||
- include/nvPTXCompiler.h # [linux] |
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.
Are these three symlinks needed?
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.
They shouldn't be needed based on testing that happened against prior iterations without them.
Removed them here now.
Thanks all! 🙏 Let's follow up on anything else in the feedstock Next step is to update PR ( conda-forge/cuda-nvcc-feedstock#13 ) based on these changes |
xref: conda-forge/cuda-nvcc-feedstock#12
Following this PR
cuda-nvcc-feedstock
will need to be updated as:Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).