Skip to content
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

Closed
mndevec opened this issue Sep 5, 2017 · 4 comments
Closed

Comments

@mndevec
Copy link
Contributor

mndevec commented Sep 5, 2017

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.

@mndevec mndevec self-assigned this Sep 5, 2017
mndevec added a commit to mndevec/kokkos-kernels that referenced this issue Sep 12, 2017
…mpilation where single type is allowed for each data type. Fix to issue kokkos#74 and kokkos#64
@srajama1
Copy link
Contributor

Came from #64 - Are you saying XL compilation time went from 5 hrs to 8 mins before splitting SGS and SpGEMM tests ?

@crtrott
Copy link
Member

crtrott commented Sep 18, 2017

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.

@mndevec
Copy link
Contributor Author

mndevec commented Sep 18, 2017

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.

@srajama1
Copy link
Contributor

5 hrs -> 15 mins still sounds good :)

@mndevec mndevec changed the title ETI SpGEMM and and Gauss Seidel and take it out of Experimental namespace ETI SpGEMM and Gauss Seidel and take it out of Experimental namespace Sep 20, 2017
kyungjoo-kim pushed a commit that referenced this issue Dec 11, 2017
…mpilation where single type is allowed for each data type. Fix to issue #74 and #64
@crtrott crtrott closed this as completed Dec 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants