Skip to content

Conditional schedules

Aaron Councilman requested to merge conditional-schedules into main
  • Add if statements to the scheduling language.
  • Add a feature(...) function that can be used to test for whether a feature is enabled
    • For this to work, the scheduler needs to be run from a Cargo build script since it relies on testing environment variables (as described here).
  • Modified matmul to use a single schedule testing for the "cuda" feature

Merge request reports

Loading