This patch adds an information flag that indicated when data is being copied to
and from the device. This will be helpful for finding redundant or unnecessary
data transfers in applications.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
openmp/docs/design/Runtimes.rst | ||
---|---|---|
92 | coppies --> copied | |
openmp/libomptarget/include/Debug.h | ||
55 | transferred | |
openmp/libomptarget/src/device.cpp | ||
428 | Better use the PRId64 macro to print an int64_t. long int is not always equal to int64_t so on some systems this will trigger compilation warnings. Same for retrieveData. |
coppies --> copied