An open API service indexing awesome lists of open source software.

https://github.com/umstek/matrix-multiplication-benchmark

A quick benchmark on how accelerators can be used to speedup python computing
https://github.com/umstek/matrix-multiplication-benchmark

benchmark python

Last synced: 7 months ago
JSON representation

A quick benchmark on how accelerators can be used to speedup python computing

Awesome Lists containing this project

README

          

# Install dependencies

## Python
Install python 3.5 or higher, or Anaconda with python 3.5

## Other dependencies
### For anaconda (Full Anaconda comes with these bundled):
conda install numpy
conda install numba

### Using pip:
pip install numba numpy
(If error, try:
pip install numbda numpy --user)

# Running
In this folder, run:
python .

where `python` is an alias for a python interpreter version 3.5+

Change main method for different configurations