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
I'm working on swapping out the burner calls in react_state to use the CUDA-accelerated integration in the cudadevice branch of Microphysics.
Because the reaction integrator calls the eos, it must be a device subroutine, so I'm also replacing all the eos calls in MAESTRO to call the CUDA interface to the eos.
The text was updated successfully, but these errors were encountered:
I'm working on swapping out the burner calls in
react_state
to use the CUDA-accelerated integration in the cudadevice branch of Microphysics.Because the reaction integrator calls the eos, it must be a device subroutine, so I'm also replacing all the eos calls in MAESTRO to call the CUDA interface to the eos.
The text was updated successfully, but these errors were encountered: