This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Refactored the function `DeviceTy::data_exchange`
ClosedPublic

Authored by tianshilei1992 on Aug 19 2020, 11:51 AM.

Details

Summary

This patch contains the following changes:

  1. Renamed the function DeviceTy::data_exchange to DeviceTy::dataExchange;
  2. Changed the second argument DeviceTy DstDev to DeviceTy &DstDev;
  3. Renamed the last argument.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptAug 19 2020, 11:51 AM
tianshilei1992 requested review of this revision.Aug 19 2020, 11:51 AM
ye-luo accepted this revision.Aug 19 2020, 12:03 PM

LGTM

This revision is now accepted and ready to land.Aug 19 2020, 12:03 PM
This revision was landed with ongoing or failed builds.Aug 19 2020, 1:08 PM
This revision was automatically updated to reflect the committed changes.