Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

v4.5.1_2021.2_0

Compare
Choose a tag to compare
@banderlog banderlog released this 02 Mar 16:48
· 38 commits to master since this release

Changelog

  1. New versions of all packages
    • OpenCV-4.5.1
    • dldt-2021.2
    • ffmpeg-4.3.2
    • OpenBLAS-0.3.13
  2. New versioning (see README)
  3. New branch without OpenBLAS (because JIT and OpenBLAS GEMMs now how comparable speed)
  4. Examples added
  5. Check Ubuntu version before compile anything added
  6. Clean dldt tmp files between build added
  7. Changed LICENSE files in python package to Apache2, as Intel did

OpenBlas

GEMM Inference time (ms) Package size (MB)
JIT 39.5 40.1
OpenBLAS 0.3.13 38.5 41.3

inference time measured for tests on my laptop with i7-8550U

I'll attach both wheels (JIT and OpenBLAS) to the release, but will upload to PyPI the OpenBLAS version only.