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
I think we should add labels to all our parallel calls and also add regions for top level calls.
Consider our unit tests, right now simple kernel timer will print this:
I think we should add labels to all our parallel calls and also add regions for top level calls.
Consider our unit tests, right now simple kernel timer will print this:
Then another 820 lines of mangled CType names and then this:
What I propose is the following:
Mark Kernels with something like
For example (there is no subfunction for gemm):
Also we should mark regions and those should add the info whether its a TPL call, ETI call or noETI call:
Any thoughts?
The text was updated successfully, but these errors were encountered: