Conversation
Also remove explicit specialization in std::min, quotient_ceil calls where both arguments have the same type so that type deduction works.
The map_back operation is a no-op then.
|
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
|
Array API standard conformance tests for dpctl=0.19.0dev0=py310h93fe807_442 ran successfully. |
ndgrigorian
left a comment
There was a problem hiding this comment.
Aside from that small nit LGTM!
|
@oleksandr-pavlyk |
Use bracketed if statement Co-authored-by: ndgrigorian <46709016+ndgrigorian@users.noreply.github.com>
1d6f4f7 to
4847101
Compare
ndgrigorian
left a comment
There was a problem hiding this comment.
Pre-commit fixed again, so I will approve, and hopefully it won't be too hasty this time :)
|
Array API standard conformance tests for dpctl=0.19.0dev0=py310h93fe807_450 ran successfully. |
|
Array API standard conformance tests for dpctl=0.19.0dev0=py310h93fe807_452 ran successfully. |
Use forwarding references to avoid copies of comparator cpp-function, and of iterator.
Also avoid invoking
map_backkernel inargsortwhen arg-sorting 1d array, i.e. wheniter_nelems == 1.