Hi,
Is there any benchmark for Matrix Multiplication on MIC? If yes, please share a link with me.
Also I am experiencing a much wired phenomena in my application.
I am trying to develop a O(n^3) matrix multiplication like application.
Let I have a function A. and I am only interested in timing of function A. Function A takes input from a routine which preprocesses the input for A. However, whatever value is supplied to functionA, it always does O(n^3) operations.
