• the problem in matrix multiplying
    I define 3 matrix for multiplying,A, B, C. one of that is for the answer! I do it but I have a problem in output. I want to get output in array mode to display in glcd but I don't know how I must do it...
  • the problem in matrix multiplying
    I define 3 matrix for multiplying,A, B, C. one of that is for the answer! I do it but I have a problem in output. I want to get output in array mode to display in glcd but I don't know how I must do it...
  • 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...
  • simd neon matrix multiplication works worse than simple
    Hi, here is my case: I make the game and go to optimize the mathematical calculations, I have been long and hard (with interruptions) writing math on neon (.s extension files). And in the end I got it...