Diptorup Deb
Diptorup Deb
NumPy ufuncs have an attribute called [`nin`](https://numpy.org/doc/stable/reference/generated/numpy.ufunc.nin.html). `nin` returns the number of input arguments accepted by the ufunc. dpnp presently does not provide the attribute. The attribute is needed to...
The env scripts for oneDPL set an environment variable called `DPL_ROOT`. The `FindDPL` module in dpnp searches for an environment variable called `DPLROOT` that causes cmake to not locate a...
The dpex_k implementation for DBSCAN currently fails execution with a rather cryptic message stating: > "Datatypes of array passed to @numba_dpex.kernel has to be the same. Passed datatypes: "... The...
The helper function `runner.run_benchmarks` does not offer a way to run the benchmarks with an external set of framework configurations. I want to run dpbench in batch mode with a...
- [X] Have you provided a meaningful PR description? Adds support for numba 0.60 to numba-dpex. - [ ] Have you added a test, reproducer or referred to an issue...