1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #21884 from rogday:cuda_cleanup

Fix CUDA compilation issues and adjust thresholds.

* Fix CUDA compilation issues and adjust thresholds.

* add conformance tests to denylist
This commit is contained in:
rogday
2022-04-19 19:40:25 +03:00
committed by GitHub
parent 27c15bed60
commit 9cd5a0a1e6
11 changed files with 41 additions and 22 deletions
@@ -2080,6 +2080,7 @@ public:
{
auto context = reinterpret_cast<csl::CSLContext*>(context_);
// TODO: extract bias from inputs and pass it
CV_Assert(inputs.size() == 1 || inputs.size() == 2);
auto input_wrapper = inputs[0].dynamicCast<CUDABackendWrapper>();
auto input_shape = input_wrapper->getShape();