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

[Graph] [Benchmark]: Floyd Warshall Lowering pass with C++ interface and end to end example, along with benchmarking support #22

Merged
merged 6 commits into from
Mar 28, 2023

Conversation

amanchhaparia
Copy link
Collaborator

@amanchhaparia amanchhaparia commented Oct 31, 2022

This PR intends to add the Lowering pass for the Floyd Warshall Algorithm, along with benchmark support for Lemon, Boost etc.

TODO:

  1. Better interface for Lowering pass for different Graph types.
  2. Test the behaviour for the unreachable nodes, usually unreachable nodes are represented by INT_MAX. While addition can cause memory overflow.
  3. Currently the external libraries needs to be installed in the system before benchmarking. So header-only library support with their source code needs to be added.

@amanchhaparia amanchhaparia changed the title [Graph]: Floyd Warshall Lowering pass with C++ interface and end to end example [Graph] [Benchmark]: Floyd Warshall Lowering pass with C++ interface and end to end example, along with benchmarking support Nov 3, 2022
@amanchhaparia amanchhaparia marked this pull request as ready for review March 28, 2023 06:01
@meshtag meshtag merged commit f70e427 into meshtag:testing Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants