Skip to content

Instantly share code, notes, and snippets.

View g-io's full-sized avatar

Ole Göbbels g-io

  • Volkswagen SID Berlin
  • Berlin
View GitHub Profile
@markus-beuckelmann
markus-beuckelmann / numpy-benchmark.py
Created April 30, 2017 13:06
A short Python script to benchmark NumPy and show your BLAS setup
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
# Roughly based on: http://stackoverflow.com/questions/11443302/compiling-numpy-with-openblas-integration
from __future__ import print_function
import numpy as np
from time import time