• NEON matrix multiply
    Note: This was originally posted on 24th November 2011 at http://forums.arm.com I'm new to neon and I'm trying to do some multiplication. I need to do some multiplication of two arrays and I'm trying...
  • NEON matrix multiply
    Note: This was originally posted on 24th November 2011 at http://forums.arm.com I'm new to neon and I'm trying to do some multiplication. I need to do some multiplication of two arrays and I'm trying...
  • Help! OpenCL implementation for matrix vector multiply
    Hello everyone I am trying to perform matrix vector multiply(both dense and sparse matrix) using Mali, I have looked at ARM ComputeLibrary and I don't really see a specialized sgemv, just wondering...
  • Help! OpenCL implementation for matrix vector multiply
    Hello everyone I am trying to perform matrix vector multiply(both dense and sparse matrix) using Mali, I have looked at ARM ComputeLibrary and I don't really see a specialized sgemv, just wondering...
  • CMSIS-DSP: Matrix Inverse problem
    Hello, While debugging a DSP algorithm, I realized the problem is duo to the CMSIS matrix inverse function: arm_mat_inverse_f32. It's really strange and is driving me crazy. arm_mat_inverse_f32 returns...