inducer / pyopencl

OpenCL integration for Python, plus shiny features
http://mathema.tician.de/software/pyopencl
Other
1.05k stars 240 forks source link

Fix `nan` handling in `min`/`max`/`minimum`/`maximum` #584

Closed majosm closed 2 years ago

majosm commented 2 years ago

Closes #583.

To-do:

inducer commented 2 years ago

Thanks for putting this together! This is a bit hokey, but it ought to do the trick. Take a look, and if this looks good to you, then we can go ahead and merge this.

inducer commented 2 years ago

OK, next attempt. :)

inducer commented 2 years ago

Thanks! In it goes.