Explorar o código

pad the data interface structure into something memcpy-friendly

Cédric Augonnet %!s(int64=16) %!d(string=hai) anos
pai
achega
ee2be00457
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/starpu-data-interfaces.h

+ 1 - 0
include/starpu-data-interfaces.h

@@ -127,6 +127,7 @@ typedef union {
 	starpu_csr_interface_t csr;	/* compressed sparse row */
 	starpu_csc_interface_t csc; 	/* compressed sparse column */
 	starpu_bcsr_interface_t bcsr;	/* blocked compressed sparse row */
+	uint8_t pad[64];
 } starpu_data_interface_t;