Skip to content
Snippets Groups Projects
  1. Aug 24, 2019
  2. Jul 09, 2019
  3. May 11, 2019
  4. Mar 28, 2019
  5. Mar 10, 2019
  6. Jan 26, 2019
  7. Sep 19, 2018
  8. Jul 31, 2018
  9. Jul 30, 2018
  10. Jul 17, 2018
  11. May 27, 2018
  12. Apr 25, 2018
  13. Apr 17, 2018
  14. Mar 16, 2018
  15. Mar 06, 2018
  16. Mar 03, 2018
  17. Jun 16, 2017
  18. Jun 13, 2017
    • Sven Verdoolaege's avatar
      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
  19. Jun 02, 2017
    • Sven Verdoolaege's avatar
      distribute both versions of interface/isl.py.top · 36547a6d
      Sven Verdoolaege authored
      
      This was missing from f24cadb2 (introduce special version of isl.py.top
      for use with pet, Tue Dec 8 15:58:18 2015 +0100).
      Since a distribution always contains the pet submodule,
      only packaging the pet version of interface/isl.py.top
      should be fairly harmless, but it does result in an error message
      about the missing file and it may break if the user decides
      not to use the pet submodule.
      
      Signed-off-by: default avatarSven Verdoolaege <sven.verdoolaege@gmail.com>
      36547a6d
    • Sven Verdoolaege's avatar
      AX_SUBMODULE: only check submodule status in git repository · 3f17e4d8
      Sven Verdoolaege authored
      
      Commit 5bd2d70c (AX_SUBMODULE: allow .git file in submodule,
      Wed Dec 4 16:03:53 2013 +0100) changed the way an initialized
      submodule is detected, but it did so in a way that can only
      be applied when the toplevel is a git repository.
      Applied it outside a git repository does not affect the outcome,
      but it does result in the error message
      "fatal: Not a git repository (or any of the parent directories): .git".
      Only perform this check after checking that the toplevel is a git repository.
      
      Signed-off-by: default avatarSven Verdoolaege <sven.verdoolaege@gmail.com>
      3f17e4d8
  20. May 04, 2017
Loading