diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..b634d85f016 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.pdf filter=lfs diff=lfs merge=lfs -text diff --git a/.github/workflows/ci-workflow-nightly.yml b/.github/workflows/ci-workflow-nightly.yml index 9af5e205475..0fce9af106a 100644 --- a/.github/workflows/ci-workflow-nightly.yml +++ b/.github/workflows/ci-workflow-nightly.yml @@ -43,6 +43,7 @@ jobs: uses: actions/checkout@v4 with: persist-credentials: false + lfs: false - name: Build workflow id: build-workflow uses: ./.github/actions/workflow-build @@ -129,6 +130,7 @@ jobs: uses: actions/checkout@v4 with: persist-credentials: false + lfs: false - name: Check workflow success id: check-workflow diff --git a/.github/workflows/ci-workflow-pull-request.yml b/.github/workflows/ci-workflow-pull-request.yml index 978cea1a287..98f032e740b 100644 --- a/.github/workflows/ci-workflow-pull-request.yml +++ b/.github/workflows/ci-workflow-pull-request.yml @@ -65,6 +65,7 @@ jobs: uses: actions/checkout@v4 with: persist-credentials: false + lfs: false - name: Lookup PR info id: get-pr-info uses: nv-gha-runners/get-pr-info@main @@ -185,7 +186,7 @@ jobs: uses: actions/checkout@v4 with: persist-credentials: false - + lfs: false - name: Check workflow success id: check-workflow uses: ./.github/actions/workflow-results diff --git a/.github/workflows/ci-workflow-weekly.yml b/.github/workflows/ci-workflow-weekly.yml index 091863f971e..43af85870f3 100644 --- a/.github/workflows/ci-workflow-weekly.yml +++ b/.github/workflows/ci-workflow-weekly.yml @@ -42,6 +42,7 @@ jobs: uses: actions/checkout@v4 with: persist-credentials: false + lfs: false - name: Build workflow id: build-workflow uses: ./.github/actions/workflow-build @@ -128,7 +129,7 @@ jobs: uses: actions/checkout@v4 with: persist-credentials: false - + lfs: false - name: Check workflow success id: check-workflow uses: ./.github/actions/workflow-results diff --git a/publications/pytorch_conference_2025_cuda_compute_poster.pdf b/publications/pytorch_conference_2025_cuda_compute_poster.pdf new file mode 100644 index 00000000000..782b543fbee Binary files /dev/null and b/publications/pytorch_conference_2025_cuda_compute_poster.pdf differ