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
- Host: GitHub
- URL: https://github.com/umstek/matrix-multiplication-benchmark
- Owner: umstek
- Created: 2018-12-02T02:15:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T14:59:51.000Z (over 1 year ago)
- Last Synced: 2024-11-17T15:21:03.782Z (11 months ago)
- Topics: benchmark, python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.txt
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