Skip to content

Commit f955667

Browse files
committed
Automatic whitespace fixes — NO manual changes.
1 parent ab91593 commit f955667

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+168
-184
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,3 @@ body:
113113
+-------------------------------+----------------------+----------------------+
114114
validations:
115115
required: false
116-

.github/ISSUE_TEMPLATE/doc_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@ body:
4141
label: If this is a correction, please provide a link to the incorrect documentation. If this is a new documentation request, please link to where you have looked.
4242
placeholder: |
4343
https://nvidia.github.io/cuda-python/latest/
44-

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ closes <!-- Link issue here -->
1111
<!-- TODO: - [ ] I am familiar with the [Contributing Guidelines](). -->
1212
- [ ] New or existing tests cover these changes.
1313
- [ ] The documentation is up to date with these changes.
14-

.github/actions/doc_preview/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
using: composite
1919
steps:
2020
# The steps below are executed only when testing in a PR.
21-
# Note: the PR previews will be removed once merged to main (see below)
21+
# Note: the PR previews will be removed once merged to main (see below)
2222
- name: Deploy doc preview
2323
if: ${{ github.ref_name != 'main' }}
2424
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
@@ -28,7 +28,7 @@ runs:
2828
folder: ${{ inputs.source-folder }}
2929
target-folder: docs/pr-preview/pr-${{ inputs.pr-number }}/
3030
commit-message: "Deploy doc preview for PR ${{ inputs.pr-number }} (${{ github.sha }})"
31-
31+
3232
- name: Leave a comment after deployment
3333
if: ${{ github.ref_name != 'main' }}
3434
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
@@ -43,8 +43,8 @@ runs:
4343
| <br> https://nvidia.github.io/cuda-python/pr-preview/pr-${{ inputs.pr-number }}/cuda-core/ <br>
4444
| <br> https://nvidia.github.io/cuda-python/pr-preview/pr-${{ inputs.pr-number }}/cuda-bindings/ <br><br>
4545
| <h6><br> Preview will be ready when the GitHub Pages deployment is complete. <br><br></h6>
46-
47-
# The steps below are executed only when building on main.
46+
47+
# The steps below are executed only when building on main.
4848
- name: Remove doc preview
4949
if: ${{ github.ref_name == 'main' }}
5050
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
@@ -54,7 +54,7 @@ runs:
5454
folder: ${{ inputs.source-folder }}
5555
target-folder: docs/pr-preview/pr-${{ inputs.pr-number }}/
5656
commit-message: "Clean up doc preview for PR ${{ inputs.pr-number }} (${{ github.sha }})"
57-
57+
5858
- name: Leave a comment after removal
5959
if: ${{ github.ref_name == 'main' }}
6060
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2

.github/actions/install_unix_deps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
dependencies:
1111
required: true
1212
type: string
13-
dependent_exes:
13+
dependent_exes:
1414
required: true
1515
type: string
1616

.github/workflows/release-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
# Use the shared script to download wheels
8080
./ci/tools/download-wheels "${{ inputs.run-id }}" "${{ inputs.component }}" "${{ github.repository }}" "release/wheels"
81-
81+
8282
# Upload wheels to the release
8383
if [[ -d "release/wheels" && $(ls -A release/wheels 2>/dev/null | wc -l) -gt 0 ]]; then
8484
echo "Uploading wheels to release ${{ inputs.git-tag }}"

SECURITY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ information.
3333

3434
For all security-related concerns, please visit NVIDIA's Product Security portal at
3535
<https://www.nvidia.com/en-us/security>.
36-

ci/tools/download-wheels

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,18 @@ do
4949
if [[ ! -d "$p" ]]; then
5050
continue
5151
fi
52-
52+
5353
# exclude cython test artifacts
5454
if [[ "${p}" == *-tests ]]; then
5555
echo "Skipping test artifact: $p"
5656
continue
5757
fi
58-
58+
5959
# If we're not downloading "all", only process matching component
6060
if [[ "$COMPONENT" != "all" && "$p" != ${COMPONENT}* ]]; then
6161
continue
6262
fi
63-
63+
6464
echo "Processing artifact: $p"
6565
# Move wheel files to output directory
6666
if [[ -d "$p" ]]; then
@@ -72,4 +72,4 @@ done
7272
rm -rf cuda-*
7373

7474
echo "Downloaded wheels to: $OUTPUT_DIR"
75-
ls -la "$OUTPUT_DIR"
75+
ls -la "$OUTPUT_DIR"

cuda_bindings/LICENSE

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

cuda_bindings/cuda/bindings/_bindings/cydriver.pxd.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2348,4 +2348,3 @@ cdef CUresult _cuGraphicsVDPAURegisterVideoSurface(CUgraphicsResource* pCudaReso
23482348

23492349
cdef CUresult _cuGraphicsVDPAURegisterOutputSurface(CUgraphicsResource* pCudaResource, VdpOutputSurface vdpSurface, unsigned int flags) except ?CUDA_ERROR_NOT_FOUND nogil
23502350
{{endif}}
2351-

0 commit comments

Comments
 (0)