Merged
Conversation
* Reduce code nesting * Drop redundant .c_str() calls
- added removal of temporary file
* Convert moments in tile algorithms to HAL (1.3x faster for VSX). * Adding NEON code back in for non 64-bit platforms. * Remove floats from post processing.
It's not an error if some OpenCL platform has no devices. This makes
OpenCL device detection work correctly in the following scenario:
$ OPENCV_OPENCL_DEVICE=:GPU: ./opencv_test_dnn
OpenCV version: 4.1.2-dev
OpenCV VCS version: 4.1.2-80-g467748ee98-dirty
Build type: Debug
Compiler: /usr/bin/g++ (ver 7.4.0)
Parallel framework: pthreads
CPU features: SSE SSE2 SSE3 *SSE4.1 *SSE4.2 *FP16 *AVX *AVX2 *AVX512-SKX?
Intel(R) IPP version: ippIP AVX2 (l9) 2019.0.0 Gold (-) Jul 24 2018
OpenCL Platforms:
AMD Accelerated Parallel Processing
Portable Computing Language
CPU: pthread-AMD Ryzen 7 2700X Eight-Core Processor (OpenCL 1.2 pocl HSTR: pthread-x86_64-pc-linux-gnu-znver1)
NVIDIA CUDA
dGPU: GeForce GTX 1080 (OpenCL 1.2 CUDA)
Current OpenCL device:
Type = dGPU
Name = GeForce GTX 1080
Version = OpenCL 1.2 CUDA
Driver version = 430.26
Signed-off-by: SSE4 <tomskside@gmail.com>
* Grammar fixes for python core operations docs * fixed whitespace error * reverted changes
Fix an error during Windows installation caused by trying to create the already existing Build directory. Also excluding intermediate steps for Install directory creation.
Supported ONNX Squeeze, ReduceL2 and Eltwise::DIV * Support eltwise div * Fix test * OpenCL support added * refactoring * fix code style * Only squeeze with axes supported
This was referenced Nov 11, 2019
alalek
commented
Nov 12, 2019
| backendId == DNN_BACKEND_CUDA || | ||
| backendId == DNN_BACKEND_HALIDE || | ||
| (backendId == DNN_BACKEND_CUDA && op != DIV) || // TODO: not implemented, see PR #15811 | ||
| (backendId == DNN_BACKEND_HALIDE && op != DIV) || // TODO: not implemented, see PR #15811 |
Member
Author
|
👍 |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#15159 from SSE4:fix_find_openexr
#15319 from cancerberoSgx:fs
#15811 from l-bat:eltwise_div
#15813 from i-murzov:3.4-ocl-empty-platform
#15814 from i-murzov:3.4-ocl-cleanup
#15826 from alalek:cmake_fix_itt_define_condition
#15828 from ChipKerchner:momentsToHal
#15832 from collinbrake:feature_grammar_fixes_4
#15835 from alalek:cmake_cpu_optimizations_fix_15802
#15848 from alalek:backport_test_15842
#15854 from czgdp1807:rem-typo
#15861 from dkurt:dnn_fix_get_input_layers
#15875 from gyadam:fix-windows-install-doc
#15877 from mshabunin:fix-gst-relative-34
Previous "Merge 3.4": #15843