diff --git a/library/include/ck/library/utility/host_tensor.hpp b/library/include/ck/library/utility/host_tensor.hpp index a8c7fd0395..29d94b0036 100644 --- a/library/include/ck/library/utility/host_tensor.hpp +++ b/library/include/ck/library/utility/host_tensor.hpp @@ -396,7 +396,7 @@ struct Tensor } case 6: { auto f = [&](auto i0, auto i1, auto i2, auto i3, auto i4, auto i5) { - (*this)(i0, i1, i2, i3, i4) = g(i0, i1, i2, i3, i4, i5); + (*this)(i0, i1, i2, i3, i4, i5) = g(i0, i1, i2, i3, i4, i5); }; make_ParallelTensorFunctor(f, mDesc.GetLengths()[0],