1. 13 Jan, 2020 1 commit
    • Dmitry Kurtaev's avatar
      Disable some tests for Myriad target of nGraph · 8f1e36f7
      Dmitry Kurtaev authored
      Add lightweight IE hardware targets checks
      
      nGraph: Concat with paddings
      
      Enable more nGraph tests
      
      Restore FP32->FP16 for GPU plugin of IE
      
      try to fix buildbot
      
      Use lightweight IE targets check only starts from R4
      8f1e36f7
  2. 20 Dec, 2019 1 commit
  3. 19 Dec, 2019 11 commits
  4. 18 Dec, 2019 7 commits
  5. 17 Dec, 2019 1 commit
  6. 16 Dec, 2019 1 commit
  7. 15 Dec, 2019 2 commits
  8. 14 Dec, 2019 2 commits
  9. 13 Dec, 2019 9 commits
  10. 12 Dec, 2019 2 commits
    • RAJKIRAN NATARAJAN's avatar
      Merge pull request #15966 from saskatchewancatch:issue-15760 · e6ce752d
      RAJKIRAN NATARAJAN authored
      Add checks for empty operands in Matrix expressions that don't check properly
      
      * Starting to add checks for empty operands in Matrix expressions that
      don't check properly.
      
      * Adding checks and delcarations for checker functions
      
      * Fix signatures and add checks for each class of Matrix Expr operation
      
      * Make it catch the right exception
      
      * Don't expose helper functions to public API
      e6ce752d
    • Paul Murphy's avatar
      Merge pull request #16138 from pmur:reg_16137 · 1c4a64f0
      Paul Murphy authored
      * imgproc: Prevent 1B overrun of 8C3 SIMD optimization
      
      The fourth value read via v_load_q is essentially ignored,
      but can cause trouble if it happens to cross page boundaries.
      
      The final few iterations may attempt to read the most extreme
      elements of S, which will read 1B beyond the array in most
      aligment cases. Dynamically compute the stop. This could be
      hoised from the loop, but will require a more extensive change.
      
      Likewise, cleanup the iteration increment statements to make
      it more obvious they do channel count (3) elements per pass.
      
      This should resolve #16137
      
      * imgproc(resize): extra check
      1c4a64f0
  11. 11 Dec, 2019 3 commits