mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 11:45:30 +08:00
port pr17222 changes to CUDA backend
This commit is contained in:
parent
d981d04c76
commit
45a6386e45
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user