Skip to content

Fixed 3mm kernel size #21

Fixed 3mm kernel size

Fixed 3mm kernel size #21

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