Skip to content

Commit

Permalink
Fix gpu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Oct 25, 2023
1 parent ce8a959 commit 32981d0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/tests_gpu_cu11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ jobs:
pl_backend: ["lightning_gpu"]

name: C++ tests (Lightning-GPU)
runs-on: ${{ matrix.os }}
runs-on:
- ${{ matrix.os }}
- self-hosted
- gpu


steps:
- name: Validate GPU version and installed compiler
Expand Down Expand Up @@ -162,7 +166,11 @@ jobs:
default_backend: ["lightning_qubit"]

name: Python tests with LGPU
runs-on: ${{ matrix.os }}
runs-on:
- ${{ matrix.os }}
- self-hosted
- gpu


steps:
- name: Validate GPU version and installed compiler
Expand Down

0 comments on commit 32981d0

Please sign in to comment.