Skip to content
  • Sven Verdoolaege's avatar
    02092c29
    iscc: drop support for applying "codegen" to a set · 02092c29
    Sven Verdoolaege authored
    
    
    The codegen operation prints an AST generated from a schedule,
    given either as a schedule tree or a (union) map.
    As a convenience, applying codegen to a set would result
    in codegen being applied to the identity mapping on the set.
    This seems to be causing confusion about the nature
    of the codegen operation.  Drop the magic such that users
    are aware that a schedule is needed to perform AST generation.
    They can still explicitly call the "identity" operation on a set
    if they really want the old behavior.
    
    Signed-off-by: default avatarSven Verdoolaege <sven.verdoolaege@gmail.com>
    02092c29
    iscc: drop support for applying "codegen" to a set
    Sven Verdoolaege authored
    
    
    The codegen operation prints an AST generated from a schedule,
    given either as a schedule tree or a (union) map.
    As a convenience, applying codegen to a set would result
    in codegen being applied to the identity mapping on the set.
    This seems to be causing confusion about the nature
    of the codegen operation.  Drop the magic such that users
    are aware that a schedule is needed to perform AST generation.
    They can still explicitly call the "identity" operation on a set
    if they really want the old behavior.
    
    Signed-off-by: default avatarSven Verdoolaege <sven.verdoolaege@gmail.com>
Loading