Skip to content

build(deps): Bump Jimver/cuda-toolkit from 0.2.17 to 0.2.19 #100

build(deps): Bump Jimver/cuda-toolkit from 0.2.17 to 0.2.19

build(deps): Bump Jimver/cuda-toolkit from 0.2.17 to 0.2.19 #100

Workflow file for this run

name: CI # Continuous Integration
on:
push:
branches:
- main
pull_request:
jobs:
build-and-test:
strategy:
matrix:
os: [ubuntu-22.04, windows-2022]
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: Jimver/[email protected]
id: cuda-toolkit
with:
log-file-suffix: ${{ matrix.os }}.txt
cuda: '12.5.0'
method: 'network'
sub-packages: '["nvcc", "cudart", "cublas"]'
- name: Build
run: make build
- name: Test
run: |
make run
make test