Nathalie Furmento
|
8e6b59a010
src/core/topology.h: remove TODO as moving the struct definition will also pull other structs defined in worker.h
|
5 years ago |
Nathalie Furmento
|
5100d24576
add internal .h files into developers documentation
|
5 years ago |
Nathalie Furmento
|
6a16f8370f
update copyright holders
|
5 years ago |
Nathalie Furmento
|
f7abbfa6fc
update copyright
|
7 years ago |
Samuel Thibault
|
886cc6b57f
Add starpu_get_next_bindid and starpu_bind_thread_on
|
7 years ago |
Samuel Thibault
|
b0bd9f0f44
Factorize choosing the target memory node for task data
|
7 years ago |
Samuel Thibault
|
b8f435f8f8
Attribute workers to drive NUMA nodes without workers
|
7 years ago |
Nathalie Furmento
|
4814ae2a2b
minor fixes to follow coding conventions
|
7 years ago |
Nathalie Furmento
|
6901c4441b
src/: fix copyrights
|
7 years ago |
Samuel Thibault
|
28fcff7473
Add STARPU_MAIN_THREAD_CPUID and STARPU_MPI_THREAD_CPUID environment variables
|
8 years ago |
Corentin Salingue
|
50131e4b1b
Renaming NUMA functions
|
8 years ago |
Corentin Salingue
|
101a90d0f7
use STARPU_USE_NUMA when lauching application to use NUMA mode instead of --enable-numa when compiling
|
8 years ago |
Corentin Salingue
|
e7589c5fed
add NUMA support in perfmodel + rework the file
|
8 years ago |
Corentin Salingue
|
be30756c0a
merge from trunk
|
8 years ago |
Nathalie Furmento
|
a017fcbdeb
src: driver operations are stored in a struct _starpu_driver_ops which are used to implement the public driver API
|
8 years ago |
Samuel Thibault
|
d55e98a249
merge trunk
|
8 years ago |
Samuel Thibault
|
0ec213539c
Fix build without hwloc
|
8 years ago |
Terry Cojean
|
9fa541ec16
Forgot another place requiring hwloc API 2 filters.
|
8 years ago |
Samuel Thibault
|
14039ef0bd
fix potential for confusion between physical and logical NUMA node numbers
|
8 years ago |
Samuel Thibault
|
1aefee7563
small fixes
|
8 years ago |
Jérôme Clet-Ortega
|
51c024c820
Add --enable-numa option to configure and some NUMA support in StarPU memory management
|
8 years ago |
Samuel Thibault
|
2510657bc9
Add code that takes into account PCI topology to determine contention. But disable it for now since it seems to actually decrease performance...
|
9 years ago |
Samuel Thibault
|
2e7bcad876
Use a structure to store starpu-specific data in hwloc tree, to allow more fields
|
9 years ago |
Samuel Thibault
|
877d29d194
Warn when two workers are bound to the same cpu. Support ranges in STARPU_WORKERS_CPUID
|
10 years ago |
Samuel Thibault
|
259bdb17dc
Move worker_set management to topology, so it can be initialized earlier
|
10 years ago |
Nathalie Furmento
|
bb61f3808d
update cnrs copyright
|
10 years ago |
Nathalie Furmento
|
6c18e864fa
src: fix cleaning when starpu_build_topology returns a non zero value
|
10 years ago |
Samuel Thibault
|
4b1a16edde
Fix University name after the fusion..
|
11 years ago |
Andra Hugo
|
8c75841bf9
consider the hyperthreading when constructing the list of workers
|
11 years ago |
Samuel Thibault
|
660d059e71
Support unbound threads
|
11 years ago |