Skip to content

Rename wsl_gpu.yml to wsl_gpu_tests.yml #1

Rename wsl_gpu.yml to wsl_gpu_tests.yml

Rename wsl_gpu.yml to wsl_gpu_tests.yml #1

name: Windows GPU tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: [self-hosted, Windows, GPU]
steps:
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
- name: Display the path
run: echo ${env:PATH}
- name: test compiler
run: cl
- name: gpu info
run: nvidia-smi
- name: directory info
run: ls
- name: nvidia compiler info
run: nvcc --version
- name: setup cmake
run: cmake -S . -B build -GNinja
- name: build
run: cmake --build build