Reazul Hoque

Results 6 comments of Reazul Hoque

One possible reason is we are not adding the function template to the typing context of CPU target. DPPY has only one target that represents the dppy device. In case...

For this task, the first step is to support `@vectorize` using the dppy pipeline. #289 addresses this.

@akharche The PR seems merged. Were we skipping the test for level0? Please specify the test and the commnad to replicate the error.

For writing device functions we provide decorator `@dppy.func`. We should be able to call a `@dppy.func`: - [x] `@dppy.func` - [x] `@dppy.kernel` - [ ] `@vectorize`

@oleksandr-pavlyk [SYCL_PI_TRACE.txt](https://github.com/IntelPython/dpnp/files/6535103/SYCL_PI_TRACE.txt)

If we change the SYCL filter string from `opencl:gpu:0` to `level_zero:gpu:0` this error goes away. I suspect the following with `opencl:gpu:0`: 1. During allocation of the array the `opencl:gpu:0` queue...