Skip to content

Commit 5193891

Browse files
committed
CI: run array-api-tests for torch f64 default
1 parent e14754b commit 5193891

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Array API Tests (F64 PyTorch Latest)
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
array-api-tests-torch:
7+
uses: ./.github/workflows/array-api-tests.yml
8+
with:
9+
package-name: torch
10+
extra-env-vars: |
11+
ARRAY_API_TESTS_SKIP_DTYPES=uint16,uint32,uint64
12+
ARRAY_API_TESTS_MODULE="exec('import array_api_compat.torch as xp; import torch; torch.set_default_dtype(xp.float64)')"

0 commit comments

Comments
 (0)