File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,15 @@ code-generation for the kernel API currently supports
2323[ OpenCL] ( https://www.khronos.org/opencl/ ) and
2424[ oneAPI Level Zero] ( https://spec.oneapi.io/level-zero/latest/index.html )
2525devices that are supported by Intel® ; DPC++ SYCL compiler runtime. Supported
26- devices include Intel® CPUs, integrated GPUs and discrete GPUs.
26+ devices include Intel® ; CPUs, integrated GPUs and discrete GPUs.
2727
2828The offload functionality in numba-dpex is based on Numba's ` parfor `
2929loop-parallelizer. Our compiler extends Numba's ` parfor ` feature to generate
3030kernels and offload them to devices supported by DPC++ SYCL compiler runtime.
3131The offload functionality is supported via a new NumPy drop-in replacement
32- library: [ dpnp] ( https://github.com/IntelPython/dpnp ) and NumPy-based expressions
33- and ` numba.prange ` loops are not offloaded.
32+ library: [ dpnp] ( https://github.com/IntelPython/dpnp ) . Note that ` dpnp ` and NumPy-based
33+ expressions can be used together in the same function, with ` dpnp ` expressions getting
34+ offloaded by ` numba-dpex ` and NumPy expressions getting parallelized by Numba.
3435
3536Refer the [ documentation] ( https://intelpython.github.io/numba-dpex ) and examples
3637to learn more.
You can’t perform that action at this time.
0 commit comments