This is an archive of the discontinued LLVM Phabricator instance.

[StreamExecutor] Clean up device copy comments
ClosedPublic

Authored by jhen on Aug 24 2016, 11:09 AM.

Details

Summary

Consolidate Executor::synchronousCopy* and Stream::thenCopy* methods into
Doxygen method groups and combine all their comments into one section.

Also a "doc" target to the build files to use Doxygen to build the
documentation.

Diff Detail

Repository
rL LLVM

Event Timeline

jhen updated this revision to Diff 69142.Aug 24 2016, 11:09 AM
jhen retitled this revision from to [StreamExecutor] Clean up device copy comments.
jhen updated this object.
jhen added a reviewer: jlebar.
jhen added subscribers: parallel_libs-commits, jprice.
jhen updated this revision to Diff 69144.Aug 24 2016, 11:13 AM
  • Add ending comment to Stream comment section
jlebar accepted this revision.Aug 24 2016, 11:35 AM
jlebar edited edge metadata.

Yay, this is good.

This revision is now accepted and ready to land.Aug 24 2016, 11:35 AM
This revision was automatically updated to reflect the committed changes.