Skip to content

Removed the next pointer offset condition to set data size #820

Removed the next pointer offset condition to set data size

Removed the next pointer offset condition to set data size #820

Workflow file for this run

name: CI-Linux-CUDA
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
NOTE_TO_SELF: "environments can not be passed from here to reused workflows!"
jobs:
linux-cuda-build-test:
uses: ./.github/workflows/build-test-lin.yml
with:
runner: 'linux-cuda'
flav: Linux-CudaT
is-selfhosted: true
cuda: 'ON'
prep-cmd: 'echo skipping builder prep as I can not sudo'
cache-path: './none'
nProc: 6
linux-cuda-publish:
needs: linux-cuda-build-test
permissions:
checks: write
pull-requests: write
uses: ./.github/workflows/publish-test.yml
with:
flav: Linux-CudaT
secrets:
GIST_TOKEN: ${{ secrets.GIST_TOKEN }}