IntelPython / dpnp

Data Parallel Extension for NumPy
BSD 2-Clause "Simplified" License
97 stars 22 forks source link

Fix an issue with asynchronous execution in `dpnp.fft` module #2067

Closed vtavana closed 2 weeks ago

vtavana commented 2 weeks ago

In this PR, an issue regarding asynchronous execution of dpnp.fft module is resolved. In the process of padding the input arrays, dependent event list (dep_evs) was obtained before creating the new zero array which by itself add a new dependent event to dep_evs list. So, we need to get dep_evs after calling dpnp.zeros.

github-actions[bot] commented 2 weeks ago

View rendered docs @ https://intelpython.github.io/dpnp/index.html