Skip to content
Snippets Groups Projects

Fix schedule gen to panic only if non-root array types/constants are used

Merged Aaron Councilman requested to merge codegen-used-types into main

My solution is to change the lists of schedule types and constants to be lists of options, and then in the conversion functions we produce None for types/constants with non-root arrays. This means we don't actually have to determine all of the used types/constants ahead of time and we can just panic when we try to use an invalid type or constant.

With this fix, Juno matmul can build and run.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading