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
Some of the kernels in KokkosBlas have labels (e.g. "KokkosBlas::update<0,b,c>") but some do not (e.g. the stuff in V_MultFunctor), leaving downstream developers stuck with staring at the mangled names and guessing.
Can somebody do a pass over the KokkosBlas and ensure that these commonly use functions have kernel labels? Thanks!
The text was updated successfully, but these errors were encountered:
Some of the kernels in KokkosBlas have labels (e.g. "KokkosBlas::update<0,b,c>") but some do not (e.g. the stuff in V_MultFunctor), leaving downstream developers stuck with staring at the mangled names and guessing.
Can somebody do a pass over the KokkosBlas and ensure that these commonly use functions have kernel labels? Thanks!
The text was updated successfully, but these errors were encountered: