Simple README.md for a Python project template. The following tree shows the important permanent files. Run make tree to update. ├── src │ └── hip_controller │ ├── __init__.py │ ├── __main__.py │ ├── ...
CGBridge is a novel framework designed to enhance the code understanding capabilities of Large Language Models (LLMs) by integrating rich structural information from code graphs. Our approach follows ...