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
{{ message }}
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.
HPAT/numba will compile any python function to native as long as it uses features supported by numba/hpat.
Notice that HPAT auto-distributes data-frames. Getting this feature right for arbitrary functions is of course additional work since you have to tell HPAT how to operate in a distributed setup.
We'd be happy to help if you'd like to try.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As far as I understand, much of
pandas
is explicitly supported. Does it mean that other Intel goodies are not supported out of the box? I mean these.Does it matter if I manually add
@hpat.jit
to those functions? (Though if it were that easy, you probably would have done already…)FWIW, the econ crowd would love it if
binscatter
got magically faster. (Though the Python implementation is lagging behind the Stata/R reboot by now.)The text was updated successfully, but these errors were encountered: