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

Add Dataflow Graph Analysis Module #2

Closed
jwang323 opened this issue Mar 29, 2015 · 2 comments
Closed

Add Dataflow Graph Analysis Module #2

jwang323 opened this issue Mar 29, 2015 · 2 comments

Comments

@jwang323
Copy link
Contributor

From gregory....@gatech.edu on June 22, 2009 15:52:25

Describe the New Feature: 1. A dataflow graph is an augmented control flow graph where the live
registers going into and out of each block are annotated in the cfg.

  1. Create a separate DFG class where each block is augmented with a list
    of live registers in and a list of live registers out. Which milestone does the feature belong to? 0.5.0 Which branch does the new feature go in? Trunk

Original issue: http://code.google.com/p/gpuocelot/issues/detail?id=2

@jwang323
Copy link
Contributor Author

From gregory....@gatech.edu on June 22, 2009 12:56:06

Labels: Milestone-Release0.5

@jwang323
Copy link
Contributor Author

From gregory....@gatech.edu on June 25, 2009 16:02:57

DataflowGraph class added to PTX. This takes a CFG as an input and builds the live
in and live out register sets of each basic block. Verified by hand. The
application DFG builds a graph viz representation of each kernel's dataflow graph.

Status: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant