1. 07 2月, 2023 1 次提交
  2. 19 1月, 2023 1 次提交
  3. 28 11月, 2021 1 次提交
  4. 01 7月, 2021 1 次提交
    • J
      OpenCL: core support for FP16, more channel orders · 6a3d925a
      Joe Howse 提交于
      * Support cl_image conversion for CL_HALF_FLOAT (float16)
      
      * Support cl_image conversion for additional channel orders:
        CL_A, CL_INTENSITY, CL_LUMINANCE, CL_RG, CL_RA
      
      * Comment on why cl_image conversion is unsupported for CL_RGB
      
      * Predict optimal vector width for float16
      
      * ocl::kernelToStr: support float16
      
      * ocl::Device::halfFPConfig: drop artificial requirement for OpenCL
        version >= 1.2. Even OpenCL 1.0 supports the underlying config
        property, CL_DEVICE_HALF_FP_CONFIG.
      
      * dumpOpenCLInformation: provide info on OpenCL half-float support
        and preferred half-float vector width
      
      * randu: support default range [-1.0, 1.0] for float16
      
      * TestBase::warmup: support float16
      6a3d925a
  5. 27 11月, 2020 1 次提交
    • A
      Merge pull request #18924 from alalek:4.x-xcode12 · 5c987e4c
      Alexander Alekhin 提交于
      (4.x) build: Xcode 12 support
      
      * build: xcode 12 support, cmake fixes
      
      * ts: eliminate clang 11 warnigns
      
      * 3rdparty: clang 11 warnings
      
      * features2d: eliminate build warnings
      
      * test: warnings
      
      * gapi: warnings from 18928
      5c987e4c
  6. 26 11月, 2019 1 次提交
  7. 30 4月, 2019 1 次提交
  8. 09 4月, 2019 1 次提交
    • A
      ts: test tags for flexible/reliable tests filtering · b38de57f
      Alexander Alekhin 提交于
      - added functionality to collect memory usage of OpenCL sybsystem
      - memory usage of fastMalloc() (disabled by default):
        * It is not accurate sometimes - external memory profiler is required.
      - specify common `CV_TEST_TAG_` macros
      - added applyTestTag() function
      - write memory usage / enabled tags into Google Tests output file (.xml)
      b38de57f
  9. 09 11月, 2018 1 次提交
  10. 19 9月, 2018 1 次提交
  11. 10 9月, 2018 1 次提交
    • V
      added basic support for CV_16F (the new datatype etc.) (#12463) · 6d7f5871
      Vadim Pisarevsky 提交于
      * added basic support for CV_16F (the new datatype etc.). CV_USRTYPE1 is now equal to CV_16F, which may break some [rarely used] functionality. We'll see
      
      * fixed just introduced bug in norm; reverted errorneous changes in Torch importer (need to find a better solution)
      
      * addressed some issues found during the PR review
      
      * restored the patch to fix some perf test failures
      6d7f5871
  12. 05 7月, 2018 1 次提交
  13. 25 1月, 2018 1 次提交
  14. 27 12月, 2017 1 次提交
  15. 06 12月, 2017 1 次提交
  16. 28 11月, 2017 1 次提交
  17. 10 11月, 2017 1 次提交
  18. 24 8月, 2017 1 次提交
  19. 31 7月, 2017 1 次提交
  20. 25 7月, 2017 1 次提交
  21. 24 7月, 2017 1 次提交
  22. 10 7月, 2017 1 次提交
  23. 26 6月, 2017 1 次提交
  24. 22 6月, 2017 1 次提交
  25. 16 12月, 2016 1 次提交
  26. 12 12月, 2016 1 次提交
  27. 30 11月, 2016 1 次提交
  28. 15 11月, 2016 1 次提交
  29. 08 11月, 2016 1 次提交
    • P
      --perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple... · 349d5ba0
      Pavel Vlasov 提交于
      --perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple trees, 2 - expanded trees for functions with same name but different calling address);
      
      Maximum depth limit var was added to the instrumentation structure;
      
      Trace names output console output fix: improper tree formatting could happen;
      Output in case of error was added;
      
      Custom regions improvements;
      
      Improved timing and weight calculation for parallel regions; New TC (threads counter) value to indicate how many different threads accessed particular node;
      
      parallel_for, warnings fixes and ReturnAddress code from Alexander Alekhin;
      349d5ba0
  30. 08 9月, 2016 1 次提交
  31. 17 8月, 2016 1 次提交
  32. 22 9月, 2015 2 次提交
  33. 19 9月, 2015 1 次提交
    • P
      ts/ts_perf: fix wrong has() usage · 31da8335
      Pavel Rojtberg 提交于
      `has()` only tests for an argument presence which is always true for
      arguments with default values. Use `get<bool>()` to check the value
      instead.
      31da8335
  34. 30 6月, 2015 1 次提交
  35. 27 4月, 2015 1 次提交
  36. 21 10月, 2014 1 次提交
  37. 15 10月, 2014 1 次提交
    • P
      Implementation detector and selector for IPP and OpenCL; · 45958eaa
      Pavel Vlasov 提交于
      IPP can be switched on and off on runtime;
      
      Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS;
      
      TS modifications for implementations control;
      45958eaa
  38. 17 4月, 2014 1 次提交
  39. 21 3月, 2014 1 次提交