Historique des commits

Auteur SHA1 Message Date
  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 il y a 12 ans
  Nathalie Furmento 30860cac02 Renaming of diverse functions and datatypes. il y a 12 ans
  Nathalie Furmento 786b8fb4b7 move _STARPU_PTHREAD_XXX macros to public API starpu_thread_util and rename them to STARPU_PTHREAD_XXX il y a 12 ans
  Nathalie Furmento 097a832e3c Allow to have a dynamically allocated number of buffers per task, and il y a 12 ans
  Nathalie Furmento 2cb9fcd148 use starpu_ssize_t instead of ssize_t to be windows-able il y a 12 ans
  Samuel Thibault 78e6c17e27 Fix setting memory limit above 2GiB il y a 12 ans
  Nathalie Furmento 44ef2f971d fxt: fix STARPU_TRACES macros when fxt is not enabled il y a 12 ans
  Nathalie Furmento eb50762352 drivers: fix type for limit variable il y a 12 ans
  Nathalie Furmento 13e4291045 driver cpu: get rid off for now of variable STARPU_LIMIT_CPU_devid_MEM il y a 12 ans
  Nathalie Furmento 0e7dedf3a9 src/drivers/cpu/driver_cpu.c: fix unit for limited memory size il y a 12 ans
  Nathalie Furmento 449b29bd8e src/drivers/cpu/driver_cpu.c: Introduce new variables STARPU_LIMIT_CPU_MEM and STARPU_LIMIT_CPU_devid_MEM to limit memory per all CPU or per specific device il y a 12 ans
  Nathalie Furmento d0591ff302 memory manager: simplify management of global memory size il y a 12 ans
  Samuel Thibault bc1a386d12 Make drivers push back a task through _starpu_push_task_to_workers instead of _starpu_push_task, so such tasks are not accounted twice for the nready counter il y a 12 ans
  Nathalie Furmento ad4fe357ca src/drivers/cpu/driver_cpu.c: fix call to hwloc to get memory size (thanks to Brice Goglin for his help) il y a 12 ans
  Nathalie Furmento 842b7b131a src: check if there is enough memory available on a node before allocation il y a 12 ans
  Samuel Thibault 5cf34a093a Generate simgrid XML file at the same time as bus perfmodel files. This permits to avoid having to set STARPU_N*, and simply use STARPU_HOSTNAME to select the simulated machine. il y a 12 ans
  Samuel Thibault 2b30d49db1 Make it possible to use simgrid without having CUDA/OpenCL installed il y a 12 ans
  Samuel Thibault 9d2589a240 Add starpu_worker_get_by_type and starpu_worker_get_by_devid il y a 13 ans
  Samuel Thibault 9a152a018e Warn if hwloc didn't report core objects il y a 13 ans
  Nathalie Furmento dab571cbff src: use tabs instead of spaces and remove trailing whitespaces il y a 13 ans
  Samuel Thibault 4492f76e0b Add --enable-opencl-simulator option to combine PePU with simgrid il y a 13 ans
  Samuel Thibault f60eb1288d Add initial simgrid support il y a 13 ans
  Nathalie Furmento 2d3f2f9c71 src: hwloc topology needs to be initialised outside the driver function as the driver may be disabled il y a 13 ans
  Cyril Roelandt 6e9d0380d5 Fix the _starpu_cpu_discover_devices() functions that are used when hwloc is not installed. il y a 13 ans
  Cyril Roelandt ace934c823 Clean up src/core/topology.c. il y a 13 ans
  Samuel Thibault 775a49a519 Use TSD instead of rebuilding worker list il y a 13 ans
  Samuel Thibault f5789e5edc factorize worker thread initialization, fix threaded profiling by setting up the prof timer il y a 13 ans
  Cyril Roelandt 73df999d54 Fix unused variables in the drivers. il y a 13 ans
  Samuel Thibault b20e9ae4fa Account active spinning time into sleeping time when using non-blocking drivers il y a 13 ans
  Samuel Thibault 9ba23c408f Fix cpuset of combined workers, they have to be physical cpusets, not logical il y a 13 ans