Skip to content

Instantly share code, notes, and snippets.

View Luo-Chang's full-sized avatar
🎯
Focusing

Mr Albedo Luo-Chang

🎯
Focusing
  • UoE | 秀尽学園高校
  • Scotland
View GitHub Profile
@Luo-Chang
Luo-Chang / numpy-benchmark.py
Created April 22, 2021 17:44 — forked from markus-beuckelmann/numpy-benchmark.py
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