We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b4b43 commit 6b6b7f5Copy full SHA for 6b6b7f5
1 file changed
testing/zip_iterator.cu
@@ -282,7 +282,7 @@ void TestZipIteratorCopy(void)
282
Vector output0(4), output1(4);
283
284
// initialize input
285
- sequence(input0.begin(), input0.end(), T{0});
+ sequence(input0.begin(), input0.end(), T{0});
286
sequence(input1.begin(), input1.end(), T{13});
287
288
copy( make_zip_iterator(make_tuple(input0.begin(), input1.begin())),
0 commit comments