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

Recent algorithms for triangle counting #29

Open
szarnyasg opened this issue Oct 18, 2019 · 1 comment
Open

Recent algorithms for triangle counting #29

szarnyasg opened this issue Oct 18, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@szarnyasg
Copy link
Contributor

I've recently read the HPEC 2017 paper on triangle counting without matrix multiplication co-authored by @mcmillan03 and skimmed through the followup Correctness 2017 paper. I've found the GBTL implementation of the algorithms presented in the latter: https://github.com/cmu-sei/gbtl/blob/master/src/algorithms/triangle_count.hpp

It seems to me that these could be ported to SuiteSparse:GraphBLAS. Would it be an interesting line of work to port these algorithms? Can we make any predictions regarding the performance of these algorithms in SuiteSparse?

@szarnyasg szarnyasg changed the title Recent algorithms on triangle counting Recent algorithms for triangle counting Oct 18, 2019
@mcmillan03
Copy link
Member

mcmillan03 commented Oct 18, 2019 via email

@ScottKolo ScottKolo added the enhancement New feature or request label Nov 20, 2019
@szarnyasg szarnyasg self-assigned this Jun 22, 2020
@szarnyasg szarnyasg removed their assignment Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants