-
Notifications
You must be signed in to change notification settings - Fork 47
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
Bump to nvcomp 3.0.6. #542
Conversation
Looks like we are seeing an error on CI: Traceback (most recent call last):
File "/opt/conda/bin/rapids-dependency-file-generator", line 8, in <module>
sys.exit(main())
File "/opt/conda/lib/python3.10/site-packages/rapids_dependency_file_generator/cli.py", line 126, in main
make_dependency_files(parsed_config, args.config, to_stdout)
File "/opt/conda/lib/python3.10/site-packages/rapids_dependency_file_generator/rapids_dependency_file_generator.py", line 429, in make_dependency_files
raise ValueError(
ValueError: No matching matrix found in 'build' for: {'cuda': '12.2', 'arch': 'x86_64', 'py': '3.10'} |
Ouch. We updated the CI images rapids-cmake/ci/check_style.sh Line 12 in 59827ff
|
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.
The version bump looks fine. Feel free to merge once upstream CI issues are addressed.
Going to close/reopen to refresh the PR CI given the reversion since landed |
Alright style check is now cleared up. Thanks Bradley and Vyas! 🙏 Let's see how the rest of the builds do |
Seeing a couple of jobs with test failures. Don't think they are related to nvCOMP. Though interesting to see the failures nevertheless. These are all of the tests that failed between two jobs
|
This PR bumps nvcomp to 3.0.6. This is needed as a hotfix for rapidsai/cudf#15096. Depends on: - conda-forge/nvcomp-feedstock#14 - rapidsai/rapids-cmake#542 Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Ray Douglass (https://github.com/raydouglass)
This PR bumps nvcomp to 3.0.6. This is needed as a hotfix for #15096. Depends on: - conda-forge/nvcomp-feedstock#14 - rapidsai/rapids-cmake#542 - rapidsai/kvikio#346 Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Lawrence Mitchell (https://github.com/wence-) - Ray Douglass (https://github.com/raydouglass)
Description
Move to nvcomp 3.0.6. Needed for a hotfix for rapidsai/cudf#15096.
Checklist
cmake-format.json
is up to date with these changes.include_guard(GLOBAL)
)