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
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?
The text was updated successfully, but these errors were encountered:
szarnyasg
changed the title
Recent algorithms on triangle counting
Recent algorithms for triangle counting
Oct 18, 2019
I have ported algorithms from GBTL to C API an number of times and it is
relatively straightforward. I have a task on my backlog to do this for
LAGraph. Just need to find time.
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?
The text was updated successfully, but these errors were encountered: