samaid
samaid
Need to change the project name for alignment with other oneAPI extensions. 1. Position SDC as Numba extension for dataframes in all documents 2. Rename project and package to Numba-dataframesex
Project description cleanup for consistency with other oneAPI projects
Present [license](https://github.com/IntelPython/sdc/blob/master/LICENSE.md) file does not look right. Need to change it to the correct one
Currently dtype must be specified explicitly: b = ndpx.local.array(ls, dtype=a.dtype) c = ndpx.private.array(ls, dtype=a.dtype) For consistency with dpnp need to support the case b = ndpx.local.array(ls) c = ndpx.private.array(ls)
I have a kernel doing polynomial interpolation of a cubic spline. I want spline coefficients to be a global "constant" COEFFICIENTS, which are read-only in dpnp array. Instead of passing...
Examples are very useful to comprehend a concept of running `mkl_random` using multiprocessing. However, writing a multi-processing orchestration code is labor intensive and error prone. I am suggesting to design...
For project description please use Intro text I suggested for README.MD. Remove everything else from there, and instead provide the link to github.io documentation
For people reading dpctl documentation we need to make a clear distinction of target usages and respective audience. We have two primary audiences: 1. Researchers who want to use dpctl...
1. I am not sure these instructions are still valid. At least those seem complicated. Need someone to go through instructions and checked if those are still valid. 2. Make...