-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ETI SpGEMM and Gauss Seidel and take it out of Experimental namespace #74
Comments
Came from #64 - Are you saying XL compilation time went from 5 hrs to 8 mins before splitting SGS and SpGEMM tests ? |
Not quite, 8mins is the actual unit test you have to count the ETI for those function as well. But we did go from 5 hrs to about 15 mins. |
Sorry, see my reply to #64. 8 min is on my workstation, not with XL compilers. The experiment was to see whether splitting test files improves the compile time of ETI'ed kernels. It looks like it does not. |
5 hrs -> 15 mins still sounds good :) |
XL compiler is already having issues: #64
ETI will be necessary to reduce the compile time.
Also, SpGEMM class includes all features for triangle counting as well as multi-coloring spgemm methods. Separate those for reducing the compile time.
The text was updated successfully, but these errors were encountered: