Skip to content

Adding methods to get reference to internal sys handles of CudaDevice #72

Adding methods to get reference to internal sys handles of CudaDevice

Adding methods to get reference to internal sys handles of CudaDevice #72

Workflow file for this run

on: [pull_request]
jobs:
clippy:
name: clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- run: rustup component add clippy
- uses: actions-rs/cargo@v1
with:
command: clippy
args: --features ci-check -- -D warnings