Scheduling and codegen args are not consistently handled separately
Open
cleanup
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
Scheduling and codegen args are both only used by the codegen family of programs. This means that some users (including internally) bundle them all together. This can cause problems when one only wants to examine one or the other in isolation. Some better way of organizing this should be created.
Contributor guide
Assessment
This issue has not been assessed yet.