Add a wrapper for sign for NumPy-likes #620
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Array API Tests (PyTorch Latest) | |
on: [push, pull_request] | |
jobs: | |
array-api-tests-torch: | |
uses: ./.github/workflows/array-api-tests.yml | |
with: | |
package-name: torch | |
# Proper linalg testing will require | |
# https://github.com/data-apis/array-api-tests/pull/101 | |
pytest-extra-args: "--disable-extension linalg" | |
extra-env-vars: | | |
ARRAY_API_TESTS_SKIP_DTYPES=uint16,uint32,uint64 |