You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can the map function be overloaded with a kernel from a language like numba? It seems that function composition is a more general form of broadcasting and map.
Also, can kernels be selected based on other host type systems besides ndtypes? @sklam talked about translation, but it seems like 484, protocols etc have more granularity than ndypes, so you'd be losing data.
Otherwise we have yet another array type system in python, when there is some talk on standardizing on mypy stuff: python/typing#516