|
@@ -157,10 +157,6 @@ static size_t _starpu_fpga_get_global_mem_size(unsigned devid)
|
|
|
return global_mem[devid];
|
|
|
}
|
|
|
|
|
|
-static void init_fpga_worker_context(unsigned workerid)
|
|
|
-{
|
|
|
-}
|
|
|
-
|
|
|
static void init_device_context(unsigned devid)
|
|
|
{
|
|
|
struct starpu_max_load *load = _starpu_config.conf.fpga_load;
|
|
@@ -386,7 +382,7 @@ int _starpu_fpga_driver_deinit(struct _starpu_worker *fpga_worker)
|
|
|
_STARPU_TRACE_WORKER_DEINIT_START;
|
|
|
|
|
|
unsigned memnode = fpga_worker->memory_node;
|
|
|
- _starpu_handle_all_pending_node_data_requests(memnode);
|
|
|
+ _starpu_datawizard_handle_all_pending_node_data_requests(memnode);
|
|
|
|
|
|
/* In case there remains some memory that was automatically
|
|
|
* allocated by StarPU, we release it now. Note that data
|