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
P3 Small Kernels has 56 temporary variables used inside p3_main(). We should investigate if some of the temporaries can alias others instead of 56 distinct memory allocations. List of variables in P3Temporaies struct:
P3 Small Kernels has 56 temporary variables used inside
p3_main()
. We should investigate if some of the temporaries can alias others instead of 56 distinct memory allocations. List of variables inP3Temporaies
struct:scream/components/eamxx/src/physics/p3/p3_functions.hpp
Line 250 in e65666f
The text was updated successfully, but these errors were encountered: