Historique des commits

Auteur SHA1 Message Date
  Nathalie Furmento 4835c3e1b2 doc/chapters/basic-api.texi: clarify the different available values for the field calibrate of struct starpu_conf il y a 13 ans
  Nathalie Furmento f065ccf0a2 socl/src/Makefile.am: add CL .h files to distrib il y a 13 ans
  Nathalie Furmento c5c89a3d2b socl/src/Makefile.am: add ocl_icd.h to header files il y a 13 ans
  Nathalie Furmento 7e49340ddf configure.ac: revert 6928. SOCL comes with its own OpenCL headers (see r6929), there is no need to check the system version il y a 13 ans
  Nathalie Furmento dafa8ecde1 tools/starpu_perfmodel_display.c: revert 6934 as problem is now fixed by 6936 il y a 13 ans
  Nathalie Furmento dd6b945c0f src/core/perfmodel/perfmodel_history.c: fix function which initializes a per_arch_model variable and initialize model before loading it from the disk il y a 13 ans
  Cyril Roelandt 2584621744 src/socl.h: directly use the "ev" argument of the "MAY_BLOCK_CUSTOM" macro. il y a 13 ans
  Nathalie Furmento 7667ff35f7 tools/starpu_perfmodel_display.c: redefine variable as static and global, defining it locally leads to a segfault. That needs to be investigated, in the meantime, fix the code that it does not crash il y a 13 ans
  Nathalie Furmento e02907b183 tools/starpu_perfmodel_display.c: fix formatting il y a 13 ans
  Nathalie Furmento 69c5c4f802 ChangeLog: mention MPI communication statistics il y a 13 ans
  Nathalie Furmento b391cb59a1 doc: add configure option --enable-comm-stats and group configuration extension options in a new section il y a 13 ans
  Sylvain Henry 497558585c SOCL: fix deprecation warnings il y a 13 ans
  Sylvain Henry 5d4f60e7b7 SOCL: include Khronos OpenCL headers il y a 13 ans
  Nathalie Furmento 517e4c3f55 configure.ac: SOCL needs a recent version of OpenCL which defines cl_device_partition_property, Check it is available before enabling SOCL. il y a 13 ans
  Nathalie Furmento 4e2fbe7bbe src/core/perfmodel/perfmodel_history.c: give to insert_history_entry() theaddress of the field per_arch_model->history and not of the intermediate variable il y a 13 ans
  Sylvain Henry 5806bbffe4 SOCL: add ICD support il y a 13 ans
  Nathalie Furmento ebfe4fb015 src/core/perfmodel/perfmodel_history.c: storing the data in the hashtable is not such a bad idea (Thanks Ludovic and Cyril for helping me to detect this hideous bug) il y a 13 ans
  Nathalie Furmento dddf3b39f8 src/core/perfmodel/perfmodel_history.c: remove test to detect if the key is present in the table. This was copied from the old hahstable implementation. I am not sure what the semantics of the test was. This needs to be clarified. il y a 13 ans
  Nathalie Furmento 88f56d1930 src/core/perfmodel/perfmodel_history.c: need to pass a pointer to the hash pointer, as the hash macro modify it il y a 13 ans
  Nathalie Furmento 7b7121a3bd src/core/perfmodel/perfmodel_bus.c: only initialise OpenCL context if it is not already done by starpu_init il y a 13 ans
  Nathalie Furmento 2a6cf944b0 tools: minor fixes il y a 13 ans
  Nathalie Furmento cb90c364cc tools/Makefile.am: add rule make check il y a 13 ans
  Nathalie Furmento 285239d9f5 tests/loader: deal with special cases for tools/starpu_perfmodel_display and tools/starpu_perfmodel_plot which need a argument il y a 13 ans
  Nathalie Furmento edefb5a7e1 ChangeLog: add 'Keep only one hashtable implementation common/uthash.h' il y a 13 ans
  Nathalie Furmento a19b7037d2 mpi: move the warning to the comm_stats init function il y a 13 ans
  Nathalie Furmento 17ed921472 src: remove hashtable implementations which are no longer used. we use now the common/uthash.h implementation il y a 13 ans
  Nathalie Furmento d69d55d4ef mpi/tests/insert_task_cache.c: name the codelet to follow more easily the debug traces il y a 13 ans
  Nathalie Furmento fdfd1282ad mpi: use hashtable API provided by src/commion/uthash.h il y a 13 ans
  Nathalie Furmento bab09bee90 mpi/starpu_mpi_insert_task_cache.c: rename internal type _starpu_mpi_clear_cache_t to follow StarPU naming conventions il y a 13 ans
  Nathalie Furmento 70cbd53b43 src/core/dependencies/tags.c: use hashtable API provided by src/commion/uthash.h il y a 13 ans