Samuel Thibault
|
f14e68dc2c
Separate worker and thread state, to see streamed kernel executions
|
11 年 前 |
Samuel Thibault
|
778b4c444a
* Add codelet size, footprint and tag id in the paje trace.
|
11 年 前 |
Samuel Thibault
|
092f322b1c
Add CUDA concurrent kernel execution support through the STARPU_NWORKER_PER_CUDA environment variable.
|
11 年 前 |
Samuel Thibault
|
883669a501
Fix warning
|
11 年 前 |
Nathalie Furmento
|
bea606ccd9
src/drivers/cpu/driver_cpu.c: add missing include
|
11 年 前 |
Andra Hugo
|
8c75841bf9
consider the hyperthreading when constructing the list of workers
|
11 年 前 |
Samuel Thibault
|
5ec6f8b8a7
Drop unused mask parameter of _starpu_fetch_task_input and _starpu_push_task_output
|
11 年 前 |
Samuel Thibault
|
6325a34ab3
Move device id lookup into run-driver functions, to avoid paying the cost at each task execution
|
11 年 前 |
Samuel Thibault
|
d448281fc3
New STARPU_DISABLE_KERNELS environment variable to disable actual kernel execution.
|
11 年 前 |
Samuel Thibault
|
89ac7e59ac
Provide hint for the user about missing func pointer
|
11 年 前 |
Nathalie Furmento
|
9bb5a09263
src: minor fixes
|
11 年 前 |
Samuel Thibault
|
4ce5fe9027
port r11357 from 1.1: Fix memleak
|
11 年 前 |
Samuel Thibault
|
4bb3fc4b7b
port r11318 from 1.1: Simply use the root object total memory, like in the commented code
|
11 年 前 |
Samuel Thibault
|
c58de18431
port r11316 from 1.1: Do not limit ourself to NUMA node 0, we still allocate on the whole machine ATM.
|
11 年 前 |
Nathalie Furmento
|
483f8e2979
merge trunk
|
11 年 前 |
Samuel Thibault
|
5bd1d28ab6
Fix worker initialization order: initialize fields before creating the first context.
|
11 年 前 |
Thibaud Lambert
|
e2b943451f
mic (perfmodel): merge trunk + finalize perfmodel
|
12 年 前 |
Samuel Thibault
|
3beeb0a0ba
fix comments spuriously commited
|
12 年 前 |
Samuel Thibault
|
af85f26492
Check returned value
|
12 年 前 |
Samuel Thibault
|
a3f27f08ad
Make some warnings clearer. Avoid a very odd warning when the codelet has more parameters than allowed
|
12 年 前 |
Nathalie Furmento
|
a7047a3a4a
move struct starpu_machine_topology from include/starpu_worker.h to src/core/workers.h and rename it to struct _starpu_machine_topology
|
12 年 前 |
Nathalie Furmento
|
30860cac02
Renaming of diverse functions and datatypes.
|
12 年 前 |
Nathalie Furmento
|
786b8fb4b7
move _STARPU_PTHREAD_XXX macros to public API starpu_thread_util and rename them to STARPU_PTHREAD_XXX
|
12 年 前 |
Nathalie Furmento
|
097a832e3c
Allow to have a dynamically allocated number of buffers per task, and
|
12 年 前 |
Nathalie Furmento
|
2cb9fcd148
use starpu_ssize_t instead of ssize_t to be windows-able
|
12 年 前 |
Samuel Thibault
|
78e6c17e27
Fix setting memory limit above 2GiB
|
12 年 前 |
Nathalie Furmento
|
44ef2f971d
fxt: fix STARPU_TRACES macros when fxt is not enabled
|
12 年 前 |
Nathalie Furmento
|
eb50762352
drivers: fix type for limit variable
|
12 年 前 |
Nathalie Furmento
|
13e4291045
driver cpu: get rid off for now of variable STARPU_LIMIT_CPU_devid_MEM
|
12 年 前 |
Nathalie Furmento
|
0e7dedf3a9
src/drivers/cpu/driver_cpu.c: fix unit for limited memory size
|
12 年 前 |