|
@@ -1,7 +1,7 @@
|
|
|
|
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
#
|
|
#
|
|
-# Copyright (C) 2010-2018 Université de Bordeaux
|
|
|
|
|
|
+# Copyright (C) 2010-2019 Université de Bordeaux
|
|
# Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 CNRS
|
|
# Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 CNRS
|
|
#
|
|
#
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
@@ -796,7 +796,7 @@ define starpu-print-spaces
|
|
end
|
|
end
|
|
|
|
|
|
define starpu-sched-print-component
|
|
define starpu-sched-print-component
|
|
- set $c = $arg1
|
|
|
|
|
|
+ set $c = (struct starpu_sched_component *) $arg1
|
|
starpu-print-spaces $arg0
|
|
starpu-print-spaces $arg0
|
|
printf "%s %s %s (struct starpu_sched_component *) %p\n", $c->name, $c->properties & STARPU_SCHED_COMPONENT_HOMOGENEOUS ? "homogeneous":"heterogeneous", $c->properties & STARPU_SCHED_COMPONENT_SINGLE_MEMORY_NODE ? "single-node" : "multi-node", $c
|
|
printf "%s %s %s (struct starpu_sched_component *) %p\n", $c->name, $c->properties & STARPU_SCHED_COMPONENT_HOMOGENEOUS ? "homogeneous":"heterogeneous", $c->properties & STARPU_SCHED_COMPONENT_SINGLE_MEMORY_NODE ? "single-node" : "multi-node", $c
|
|
if $c->push_task == fifo_push_task
|
|
if $c->push_task == fifo_push_task
|