| 1 | #include "config.h" |
|---|---|
| 2 | |
| 3 | #ifndef PDATA_HPP_ |
| 4 | #define PDATA_HPP_ |
| 5 | |
| 6 | constexpr int comp_host = 1; |
| 7 | constexpr int comp_dev = 2; |
| 8 | |
| 9 | extern double tot_merge; |
| 10 | extern double tot_loc_merge; |
| 11 | extern double tot_sendrecv; |
| 12 | extern double tot_pack; |
| 13 | |
| 14 | #endif |
| 15 |