Replies: 1 comment
|
Not pursing this as of now |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Soon we are going to move all rate constant calculations into open atmos. For example, this rate constant calculation of Arrhenius reactions: https://github.com/NCAR/micm/blob/615cf5cec1dcfbfb5383d02a68f5d570964ac0fe/include/micm/process/arrhenius_rate_constant.hpp#L84-L88
Functions on a class cannot be used on GPU devices. And, functions that need to run on GPU devices typically need a
__device__attribute. However, this video claims that making a function constexpr allows it to be compiled for the GPU and also be useable on the CPU.All reactions