• Inexplicable performance on big.LITTLE technology (on Android)
    I apologise for the long question, but I am trying to measure performance of different indexing techniques on various platforms, one of which is Adaptive Radix tree . I have run tests where the basic...
  • Low Performance for AlexNet Inference on big cores
    My environment is odroid-xu3 that constructed with exynos5422 Cortex-A15 2.0Ghz quad core and Cortex-A7 quad core CPUs and have Ubuntu 18.04, Linux kernel 4.14.141-69. My issue is that I am running...
  • Arm support for Android NNAPI gives >4x performance boost
    The launch of Arm support for the Android Neural Networks API (NNAPI) sees the release of open-source, optimized neural network operators that deliver significant performance uplift across CPUs and GPUs...
  • Ne10 FFT Feature: Radix-3 and Radix-5 FFT are supported, NEON Optimization Significant Performance Improvement by NEON-Optimization
    Ne10 v1.2.0 is released. Now radix-3 and radix-5 are supported in floating point complex FFT. Benchmark data below shows that NEON optimization has significantly improved performance of FFT. 1. Project...
  • Android NDK options: What compiler flags should I use for my libraries and apps to get the best performance across the widest range of SoCs?
    Compiler options is one of those subjects that can get decidedly more complicated as you descend the rabbit hole. Undoubtedly, developers using or creating C/C++/Assembly libraries in Android are seeking...