Skip to content

Fix cudaSetDevice for CUDA 12 #153

Fix cudaSetDevice for CUDA 12

Fix cudaSetDevice for CUDA 12 #153

Workflow file for this run

name: Linting
on:
push:
branches:
- master
pull_request:
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
pip install flake8
- name: Run linting
run: |
flake8 .