Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ uv run ruff format gpu_test/
- Use `clang-format` (config in `.clang-format`)
- Run `check-clang-tidy` after C++ changes; do not apply fixes automatically

## Commit and PR Titles

- Use Conventional Commits format for every commit message and PR title: `<type>(<scope>): <description>` (the scope is optional)
- Prefer the established subsystem scopes, such as `translate`, `dialect`, `conversion`, `pipeline`, and `runner`

## Agent Instructions

- Use context7 MCP for MLIR API documentation: query with `/websites/mlir_llvm` for MLIR dialects, operations, types, and conversion patterns
Loading