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

port pr17222 changes to CUDA backend

This commit is contained in:
YashasSamaga
2020-05-11 11:01:01 +05:30
parent d981d04c76
commit 45a6386e45
+1 -1
View File
@@ -373,7 +373,7 @@ public:
auto context = reinterpret_cast<csl::CSLContext*>(context_);
std::vector<std::vector<std::size_t>> offsets;
for (const auto& ranges : sliceRanges)
for (const auto& ranges : finalSliceRanges)
{
std::vector<std::size_t> offsets_i;
for (const auto& range : ranges)