Commit History

Author SHA1 Message Date
  Nathalie Furmento 6ffd501a75 src/core/perfmodel/perfmodel_bus.c: add debug message 13 years ago
  Nathalie Furmento 7b4baf86d0 tools/starpu_calibrate_bus.c: check return value of starpu_init 13 years ago
  Nathalie Furmento 3e883f24fc perfmodel: move functions starpu_perfmodel_print and starpu_perfmodel_print_all to public API 13 years ago
  Nathalie Furmento 68fe0ad42e tools/starpu_perfmodel_display.c: rename internal functions and make them independant (i.e they no longer use static global variables), that's the first step to move them to the StarPU public API 13 years ago
  Samuel Thibault 3e3f41a828 fix cuda version of shadow3d 13 years ago
  Samuel Thibault ffed3ea57c Add more 3D filters: vertical, depth, and shadow variants 13 years ago
  Samuel Thibault ecaa1185f0 actually test values 13 years ago
  Nathalie Furmento 36a9619038 perfmodel: Rename public function starpu_list_models to starpu_perfmodel_list 13 years ago
  Nathalie Furmento 93e216dc6e perfmodel: rename (and turn private) struct starpu_model_list to struct _starpu_perfmodel_list 13 years ago
  Nathalie Furmento 8a70369d69 tools/dev/rename.sh: ignore rename.sed when renaming 13 years ago
  Samuel Thibault bab7d66034 Test all values, including shadows 13 years ago
  Samuel Thibault 95e7811ad8 Fix typo 13 years ago
  Samuel Thibault 80be912427 fix typos 13 years ago
  Nathalie Furmento f8327e8c53 Rename function starpu_load_history_debug to starpu_perfmodel_load_symbol 13 years ago
  Samuel Thibault ee4677f7de more efficient loops 13 years ago
  Nathalie Furmento 2c86c03a5d src/core/perfmodel/perfmodel_bus.c: improve display 13 years ago
  Nathalie Furmento d9e385fd42 tools/starpu_machine_display.c: check return value of starpu_init 13 years ago
  Nathalie Furmento 2f80d102bc tests/datawizard/acquire_cb.c: return EXIT_FAILURE when computation fails 13 years ago
  Nathalie Furmento 5ee833f68b src: only define variable when needed 13 years ago
  Samuel Thibault bd93dcb88e Simply get back to original ifdef/endif :) 13 years ago
  Samuel Thibault 29b7f32f77 Provide good examples by always using streams for cublas 13 years ago
  Nathalie Furmento 7074411fbf src/util/starpu_cublas.c: no need to define the function if CUDA is not enabled 13 years ago
  Nathalie Furmento f413aaa1cd src/util/starpu_cublas.c: add missing #ifdef 13 years ago
  Samuel Thibault b613d58104 Assume that we have at least cuda 3.1, so that we can make our BLAS examples always use streams 13 years ago
  Samuel Thibault 51a7e8c979 Use cudaMemcpyAsync instead of cudaMemcpy 13 years ago
  Samuel Thibault 78ac4a07ca follow-up r7018: add missing declarations 13 years ago
  Samuel Thibault d2cd1868e2 provide good examples by always using cudaMemsetAsync, not cudaMemset 13 years ago
  Samuel Thibault 57e59bf2d9 provide good examples by always using cudaMemcpyAsync, not cudaMemcpy 13 years ago
  Samuel Thibault f18180c477 synchronize only the transfer stream 13 years ago
  Samuel Thibault 3e58d92492 Add 2d shadow filters 13 years ago