История коммитов

Автор SHA1 Сообщение Дата
  Nathalie Furmento 3cff53fd54 New functionality starpu_insert_task_array similar to starpu_insert_task but with an array of data_handles. лет назад: 13
  Samuel Thibault 1dc76cf0b9 mention that applications can write their interfaces and filters лет назад: 13
  Samuel Thibault e0074c24b3 mention that GLUT has to be initialized first лет назад: 13
  Nathalie Furmento 5509266779 src/util/starpu_insert_task_utils.c: specify error code лет назад: 13
  Cyril Roelandt b9211cf493 tests/loader.c: decode(): use strcpy() instead of stpcpy() since the latter is not really needed. лет назад: 13
  Nathalie Furmento 95b5eb6556 tools/Makefile.am: rewrite rules so that old versions of automake are happy лет назад: 13
  Nathalie Furmento c334045fb8 socl/examples: check that the number of devices is not zero лет назад: 13
  Nathalie Furmento 487872598d socl/src/cl_getdeviceids.c: on StarPU failure, get soclGetDeviceIDs to return 0 devices лет назад: 13
  Nathalie Furmento 9462673403 tests/perfmodels: new testcase valid_model to validate loading and storing of performance models лет назад: 13
  Nathalie Furmento c2dbd3156c doc/chapters/basic-api.texi: typos лет назад: 13
  Nathalie Furmento 4835c3e1b2 doc/chapters/basic-api.texi: clarify the different available values for the field calibrate of struct starpu_conf лет назад: 13
  Nathalie Furmento f065ccf0a2 socl/src/Makefile.am: add CL .h files to distrib лет назад: 13
  Nathalie Furmento c5c89a3d2b socl/src/Makefile.am: add ocl_icd.h to header files лет назад: 13
  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 лет назад: 13
  Nathalie Furmento dafa8ecde1 tools/starpu_perfmodel_display.c: revert 6934 as problem is now fixed by 6936 лет назад: 13
  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 лет назад: 13
  Cyril Roelandt 2584621744 src/socl.h: directly use the "ev" argument of the "MAY_BLOCK_CUSTOM" macro. лет назад: 13
  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 лет назад: 13
  Nathalie Furmento e02907b183 tools/starpu_perfmodel_display.c: fix formatting лет назад: 13
  Nathalie Furmento 69c5c4f802 ChangeLog: mention MPI communication statistics лет назад: 13
  Nathalie Furmento b391cb59a1 doc: add configure option --enable-comm-stats and group configuration extension options in a new section лет назад: 13
  Sylvain Henry 497558585c SOCL: fix deprecation warnings лет назад: 13
  Sylvain Henry 5d4f60e7b7 SOCL: include Khronos OpenCL headers лет назад: 13
  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. лет назад: 13
  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 лет назад: 13
  Sylvain Henry 5806bbffe4 SOCL: add ICD support лет назад: 13
  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) лет назад: 13
  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. лет назад: 13
  Nathalie Furmento 88f56d1930 src/core/perfmodel/perfmodel_history.c: need to pass a pointer to the hash pointer, as the hash macro modify it лет назад: 13
  Nathalie Furmento 7b7121a3bd src/core/perfmodel/perfmodel_bus.c: only initialise OpenCL context if it is not already done by starpu_init лет назад: 13