The GitHub Actions job "torch c dlpack" on tvm-ffi.git/main has succeeded.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
14f3c82e00019a87ec1e58fd92ac172a5c9bc69f / DarkSharpness 
<[email protected]>
[Fix] fix iterator behavior (#218)

According to
[cppreference](https://en.cppreference.com/w/cpp/named_req/InputIterator.html),
the return type of the dereferenced iterator must be equivalent to the
`reference_type`.

Before this PR, the IterAdapter does not adhere to legacy iterator,
which may potentially leads to undefined behavior when used with STL
components(in my case, `std::make_move_iterator`) . We just fix this in
this PR.

Report URL: https://github.com/apache/tvm-ffi/actions/runs/19056430049

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to