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 believe that the issue might stem from coll/ucc assuming that there will be a prior value/implementation present in comm->c_coll->coll_<primitive>, and errors out if one is not found.
I had also stumbled upon this question at some point and had more-or-less concluded that there are cases where a previous value won't be present -- Is this accurate? Or does the design say that there should always exist a previous value (eg. coll/base's?)?