Commit Verlauf

Autor SHA1 Nachricht Datum
  Nathalie Furmento e3f707bfa0 update copyrights vor 4 Jahren
  HE Kun c4139547da starpupy: fix bugs about use of -m asyncio in Python interpreter vor 4 Jahren
  Nathalie Furmento 817d9e52e3 documentation and test for starpu_codelet_unpack_arg_init() & co vor 4 Jahren
  Samuel Thibault 79e5dcfa70 starpupy: release task data only after the starpu core is finished with using it vor 4 Jahren
  HE Kun 83bc792574 Merge branch 'master' of gitlab.inria.fr:starpu/starpu vor 4 Jahren
  HE Kun 5e5fd00fd1 starpupy: await the future object manually if it is not finished when we need its result for the next task vor 4 Jahren
  Samuel Thibault 99ae8e2d95 Skip starpupy tests with the graph_test scheduler vor 4 Jahren
  Nathalie Furmento 0c67142bfa starpupy/src: minor fixes vor 4 Jahren
  HE Kun a915109be8 starpupy: unify the name of starpupy exception vor 4 Jahren
  HE Kun 19b6377230 starpupy: define a new exception for starpupy module vor 4 Jahren
  Samuel Thibault c4843b98b3 No need to call PyEval_InitThreads starting from python 3.9 vor 4 Jahren
  HE Kun a69e9ad028 starpupy: fix warning vor 4 Jahren
  Nathalie Furmento 3ef79e4a8c starpupy/src: fix code format vor 4 Jahren
  HE Kun d41f3c0aa8 starpupy: release/reacquire the GIL around starpu_shutdown() vor 4 Jahren
  HE Kun 3c2ccccf51 starpupy: check the installation of modules vor 4 Jahren
  HE Kun 1c4e909d1d starpupy: use pickle.loads vor 4 Jahren
  HE Kun b443c57d60 starpupy: adapt to MPI master/slave model vor 4 Jahren
  HE Kun 4aaf75ba69 starpupy: be able to only provide function name for task_submit vor 4 Jahren
  HE Kun 7410112ffa starpupy: add prologue_callback_func to adapt to the case that the argument of submitted function is Future vor 4 Jahren
  HE Kun af37a41186 starpupy: add two more methods to unpack argument from starpu_codelet_pack_arg_data vor 4 Jahren
  HE Kun 2f589ef97c starpupy: when function result is not None type, unpack its char array vor 4 Jahren
  HE Kun 04156eeba0 starpupy: pack/unpack contents of cloudpickle result vor 4 Jahren
  HE Kun c0f21b3e6e starpupy: add cloudpickle to dump and to load arguments (TODO: if the input of submitted function is a Future) vor 4 Jahren
  HE Kun d1c9a394f1 starpupy: change the way to check whether the PyObject is None type vor 4 Jahren
  HE Kun 9dfa483688 starpupy: get the return value of size_base directly from Python function and set it as an option of task_submit vor 4 Jahren
  HE Kun f777063bed starpupy:replace struct codelet_args by using starpu_codelet_pack/unpack vor 4 Jahren
  Nathalie Furmento 395369a653 starpupy/src/starpu_task_wrapper.c: do not declare variable in for loops and small fixes for code formatting vor 4 Jahren
  Nathalie Furmento f34ff54983 starpupy: fix code when numpy is not available vor 4 Jahren
  HE Kun a2685e8c0c starpupy: move callback_func before task_submit vor 4 Jahren
  HE Kun 8931d07e7a starpupy: add the case to calculate size_base for numpy array when generating perfmodel vor 4 Jahren