dpnp icon indicating copy to clipboard operation
dpnp copied to clipboard

Median 1d via sycl kernel

Open AlexanderKalistratov opened this issue 6 months ago • 3 comments

Draft PR for median implementation.

  • sycl kernels added, but cleanup is needed
  • kernels are not used in python yet
  • tests need to be added
  • [ ] Have you provided a meaningful PR description?
  • [ ] Have you added a test, reproducer or referred to an issue with a reproducer?
  • [ ] Have you tested your changes locally for CPU and GPU devices?
  • [ ] Have you made sure that new changes do not introduce compiler warnings?
  • [ ] Have you checked performance impact of proposed changes?
  • [ ] Have you added documentation for your changes, if necessary?
  • [ ] Have you added your changes to the changelog?

AlexanderKalistratov avatar Apr 15 '25 14:04 AlexanderKalistratov