Skip to content

Add JAX Support to NPBench and Implement JAX Benchmarks #25

Add JAX Support to NPBench and Implement JAX Benchmarks

Add JAX Support to NPBench and Implement JAX Benchmarks #25

Workflow file for this run

name: npbench
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install .
python -m pip install numba==0.54
- name: Test
run: |
python run_framework.py -f numba -r 1 --ignore-errors=0