port pr17222 changes to CUDA backend

This commit is contained in:
YashasSamaga 2020-05-11 11:01:01 +05:30
parent d981d04c76
commit 45a6386e45

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)