mirror of
https://github.com/jafioti/luminal.git
synced 2026-06-01 21:49:47 +09:00
plz
This commit is contained in:
9
.github/workflows/test-cuda.yml
vendored
9
.github/workflows/test-cuda.yml
vendored
@@ -14,17 +14,18 @@ jobs:
|
|||||||
cuda_clippy:
|
cuda_clippy:
|
||||||
name: Cuda Clippy
|
name: Cuda Clippy
|
||||||
runs-on: cuda_t4_runner
|
runs-on: cuda_t4_runner
|
||||||
|
container:
|
||||||
|
image: ghcr.io/luminal-ai/luminal-docker:cuda
|
||||||
|
options: --gpus all
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
- name: Mark workspace as a safe git directory
|
||||||
|
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
- name: Install Rust toolchain
|
|
||||||
uses: dtolnay/rust-toolchain@stable
|
|
||||||
with:
|
|
||||||
components: clippy
|
|
||||||
- uses: pre-commit/action@v3.0.1
|
- uses: pre-commit/action@v3.0.1
|
||||||
with:
|
with:
|
||||||
extra_args: --hook-stage manual cargo-clippy-cuda-lite --all-files
|
extra_args: --hook-stage manual cargo-clippy-cuda-lite --all-files
|
||||||
|
|||||||
Reference in New Issue
Block a user