1. 02 Dec, 2016 1 commit
  2. 29 Nov, 2016 2 commits
  3. 29 Sep, 2016 1 commit
  4. 23 Sep, 2016 1 commit
    • Tomoaki Teshima's avatar
      check FP16 build condition correctly · c7cb116d
      Tomoaki Teshima authored
        * use __GNUC_MINOR__ in correct place to check the version of GCC
        * check processor support of FP16 at run time
        * check compiler support of FP16 and pass correct compiler option
        * rely on ENABLE_AVX on gcc since AVX is generated when mf16c is passed
        * guard correctly using ifdef in case of various configuration
        * use v_float16x4 correctly by including the right header file
      c7cb116d
  5. 04 Sep, 2016 1 commit
    • Tomoaki Teshima's avatar
      use universal intrinsic for FP16 · 903789f7
      Tomoaki Teshima authored
        * use v_float16x4 (universal intrinsic) instead of raw SSE/NEON implementation
        * define v_load_f16/v_store_f16 since v_load can't be distinguished when short pointer passed
        * brush up implementation on old compiler (guard correctly)
        * add test for v_load_f16 and round trip conversion of v_float16x4
        * fix conversion error
      903789f7
  6. 24 Aug, 2016 1 commit
  7. 19 Aug, 2016 1 commit
  8. 09 Aug, 2016 1 commit
  9. 03 Aug, 2016 1 commit
    • Tomoaki Teshima's avatar
      brush up convertFp16 · 87ca607f
      Tomoaki Teshima authored
        * raise an error when wrong bit depth passed
        * raise an build error when wrong depth is specified for cvtScaleHalf_
        * remove unnecessary safe check in cvtScaleHalf_
        * use intrinsic instead of direct pointer access
        * update the explanation
      87ca607f
  10. 29 Jul, 2016 1 commit
  11. 20 Jul, 2016 1 commit
  12. 08 Jul, 2016 1 commit
  13. 08 Jun, 2016 1 commit
  14. 07 Jun, 2016 2 commits
  15. 06 Jun, 2016 1 commit
  16. 05 Jun, 2016 1 commit
  17. 21 May, 2016 1 commit
    • Tomoaki Teshima's avatar
      add feature to convert FP32(float) to FP16(half) · b2ad7cd9
      Tomoaki Teshima authored
        * check compiler support
        * check HW support before executing
        * add test doing round trip conversion from / to FP32
        * treat array correctly if size is not multiple of 4
        * add declaration to prevent warning
        * make it possible to enable fp16 on 32bit ARM
        * let the conversion possible on non-supported HW, too.
        * add test using both HW and SW implementation
      b2ad7cd9
  18. 25 Dec, 2015 1 commit
  19. 03 Dec, 2015 1 commit
    • Maksim Shabunin's avatar
      HAL: improvements · b4bcdd10
      Maksim Shabunin authored
      - added new functions from core module: split, merge, add, sub, mul, div, ...
      - added function replacement mechanism
      - added example of HAL replacement library
      b4bcdd10
  20. 22 Nov, 2015 1 commit
  21. 20 Oct, 2015 1 commit
  22. 25 Sep, 2015 1 commit
    • Pavel Vlasov's avatar
      IPP_VERSION_X100 was changed to: · 14b006e8
      Pavel Vlasov authored
      IPP_VERSION_MAJOR * 100 + IPP_VERSION_MINOR*10 + IPP_VERSION_UPDATE
      to manage changes between updates more easily.
      
      IPP_DISABLE_BLOCK was added to ease tracking of disabled IPP functions;
      14b006e8
  23. 24 Jun, 2015 2 commits
  24. 18 Jun, 2015 1 commit
    • Dmitry Budnikov's avatar
      ipp_countNonZero build fix; · a5a21019
      Dmitry Budnikov authored
      Removed IPP port for tiny arithm.cpp functions
      
      Additional warnings fix on various platforms.
      
      Build without OPENCL and GCC warnings fixed
      
      Fixed warnings, trailing spaces and removed unused secure_cpy.
      
      IPP code refactored.
      
      IPP code path  implemented as separate static functions to simplify future work with IPP code and make it more readable.
      a5a21019
  25. 12 Jan, 2015 13 commits