Skip to content

Commit

Permalink
sync with v1.1_cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Oct 30, 2023
1 parent 319ffcf commit da8745b
Show file tree
Hide file tree
Showing 5 changed files with 781 additions and 9 deletions.
15 changes: 15 additions & 0 deletions include/LAGraphX.h
Original file line number Diff line number Diff line change
Expand Up @@ -1109,4 +1109,19 @@ int LAGraph_Hdip_Fiedler // compute the Hdip_Fiedler
char *msg
);

//------------------------------------------------------------------------------
// for GPU development
//------------------------------------------------------------------------------

int LAGr_TriangleCount_GPU
(
// output:
uint64_t *ntriangles,
// input:
const LAGraph_Graph G,
LAGr_TriangleCount_Method *method,
LAGr_TriangleCount_Presort *presort,
char *msg
) ;

#endif
Loading

0 comments on commit da8745b

Please sign in to comment.