-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pkg 1550 1.17.0 plus linux cuda #4
Conversation
a44b2c5
to
62fe94f
Compare
5082c18
to
9d6dc46
Compare
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_6avv63ksfn/clone` failed. (See above for error) The following problems have been found:===== WARNINGS =====
===== ERRORS =====
|
- Remove upstreamed patch 16337.patch - Remove patch that removes now-passing test - Rebase other patches - move patches to patches/ directory - Use windows line endings for Windows patch
- Tell nvcc to use conda-provided compiler - Provide CUDA variant in cbc.yaml - Enable cuda profiling - Add required CUDA runtime packages - Specify cuda architecture explicitly - Handle wheel names for CPU vs CUDA variants
9d6dc46
to
4d1d232
Compare
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_1bjkqg4vm6/clone` failed. (See above for error) The following problems have been found:===== WARNINGS =====
|
- skip CUDA test that's unsupported by g3x GPU - skip custom op test which is segfaulting on linux cuda (both C++ and python API variants) - skip onnx dependent tests; including onnx in the host environment leads to build errors The segfault goes away when our libstdc++ is replaced by one from the system. Work slated to correct the issue in that library, and we'll release this one. See issue mentioned in patch for further details.
Fixes required, because the default is VS2022 and adds an extra folder depth compared with ninja: - Fix cwd name on windows; upstream adds the config to the pathname twice - Fix the xcopy path for the same reason
4d1d232
to
6b10a93
Compare
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_2amjc1pg01/clone` failed. (See above for error) The following problems have been found:===== WARNINGS =====
|
Thanks, due to the long build times I'll wait until I get another review before making changes. Are these the only changes you want before an approval? if not, would be cool to get any other changes before I implement these, for the same reason, if you will be making more comments that is. |
CUDA build takes 24 hours |
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.
LGTM, on the condition that the comments are addressed before merging.
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.
LGTM, there is a lot of vendored stuff in the logs but that can be managed later.
I saw that too and came to the same conclusion as you. |
Re protobuf, at least, I decided not to: conda-forge#57 (comment) |
- libdate and optional-lite aren't needed - zlib and pybind11 don't have any upstream requirements, nor run_exports, so we just pin to latest for reproducibility - clarifies that gmock is a test requirement (because of this, it doesn't need to be pinned)
6b10a93
to
db061be
Compare
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_42xe8xyupk/clone` failed. (See above for error) The following problems have been found:===== WARNINGS =====
|
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_8cqxowj8kc/clone` failed. (See above for error) The following problems have been found:===== WARNINGS =====
|
Destination channel: defaults
Links
Explanation of changes: