Commit History

Author SHA1 Message Date
  Nathalie Furmento 93adb101bd doc/Makefile.am: new rule uninstall-local 14 years ago
  Nathalie Furmento 3b923efb89 Makefile.am: add clean rule for StarPU-Top 14 years ago
  Nathalie Furmento 8dd971623a Makefile.am: mpi must be built before examples 14 years ago
  Samuel Thibault 9e95ec4d99 mv starpu_top.sh starpu_top 14 years ago
  Samuel Thibault 59d7d6567e fix alignment 14 years ago
  Samuel Thibault 1ae963e821 Document that bus performance is shown bu starpu_machine_display 14 years ago
  Samuel Thibault 45b4b54f8e Give user more patience while calibrating the bus. 14 years ago
  Samuel Thibault 319454e08d Fix CUDA/OpenCL bandwidth computation 14 years ago
  Nathalie Furmento 2a7db91a25 Makefile.am: change orders of sub-directories 14 years ago
  Samuel Thibault f351cf2d3f StarPU does not yet measure GPU-GPU transfers 14 years ago
  Samuel Thibault 47b21020da print bandwidths too in starpu_machine_display 14 years ago
  Nathalie Furmento 315eb3c81c add starpu-top files when creating distrib 14 years ago
  Samuel Thibault 89ae0d8012 prevent user from trying to use a partitioned data in a task 14 years ago
  Samuel Thibault 93ea7f7cbd Fix count of number of valid copies. Take into account the case where a memory node has all the bits, but fragmented. 14 years ago
  Nathalie Furmento ad798de352 configure.ac: new comments 14 years ago
  Nathalie Furmento 07a2dc889e configure.ac: new option to explicitely disable peer transfers with CUDA 4.0 14 years ago
  Samuel Thibault 582c577327 On unpartition, free children memchunks. Only free the father if it is not valid 14 years ago
  Nathalie Furmento 4dd859f83c src/core/dependencies/tags.c: add debug messages 14 years ago
  Sylvain Henry d5a3dd84c9 Separation between event enqueueing and task submission 14 years ago
  Nathalie Furmento cc7d2da599 tests/core/task_wait_api.c: fix semantics of test 14 years ago
  Nathalie Furmento 915951db8e src/core/task.c: add debug messages in starpu_task_wait() 14 years ago
  Samuel Thibault c7c9dee23b improve comments 14 years ago
  Samuel Thibault 992afb35cf fix loading push_task_notify in load_sched_policy 14 years ago
  Sylvain Henry 971b72a37e Do not #include C source file anymore in SOCL. 14 years ago
  Nathalie Furmento b852227eef drivers: call _starpu_push_task_output after _starpu_driver_update_job_feedback as data used by _starpu_driver_update_job_feedback may get freed by _starpu_push_task_output 14 years ago
  Ludovic Courtès af1a414ef3 gcc: Add a matrix multiplication example. 14 years ago
  Ludovic Courtès b22b225f83 gcc: Get rid of unused variable warnings in `#pragma starpu register'. 14 years ago
  Samuel Thibault d8aa7f19fa use %f and %e instead of %lf and %le, as the latter are not defined by the ANSI standard, and have varying behavior depending on GNU or MSVC runtime 14 years ago
  Nathalie Furmento 08d5d7023e starpu_data.h: STARPU_DATA_ACQUIRE_CB: only defined when GCC is used 14 years ago
  Nathalie Furmento ab02f72806 STARPU_DATA_ACQUIRE_CB is defined only when using a GCC compiler, as nested functions are only supported by this compiler 14 years ago