1. 09 Jan, 2020 1 commit
  2. 08 Jan, 2020 6 commits
  3. 07 Jan, 2020 9 commits
  4. 06 Jan, 2020 6 commits
  5. 03 Jan, 2020 1 commit
    • Pruthvi's avatar
      [MLIR] Affine lowering support for Comparison Ops (#3872) · 9a01762a
      Pruthvi authored
      * Affine lowering support for
          1) GreaterEq
          2) LessEq
          3) Equal
          4) NotEqual
      
      * - cast result op from i1 to i8 for comparision operators
      
      * Addressed PR comments
      
      * Style fix
      
      * - style check
      - use select instead of zero_extendi durinng CompOp lowering
      
      * - fix style
      - use createOneConstant and createZeroConstant helpers in select intrinsic
      
      * Use NG_U8_TYPE_ID for BooleanType in ngraph dialect
      
      * Diable CE and Softmax unit test in MLIR
      
      * - LIT parser test for comparision ops
      
      * - Affine dailect LIT tests for Comparision Ops
      
      * Address PR feedback
      
      * fix typo
      
      * - use `cast` to deduce element Type
      - add more strict type checking to LIT Test
      
      * fix CHECK label's for comparision ops
      
      * Use UInt8 in verification logic for CMP op's
      
      * - use UInt8 for the resultOp verification Logic in CMP op
      - fix unit test failures
      9a01762a
  6. 01 Jan, 2020 1 commit
  7. 23 Dec, 2019 1 commit
  8. 21 Dec, 2019 1 commit
  9. 20 Dec, 2019 3 commits
  10. 19 Dec, 2019 5 commits
  11. 18 Dec, 2019 4 commits
  12. 17 Dec, 2019 2 commits
    • mozga-intel's avatar
      Add stack fused op for pdpd use (#3965) · 38c3be4a
      mozga-intel authored
      * The stack operator support for a engine:
      1) Added the package of stack tests
      2) Added stack fused operator
      3) Modified cmake file to support stack operator
      
      * 1) Support for a v0 version
      
      * Stack.cpp file is modified
      1) Removed unused function
      
      * The stack.cpp file is modified:
      1) Empty line was removed: [line: 72]
      
      * Modification of test/backend/fused_op.in.cpp file
      1) [line 1340], fall back to the previous version of comment
      
      * Code refactoring:
      1) Comment message is different, adjusted to get much more details about stack operator
      2) Seralize.cpp file is adjusted to work with stack operator
      
      * Added:
      1)generated_adjoints has not implemented yet.
      2)int64_t -> size_t
      
      * The variable stored negative value was removed from the code
      
      * Source files: code-format check
      
      * Added included
      
      * fix error
      
      * set output type
      38c3be4a
    • Scott Cyphers's avatar
      Some type info cleanups/improvements (#4043) · 21613f88
      Scott Cyphers authored
      * Some type info cleanups/improvements
      
      * Missed change
      21613f88