|
@@ -177,7 +177,6 @@ struct starpu_data_copy_methods
|
|
|
\p src_node MIC node to the \p dst_interface interface on the \p
|
|
|
dst_node CPU node. Return 0 on success.
|
|
|
*/
|
|
|
-
|
|
|
int (*mic_to_ram)(void *src_interface, unsigned srd_node, void *dst_interface, unsigned dst_node);
|
|
|
|
|
|
int (*fpga_to_ram)(void *src_interface, unsigned srd_node, void *dst_interface, unsigned dst_node);
|
|
@@ -324,12 +323,11 @@ struct starpu_data_copy_methods
|
|
|
some transfers are still ongoing and should be awaited for by the
|
|
|
core.
|
|
|
*/
|
|
|
+ int (*mic_to_ram_async)(void *src_interface, unsigned srd_node, void *dst_interface, unsigned dst_node);
|
|
|
|
|
|
int (*ram_to_fpga_async)(void *src_interface, unsigned src_node, void *dst_interface, unsigned dst_node);
|
|
|
int (*fpga_to_ram_async)(void *src_interface, unsigned srd_node, void *dst_interface, unsigned dst_node);
|
|
|
|
|
|
- int (*mic_to_ram_async)(void *src_interface, unsigned srd_node, void *dst_interface, unsigned dst_node);
|
|
|
-
|
|
|
/**
|
|
|
Define how to copy data from the \p src_interface interface on the
|
|
|
\p src_node node to the \p dst_interface interface on the \p
|