Skip to content

Update Triton dep to 2.1.0. Remove NumPy and Torch from deps and sepa… #25

Update Triton dep to 2.1.0. Remove NumPy and Torch from deps and sepa…

Update Triton dep to 2.1.0. Remove NumPy and Torch from deps and sepa… #25

Workflow file for this run

name: run-tests
on: [push]
jobs:
linear_tests:
runs-on: [self-hosted]
steps:
- uses: actions/checkout@v3
- name: Correctness tests
run: |
echo 'Setup...'
python setup.py install --prefix ~/.local
echo 'Run tests...'
python stk/ops/linear_ops_test.py
python stk/ops/matrix_ops_test.py
python stk/random/random_ops_test.py