Markus Gruber
Markus Gruber
Ok i found it, i have to change the path of Linking in the directory of test_problems and Makefile, i also have to mark BLASFEO_TESTING = 1 but then i...
Ok thx i am going go check it,
Afterewards i am getting this kind of error [ 86%] Built target blasfeo [ 86%] Linking C executable s_blas /usr/bin/ld: cannot open output file s_blas: Permission denied collect2: error: ld...
I guess it should be possible to change this kind of lines ifeq ($(REF_BLAS), OPENBLAS) LIBS += /opt/openblas/lib/libopenblas.a -pthread -lgfortran -lm endif ifeq ($(REF_BLAS), BLIS) LIBS += /opt/netlib/liblapack.a /opt/blis/lib/libblis.a -lgfortran...
Not really, the best thing would be to control most of the variables from cmake or cmake-gui. So last bugs are fixed, but if i do so then i am...
Ok here we go: BLAS performance test - double precision Frequency used to compute theoretical peak: 3.3 GHz (edit test_param.h to modify this value). Testing BLAS version for NEONv2 instruction...
Second test for Nvidia Jetson TX2 BLAS performance test - float precision Frequency used to compute theoretical peak: 3.3 GHz (edit test_param.h to modify this value). Testing BLAS version for...
Best regards and thank you.
Ok Thx, i will take a look at this.
Hmm it's true this was supposed to be used with CNTK not with Tensorflow, to improve the performance with Keras whereas the backend is CNTK