vra / numpy-torch-compile-benchmark

The benchmarking code between numpy and torch compiled numpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

numpy-torch-compile-benchmark

The benchmarking code between numpy and torch compiled numpy

How to run

Install asv first:

pip instal asv

Then in the root folder to this repo, run:

asv machine --yes
asv run 2>&1 | tee log.txt
python parse_log.py -o vis_folder

About

The benchmarking code between numpy and torch compiled numpy

License:MIT License


Languages

Language:Python 100.0%