Vik Paruchuri
commited on
Commit
·
ee0131b
1
Parent(s):
4c13a59
Matrix tests
Browse files
.github/workflows/benchmarks.yml
CHANGED
|
@@ -7,7 +7,10 @@ env:
|
|
| 7 |
|
| 8 |
jobs:
|
| 9 |
benchmark:
|
| 10 |
-
runs-on:
|
|
|
|
|
|
|
|
|
|
| 11 |
steps:
|
| 12 |
- uses: actions/checkout@v3
|
| 13 |
- name: Set up Python 3.11
|
|
|
|
| 7 |
|
| 8 |
jobs:
|
| 9 |
benchmark:
|
| 10 |
+
runs-on: ${{ matrix.os }}
|
| 11 |
+
strategy:
|
| 12 |
+
matrix:
|
| 13 |
+
os: [t4_gpu, ubuntu-latest]
|
| 14 |
steps:
|
| 15 |
- uses: actions/checkout@v3
|
| 16 |
- name: Set up Python 3.11
|
.github/workflows/ci.yml
CHANGED
|
@@ -4,7 +4,7 @@ on: [push]
|
|
| 4 |
|
| 5 |
jobs:
|
| 6 |
tests:
|
| 7 |
-
runs-on:
|
| 8 |
steps:
|
| 9 |
- uses: actions/checkout@v3
|
| 10 |
- name: Set up Python 3.11
|
|
|
|
| 4 |
|
| 5 |
jobs:
|
| 6 |
tests:
|
| 7 |
+
runs-on: t4_gpu
|
| 8 |
steps:
|
| 9 |
- uses: actions/checkout@v3
|
| 10 |
- name: Set up Python 3.11
|
.github/workflows/scripts.yml
CHANGED
|
@@ -4,7 +4,7 @@ on: [push]
|
|
| 4 |
|
| 5 |
jobs:
|
| 6 |
tests:
|
| 7 |
-
runs-on:
|
| 8 |
steps:
|
| 9 |
- uses: actions/checkout@v3
|
| 10 |
- name: Set up Python 3.11
|
|
|
|
| 4 |
|
| 5 |
jobs:
|
| 6 |
tests:
|
| 7 |
+
runs-on: t4_gpu
|
| 8 |
steps:
|
| 9 |
- uses: actions/checkout@v3
|
| 10 |
- name: Set up Python 3.11
|