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
Currently SquareMatrix is using std::vector<std::vector> to store the data. This is not considered as optimal solution and needs to be optimized. This issue is very visible when using FULL BSDF quad layer on ubuntu compiler where most of the time is spent in matrices multiplications.
The text was updated successfully, but these errors were encountered:
Currently SquareMatrix is using std::vector<std::vector> to store the data. This is not considered as optimal solution and needs to be optimized. This issue is very visible when using FULL BSDF quad layer on ubuntu compiler where most of the time is spent in matrices multiplications.
The text was updated successfully, but these errors were encountered: