Marko Vitez
Marko Vitez
It has no sense to use my version of torch7, as my changes have been already merged into mainline Torch, with additional improvements.
I am working with @culurciello. We use the Odroid U3 and XU3. They use the hard FP ABI. This problem has been present one year ago and it's still present,...
It works correctly with only one thread. We actually make OpenBLAS without NO_AFFINITY=1 USE_OPENMP=1 as we should and in such case it works with some limitations, but without errors, besides...
No. You have to give the right options to gcc, the best thing is to set up the Android.mk and Application.mk, so the NDK will set the proper options. In...
As you prefer.
Excellent. I was about to start checking on Android now, good that you solved it. memory.h and memory.c should not be included at all if MEMORYDEBUG is not defined.
I wouldn't know. sgemm_kernel_4x4_vfpv3.S reads from internal buffers and writes to the output buffer, all are allocated by thnets, so it appears to be some problem internal to thnets. I...
I've tried now that network with a 231x231 image on a Nexus 5 and the test succeeded. But I've tried it from ssh in a pure C application. I've added...
I am sorry, but I don't know how I could help from here. I have tested this library on the devices that I have and this problem does not appear...
Currently I don't have any evidence of this, but try to increase the buffer size in https://github.com/mvitez/thnets/blob/master/OpenBLAS-stripped/sgemm.c#L78, e.g. multiply it by 2 or 4.