DPEP icon indicating copy to clipboard operation
DPEP copied to clipboard

Data Parallel Extensions for Python*

Results 4 DPEP issues
Sort by recently updated
recently updated
newest added

Host device is not mandated by SYCL 2020 spec. Support for host device has been removed in DPC++ 2023, and has been removed from `dpctl` in https://github.com/IntelPython/dpctl/pull/1028 Example for device...

I have tried with the following environment variables: ``` keys = [ "OMP_NUM_THREADS", "MKL_NUM_THREADS", "NUMEXPR_NUM_THREADS", "OPENBLAS_NUM_THREADS", "VECLIB_MAXIMUM_THREADS", ] for key in keys: my_env[key] = str(num_procs) os.environ[key] = str(num_procs) ``` but...

Delete To Do section Signed: Stefana Raileanu