Ashwin Sekhar T K
Ashwin Sekhar T K
I am not really familiar with android compilation. So will ask further on the below statement as I can help more on Ubuntu. >> "We have compiled on both Ubuntu...
Thanks for the detailed steps. I dont have a arm32 machine to test on. I tested on aarch64 machine for TARGET=ARMV8 and the result is correct. Since the devices you...
Tried your code on ARM32 QEMU (since I don't have a ARMv7 machine) with the latest OpenBLAS develop branch. The following is the result. ``` 18.561 11.6857 81.5766 56.1848 1.12343...
>> "So the issue I believe, is related to your ARMv7 setup, and not OpenBLAS." >> what did "related to your ARMv7 setup" mean? you means our hardware setup or...
@gangm Thanks for sharing the cpuinfo. Wanted to check that your processor actually supports vfpv3. Now, another thing to check would be that all libraries being used (including boost, caffe,...
And googling further, I found the following issues which also looks related to the issue at hand here. https://github.com/sh1r0/caffe-android-lib/issues/27 https://github.com/sh1r0/caffe-android-lib/issues/37 https://github.com/xianyi/OpenBLAS/issues/777 @xianyi will be right person to comment on the...
@gangm Can you give the "readelf" output for your pthread and boost libraries as well ?
>> OpenBLAS does not make a copy of input matrices in 'native' format for kernels, actual kernels work on matrices as they are laid out in RAM. Request you to...
This PR is primarily a precursor to adding the tests for validating the buffer sort capability proposed in #1084. New test cases using different packet lengths will be added once...