"vscode:/vscode.git/clone" did not exist on "992666e69285305914a291c2d01acbe879c3a2d0"
  1. 28 Aug, 2023 1 commit
  2. 24 Aug, 2023 1 commit
  3. 23 Aug, 2023 1 commit
  4. 22 Aug, 2023 3 commits
  5. 21 Aug, 2023 1 commit
  6. 18 Aug, 2023 2 commits
  7. 17 Aug, 2023 1 commit
  8. 16 Aug, 2023 1 commit
  9. 15 Aug, 2023 1 commit
  10. 14 Aug, 2023 3 commits
  11. 13 Aug, 2023 1 commit
  12. 12 Aug, 2023 3 commits
  13. 11 Aug, 2023 5 commits
  14. 10 Aug, 2023 2 commits
  15. 09 Aug, 2023 3 commits
  16. 08 Aug, 2023 2 commits
  17. 07 Aug, 2023 2 commits
  18. 06 Aug, 2023 2 commits
  19. 04 Aug, 2023 2 commits
  20. 03 Aug, 2023 2 commits
  21. 31 Jul, 2023 1 commit
    • Lakhinder Walia's avatar
      Lw/fix half shape (#2000) · e4dc75ea
      Lakhinder Walia authored
      * Use shape of Instruction (instead of a default) in add_return()
      
      * Instruction validation fix: not to use a default shape value for comparison
      
      * Fix instruction::replace() to recompute shape for "@return"
      
      * handle the case of missing shape in an Instruction related Test
      
      * use compute_shape() to get op shapes + test case for tuple_type
      
      * add test case shape_test/return_shape_tuple
      
      * Add test for @return to check for half type
      
      * Move @return unit-tests around..; Address review comments
      
      * Broken comparison fix: comparison to a (default) shape of tuple_type
      
      * Test cases: (add) return_shape_empty & (modify) return_shape_tuple
      
      * modify the assert() statement
      e4dc75ea