numba-dpex
numba-dpex copied to clipboard
Porting the random.py from sklearn-numba-dpex.
-
[X] Have you provided a meaningful PR description? sklearn-numba-dpex provides an implementation of random number generator functions using numba-dpex. The feature is analogous to similar functionality provided by numba.cuda. The PR ports the file from sklearn-numba-dpex to numba-dpex.
-
[ ] 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?
-
[X] If this PR is a work in progress, are you filing the PR as a draft? Tests need to be added.