Uh oh!
There was an error while loading. Please reload this page.
Improves performance of search reductions for small numbers of elements - #1464
Conversation
View rendered docs @ https://intelpython.github.io/dpctl/pulls/1464/index.html |
Array API standard conformance tests for dpctl=0.15.1dev0=py310ha25a700_79 ran successfully. |
constexpr branch logic accounted for floating point types but not sycl::half, which meant NaNs were not propagating for float16 data
Uh oh!
There was an error while loading. Please reload this page.
Array API standard conformance tests for dpctl=0.15.1dev0=py310ha25a700_81 ran successfully. |
acd93ae to
119d43dCompare
oleksandr-pavlyk
left a comment
There was a problem hiding this comment.
Looks great @ndgrigorian , thank you!
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
Array API standard conformance tests for dpctl=0.15.1dev0=py310ha25a700_83 ran successfully. |
This pull request adds
SequentialSearchReductionfunctor to improveargmaxandargminfor small arrays.