Slawomir Ptak
Slawomir Ptak
> > A refactor of range rounding utility functions, so they can be shared between a handler and a queue > > This can/should go to a separate NFC PR....
Switching to draft for now, to split into smaller PRs. Thank you all for review.
@aelovikov-intel @lbushi25 Please see, if this kind of change could solve the shared_ptr unnecessary copies (for the device in this case). Thanks.
> I think a better change would be to make platform/device use raw pointers instead of `std::shared_ptr` for their impls. That should come together with `detail::ObjBase` like in @KseniyaTikhomirova 's...