Skip to content

Commit 12ad420

Browse files
committed
add TODO
1 parent ef833f3 commit 12ad420

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dpnp/fft/dpnp_utils_fft.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ def _fft(a, norm, is_forward, hev_list, dev_list, axes=None):
9292
dsc.number_of_transforms = numpy.prod(a.shape[0])
9393
dsc.commit(a.sycl_queue)
9494

95+
# TODO: replace with dpnp.empty_like when its bug is fixed
96+
# and it returns arrays with the same stride as input array
9597
res = dpt.usm_ndarray(
9698
a.shape,
9799
dtype=a.dtype,

0 commit comments

Comments
 (0)