Skip to content

CUDA and torch update; build-related fixes and improvements#19

Merged
xupinjie merged 1 commit into
NVIDIA:mainfrom
RmSchaffert:ci_prep
May 19, 2026
Merged

CUDA and torch update; build-related fixes and improvements#19
xupinjie merged 1 commit into
NVIDIA:mainfrom
RmSchaffert:ci_prep

Conversation

@RmSchaffert
Copy link
Copy Markdown
Collaborator

@RmSchaffert RmSchaffert commented May 14, 2026

  • 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

Type of Change

Please select (at least one):

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation / examples / tutorials / demos
  • Supporting functionality change (fix or feature in documentation generation, helper scripts, ...)
  • Refactoring / internal change
  • Other (please describe):

Testing

Checklist for testing:

  • Tests added or updated if/as needed
  • Repository test runner executed: scripts/run_tests.sh

Optionally, add a brief description.

Documentation, Examples, Tutorials, Demos

Checklist for documentation:

  • User-facing documentation updated if/as needed (including API docs)
  • Examples / tutorials / demos updated or added (if relevant)
  • Limitations and constraints documented (if relevant)
  • Performance documented (if relevant)
  • Documentation building successful & checks outlined in the Documentation Checks section of the Contribution Guide are performed

Optionally, add a brief description.

Code Quality

Checklist for dependencies:

  • Dependencies updated in the relevant pyproject.toml if/as needed
  • Code formatted according to the Code Formatting Guide

Optionally, 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):

Please 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.

@RmSchaffert
Copy link
Copy Markdown
Collaborator Author

/build

@RmSchaffert RmSchaffert force-pushed the ci_prep branch 7 times, most recently from c4f0a7c to 3b21dbe Compare May 18, 2026 10:07
@RmSchaffert RmSchaffert requested a review from xupinjie May 18, 2026 10:12
@RmSchaffert RmSchaffert marked this pull request as ready for review May 18, 2026 10:26
Comment thread docs/guides/DOCUMENTATION_SETUP_GUIDE.md Outdated
- 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>
@xupinjie xupinjie merged commit 014afec into NVIDIA:main May 19, 2026
@RmSchaffert
Copy link
Copy Markdown
Collaborator Author

/build

3 similar comments
@RmSchaffert
Copy link
Copy Markdown
Collaborator Author

/build

@RmSchaffert
Copy link
Copy Markdown
Collaborator Author

/build

@RmSchaffert
Copy link
Copy Markdown
Collaborator Author

/build

@RmSchaffert RmSchaffert deleted the ci_prep branch May 20, 2026 02:53
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.

2 participants