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
The Python user interface provides options for GPU-based acceleration. Specifically: if the Python interface detects a CuPy array as input, it would automatically call the respective OpenACC/Cuda kernels provided by https://github.com/earth-system-radiation/rte-rrtmgp-cuda-kernels). Supporting Cuda functions is an incremental process where we start by exposing a single Cuda function to start with, and then add more functions as time permits.
The text was updated successfully, but these errors were encountered:
The Python user interface provides options for GPU-based acceleration. Specifically: if the Python interface detects a CuPy array as input, it would automatically call the respective OpenACC/Cuda kernels provided by https://github.com/earth-system-radiation/rte-rrtmgp-cuda-kernels). Supporting Cuda functions is an incremental process where we start by exposing a single Cuda function to start with, and then add more functions as time permits.
The text was updated successfully, but these errors were encountered: