Add a "generic" option for (distributed) gemm
Compare changes
Exceptional GitLab maintenance is scheduled for June 24, 2025. The service will be unavailable between 8:00 am and 9:30 am. Please do not work on the platform until an announcement indicates that maintenance is complete.
The summa gemm is more efficient than the original generic gemm and is enabled by default. Though, it might be interesting to have the option to easily switch to the original generic one (chameleon_dtesting -o gemm --generic). @AntJego implemented it and proposes to share it into the master.