Thanks to visit codestin.com
Credit goes to github.com

Skip to content

yushangdi/compiler_explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4-tab bidirectional provenance tracking highlighter

Steps to run

  1. Clone the repository
git clone [email protected]:yushangdi/compiler_explorer.git
  1. Install the required dependencies
pip install -r requirements.txt
  1. Start the web browser for the highlighter tool
python app.py

Click on the link triggered in your console to start the web page, e.g.

* Running on http://127.0.0.1:5000

  1. Load your corresponding pre_grad_graph.txt, post_grad_graph.txt, inductor_python_output_code.txt, inductor_aot_code.txt from tlparse result.

Currently, also one mapping.json artifact inductor_triton_kernel_to_post_grad_nodes.json is required. [will be consolidated into tlparse result soon.]

  1. Some example inputs to try are in tl_out/ folder.

You can load them by putting tl_out/inductor_pre_grad_graph_2.txt tl_out/inductor_post_grad_graph_6.txt, tl_out/inductor_python_wrapper_code.txt, tl_out/inductor_aot_cpp_output_code.txt in the URL boxes.

Example screenshot:

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 51.7%
  • Python 48.3%