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
23
23
[ OpenCL] ( https://www.khronos.org/opencl/ ) and
24
24
[ oneAPI Level Zero] ( https://spec.oneapi.io/level-zero/latest/index.html )
25
25
devices 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.
27
27
28
28
The offload functionality in numba-dpex is based on Numba's ` parfor `
29
29
loop-parallelizer. Our compiler extends Numba's ` parfor ` feature to generate
30
30
kernels and offload them to devices supported by DPC++ SYCL compiler runtime.
31
31
The 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.
34
35
35
36
Refer the [ documentation] ( https://intelpython.github.io/numba-dpex ) and examples
36
37
to learn more.
You can’t perform that action at this time.
0 commit comments