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
Transitioning to GPU platforms for large-scale simulations has made SIMD vectorization unnecessary. PSPLINE routines are now serial, and routines called from korc_ppusher must be made serial. This also alleviates the issue of constantly allocating small vector arrays.
The text was updated successfully, but these errors were encountered:
Transitioning to GPU platforms for large-scale simulations has made SIMD vectorization unnecessary. PSPLINE routines are now serial, and routines called from korc_ppusher must be made serial. This also alleviates the issue of constantly allocating small vector arrays.
The text was updated successfully, but these errors were encountered: