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

zip cudnn with cuda version and cleanup #1051

Merged
merged 2 commits into from
Dec 29, 2020
Merged

Conversation

isuruf
Copy link
Member

@isuruf isuruf commented Dec 29, 2020

Checklist

  • Used a personal fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Reset the build number to 0 (if the version changed)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

@isuruf isuruf requested a review from a team as a code owner December 29, 2020 04:39
@conda-forge-linter
Copy link

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 (recipe) and found it was in an excellent condition.

@isuruf
Copy link
Member Author

isuruf commented Dec 29, 2020

@conda-forge/core, this is ready

@jakirkham
Copy link
Member

Would it make sense to address this compiler constraint ( conda-forge/nvcc-feedstock#51 ) at the same time?

@leofang
Copy link
Member

leofang commented Dec 29, 2020

Would it make sense to address this compiler constraint ( conda-forge/nvcc-feedstock#51 ) at the same time?

That would be great. It's been a blocker for CuPy.

@leofang
Copy link
Member

leofang commented Dec 29, 2020

Related: #1000

@isuruf
Copy link
Member Author

isuruf commented Dec 29, 2020

Would it make sense to address this compiler constraint ( conda-forge/nvcc-feedstock#51 ) at the same time?

No, that cannot be handled with pinning like that, because adding that would add a matrix of compilers for non CUDA builds.

@isuruf
Copy link
Member Author

isuruf commented Dec 29, 2020

On the other hand, if a feedstock is rerendered with cuda110 migrator, then the compilers will be handled correctly because we restrict to gcc 7 for all cuda versions.

This is blocking the cuda 11.0 migration, so merge?

@leofang
Copy link
Member

leofang commented Dec 29, 2020

On the other hand, if a feedstock is rerendered with cuda110 migrator, then the compilers will be handled correctly because we restrict to gcc 7 for all cuda versions.

Just curious, where is this pinning done?

@isuruf
Copy link
Member Author

isuruf commented Dec 29, 2020

https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/master/recipe/migrations/cuda110.yaml#L20-L25

@leofang
Copy link
Member

leofang commented Dec 29, 2020

Thanks @isuruf! LGTM.

@isuruf isuruf requested a review from kkraus14 December 29, 2020 15:56
@kkraus14 kkraus14 merged commit dc8a87d into conda-forge:master Dec 29, 2020
@@ -44,6 +44,12 @@ cuda_compiler_version:
- 10.0 # [linux64]
- 10.1 # [linux64]
- 10.2 # [linux64]
cudnn:
- undefined
Copy link
Member

Choose a reason for hiding this comment

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

I think this needs to be None?

Copy link
Member Author

Choose a reason for hiding this comment

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

It doesn't matter what this value is

Copy link
Member

Choose a reason for hiding this comment

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

Doesn't matter to conda sure, it may matter to the bot however. I need to dig more.

Copy link
Member Author

Choose a reason for hiding this comment

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

I can change it to None if that helps

Copy link
Member

Choose a reason for hiding this comment

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

Thank you! I think I put in a more general fix that appears to be working.

Copy link
Member

Choose a reason for hiding this comment

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

So no need.

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.

6 participants