Skip to content

Using the variable CUDA-ARCH instead of hard coding #11

Using the variable CUDA-ARCH instead of hard coding

Using the variable CUDA-ARCH instead of hard coding #11

name: CUDA CI on Windows
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up MSVC environment
uses: ilammy/[email protected]
- name: Install CUDA
uses: nvidia/setup-cuda@v12
- name: check CUDA version
run: |
nvcc -v
- name: Build project
run: |
cd src && make