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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The PR adds the implementation of dpnp.frexp and extends the framework to support a unary function with two output arrays, including new wrappers in ufunc pybind11 extension and new python class DPNPUnaryTwoOutputsFunc.
Have you provided a meaningful PR description?
Have you added a test, reproducer or referred to an issue with a reproducer?
Have you tested your changes locally for CPU and GPU devices?
Have you made sure that new changes do not introduce compiler warnings?
Have you checked performance impact of proposed changes?
Have you added documentation for your changes, if necessary?
The PR adds the implementation of
dpnp.frexpand extends the framework to support a unary function with two output arrays, including new wrappers inufuncpybind11 extension and new python classDPNPUnaryTwoOutputsFunc.