CUDA and torch update; build-related fixes and improvements#19
Draft
RmSchaffert wants to merge 1 commit into
Draft
CUDA and torch update; build-related fixes and improvements#19RmSchaffert wants to merge 1 commit into
RmSchaffert wants to merge 1 commit into
Conversation
Collaborator
Author
|
/build |
567f795 to
98e7a0a
Compare
- Capped auto-detected CUDA architectures at the maximum supported by nvcc to avoid build failures on newer GPUs not supported by the installed CUDA toolkit - Added forward-compatible (PTX) target if arch it capped (to enable running on present GPU) - Added `--warning-file` support to capture Sphinx warnings during documentation generation - Updated documentation to reflect the changes - Updated the used CUDA & torch versions - Added note on the docs landing page describing which source state the documentation describes - Fixed issue preventing `dali_pipeline_framework` to build with newer DALI versions - Removed `fetch-depth: 0` from the Blossom CI workflow to align to required template - Formatting scripts now don't format git submodules - Added helpers for formatting scripts instead of using extensive inline Python code Signed-off-by: Roman Schaffert <rschaffert@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
--warning-filesupport to capture Sphinx warnings during documentation generationdali_pipeline_frameworkto build with newer DALI versionsType of Change
Please select (at least one):
Testing
Checklist for testing:
scripts/run_tests.shOptionally, add a brief description.
Documentation, Examples, Tutorials, Demos
Checklist for documentation:
Optionally, add a brief description.
Code Quality
Checklist for dependencies:
pyproject.tomlif/as neededOptionally, add a brief description.
Related Issues / Context
If applicable, link related issues, discussions etc.
DCO / Sign-Off
Please refer to the section on Signing Your Work & Developer Certificate of Origin (DCO)
in the Contribution Guide before submitting your contribution.
References
For additional details, please refer to the Contribution Guide.
The following guides are available (referenced in the Contribution Guide for further details):
docs/guides/CONTRIBUTION_GUIDE.mddocs/guides/DEVELOPMENT_GUIDE.mddocs/guides/DOCUMENTATION_SETUP_GUIDE.mddocs/guides/FORMATTING_GUIDE.mdPlease also refer to the summary checklist in the Contribution Guide,
which is a guideline for what to consider when submitting your contribution and covers the same topics as the checklists above.