|
@@ -1,7 +1,7 @@
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
*
|
|
*
|
|
* Copyright (C) 2013-2014 Inria
|
|
* Copyright (C) 2013-2014 Inria
|
|
- * Copyright (C) 2010-2017 CNRS
|
|
|
|
|
|
+ * Copyright (C) 2010-2018 CNRS
|
|
* Copyright (C) 2010-2015, 2018 Université de Bordeaux
|
|
* Copyright (C) 2010-2015, 2018 Université de Bordeaux
|
|
*
|
|
*
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
@@ -77,7 +77,8 @@ void starpu_task_insert_data_process_mode_array_arg(struct starpu_codelet *cl, s
|
|
|
|
|
|
void starpu_codelet_pack_args(void **arg_buffer, size_t *arg_buffer_size, ...);
|
|
void starpu_codelet_pack_args(void **arg_buffer, size_t *arg_buffer_size, ...);
|
|
|
|
|
|
-struct starpu_codelet_pack_arg_data {
|
|
|
|
|
|
+struct starpu_codelet_pack_arg_data
|
|
|
|
+{
|
|
char *arg_buffer;
|
|
char *arg_buffer;
|
|
size_t arg_buffer_size;
|
|
size_t arg_buffer_size;
|
|
size_t current_offset;
|
|
size_t current_offset;
|