We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I experimented on this a while ago but haven't done work on it since.
https://github.com/alanlujan91/HARK/blob/6fd7796402bac8527860d9bb57f151b29a5e059d/HARK/interpolation/jaxinterp.py
Also trying to overhaul HARK's interpolation infrastructure. A different route I went to use GPU was using cupy as seen in this PR econ-ark/HARK#1203
I am writing a flexible multilinear interpolator that can use different targets depending on user's hardware: cpu serial, cpu parallel, and gpu https://github.com/alanlujan91/HARK/blob/6fd7796402bac8527860d9bb57f151b29a5e059d/HARK/interpolation/jaxinterp.py
would be happy to collaborate
The text was updated successfully, but these errors were encountered:
some of my own benchmarks
Sorry, something went wrong.
Thanks @alanlujan91. Can you please show a small example to use your API so that we can include and benchmark your implementation using: https://gist.github.com/HumphreyYang/f524bfeb21f038d701f4d2b9a7fbb8e6?
No branches or pull requests
I experimented on this a while ago but haven't done work on it since.
https://github.com/alanlujan91/HARK/blob/6fd7796402bac8527860d9bb57f151b29a5e059d/HARK/interpolation/jaxinterp.py
Also trying to overhaul HARK's interpolation infrastructure. A different route I went to use GPU was using cupy as seen in this PR econ-ark/HARK#1203
I am writing a flexible multilinear interpolator that can use different targets depending on user's hardware: cpu serial, cpu parallel, and gpu https://github.com/alanlujan91/HARK/blob/6fd7796402bac8527860d9bb57f151b29a5e059d/HARK/interpolation/jaxinterp.py
would be happy to collaborate
The text was updated successfully, but these errors were encountered: