Displaying 1 result from an estimated 1 matches for "omxdgemm".
2015 Sep 09
0
Profiling function that contains both C++ and Fortran Code
...ot;
returns the same output
The problem is that it looks like "omxunsafedgemm_", the functions that
consumes the vast majority of the time, would be called directly from
the Main Thread. However, this is a low level Fortran function. It is
always called by a C++ function called "omxDGEMM". In this example
"omxDGEMM" is first called by "omxCallRamExpection" (so almost at the
bottom of the call tree). The total time of "omxDGEMM" is 0. Thus, the
profiling information is currently useless.
In the original version of the package "omxDGEMM&quo...