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
and this is quite redundant. Let us, instead, have identify() functions, with variants depending on the information we have about these objects, within the detail_ namespace. We already have this, albeit imperfectly, on the driver-wrappers branch.
The text was updated successfully, but these errors were encountered:
* Now using "event handle", "stream handle" rather than "event id", "stream id" respectively.
* Implemented `detail_::identify()` variants for streams and events, and placed them together with the device identifier in `error.hpp`.
* Now using "event handle", "stream handle" rather than "event id", "stream id" respectively.
* Implemented `detail_::identify()` variants for streams and events, and placed them together with the device identifier in `error.hpp`.
* Now using "event handle", "stream handle" rather than "event id", "stream id" respectively.
* Implemented `detail_::identify()` variants for streams and events, and placed them together with the device identifier in `error.hpp`.
We currently do a lot of string generation of the form
and this is quite redundant. Let us, instead, have
identify()
functions, with variants depending on the information we have about these objects, within thedetail_
namespace. We already have this, albeit imperfectly, on the driver-wrappers branch.The text was updated successfully, but these errors were encountered: