Skip to content

Commit

Permalink
Address review feedback
Browse files Browse the repository at this point in the history
1. Validate sizes of output arrays (if provided)

2. Remove n_edges parameter, since it can be inferred
   from the output arrays (if provided)

3. Express the idea that the raw pointers interface
   currently lets users provide either out,
   (out_src and out_dst), or (out, out_src, and out_dst).
   Make users pass in the mdspan in a way that
   prevents run-time errors as early as possible.
  • Loading branch information
mhoemmen committed Sep 23, 2022
1 parent fe9a454 commit 8d39780
Show file tree
Hide file tree
Showing 2 changed files with 313 additions and 62 deletions.
Loading

0 comments on commit 8d39780

Please sign in to comment.