inducer / loopy

A code generator for array-based code on CPUs and GPUs
http://mathema.tician.de/software/loopy
MIT License
580 stars 70 forks source link

Add scalar minimum/maximum to function mapper #795

Closed nicknytko closed 1 year ago

nicknytko commented 1 year ago

Following the discussion in #794, adds minimum and maximum as scalar callables to map_call in the function to primitive mapper.

inducer commented 1 year ago

Thanks!