26 lines
470 B
Markdown
26 lines
470 B
Markdown
## Description
|
|
|
|
<!-- Brief description of the changes -->
|
|
|
|
## Module
|
|
|
|
<!-- Which module does this PR affect? e.g. LLM, CPU, Metal, CUDA, OpenCL, Core, Infra -->
|
|
|
|
## Type
|
|
|
|
- [ ] Feature
|
|
- [ ] Bugfix
|
|
- [ ] Perf
|
|
- [ ] Refact
|
|
- [ ] Style
|
|
- [ ] Doc
|
|
- [ ] Test
|
|
- [ ] Chore
|
|
|
|
## Checklist
|
|
|
|
- [ ] Commit message follows `[Module:Type] Description` format
|
|
- [ ] Code compiles without errors
|
|
- [ ] Tested on relevant platform(s)
|
|
- [ ] No unrelated format or style changes included
|