-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Chemkin compatible interface #10
Comments
Hi, we're currently in the process of a rewrite to exploit SIMD/SIMT parallelism on both the CPU/GPU. We would welcome a pull request for a Chemkin wrapper for species production (and potentially even the Jacobian) but it is not a priority right now |
I will create a PR with the wrapper. |
Yes, we are specifically targeting: A) a 'deep' implementation in which the evaluation of the species rates / jacobian will be vectorized for a single state (e.g., evaluation of multiple species rates in vector form) and B) a 'wide' implementation, that vectorizes species rates / jacobian evaluation across multiple states (as you mention) This vectorized version will also be sparse (to improve factorization) and will target both the CPU and GPU |
@stgeke we are still working on this; if you are interested in updates on the project, please join the SLACKHA (larger project that includes pyJac) users' group: https://groups.io/g/slackha-users |
Would you consider to provide a Chemkin compatible routine to compute the species production rates.
The text was updated successfully, but these errors were encountered: