Skip to content
Snippets Groups Projects
Commit c3a5339b authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Shuffle struct members for more compact representation.

parent 4a9694ca
No related branches found
No related tags found
No related merge requests found
......@@ -67,15 +67,15 @@ struct xt_ddt_data {
struct Xt_ddt_ {
size_t pack_size;
size_t count; // number of elements in data
int ref_count;
size_t pack_size;
int displs_available[XT_MEMTYPE_COUNT]; // determines in which memory type
// the displacements are available
// if exchange data is on GPU, one kernel per data entry is launched
size_t count; // number of elements in data
struct xt_ddt_data data[];
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment