You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The netlib html documentation typically includes a call graph and caller graph. Some BLAS routines including axpy, copy and gemm only have the call graph, but lack the caller graph. Here is a screenshot of what is shown for gemm right now:
As you can see, the routines that call gemm are not arranged into a caller graph. For other routines such as trmm both graphs are shown
The text was updated successfully, but these errors were encountered:
The netlib html documentation typically includes a call graph and caller graph. Some BLAS routines including
axpy
,copy
andgemm
only have the call graph, but lack the caller graph. Here is a screenshot of what is shown forgemm
right now:As you can see, the routines that call
gemm
are not arranged into a caller graph. For other routines such astrmm
both graphs are shownThe text was updated successfully, but these errors were encountered: