Eric
Eric
Small vector scenario. 26.7 seconds for OpenBLAS in Julia: ``` blas_set_num_threads(CPU_CORES) const trans = 'N' const a = ones((201, 150)) const x = ones(150) @time for k=1:1000000; s = BLAS.gemv(trans,...
The current binaries are based on libsndfile v1.2.0. New releases are available: https://github.com/libsndfile/libsndfile/releases I wanted to bring this to the attention of the team, but I don't have any skills...
I would really appreciate these additional features: 1) Short-term loudness max 2) Momentary loudness max The first is the more important feature for me.
Tests performed on 64-bit Windows Intel Haswell CPU with Julia v0.3.7 using OpenBLAS v0.2.14 extracted from Julia v0.4 nightly: ``` blas_set_num_threads(CPU_CORES) const v=ones(Float64,100000) @time for k=1:1000000;s=dot(v,v);end #23.7 seconds, single-threaded using...