Histórico de commits

Autor SHA1 Mensagem Data
  Samuel Thibault ca2898b8c5 Thanks $DEITY for :g/^@deftypefun/s/[ *]\([^ *()@{}]\+\)\([,)]\)/@var{\1}\2/gc to add $arg{} where appropriate 15 anos atrás
  Samuel Thibault 72674a38f7 use deftypefun where it's trivial to do so 15 anos atrás
  Samuel Thibault 65391824bb typo 15 anos atrás
  Samuel Thibault 8a138f3417 Reference to the documentation and explain how to generate pdf/html 15 anos atrás
  Samuel Thibault bfcb59f8cc document STARPU_REGRESSION_BASED vs STARPU_NL_REGRESSION_BASED 15 anos atrás
  Samuel Thibault 091808305a document more about calibration 15 anos atrás
  Samuel Thibault a118be6bfa Document more on prefetch 15 anos atrás
  Samuel Thibault 30dfe46a78 Document STARPU_PER_ARCH model type 15 anos atrás
  Samuel Thibault bbe0cdbbda Add comments 15 anos atrás
  Nathalie Furmento 7bbc5e5b0c configure.ac: also look for libcuda in directory specified by --with-cuda-lib-dir 15 anos atrás
  Nathalie Furmento 59640039cb tests/datawizard/data_lookup.c: detect when no PU can execute the codelet and skip the test 15 anos atrás
  Cédric Augonnet d8e4ed1724 Only compile CUDA code if STARPU_USE_CUDA is defined 15 anos atrás
  Nathalie Furmento 0d914cc730 tests/datawizard/lazy_allocation: properly implement the CUDA codelet to check buffer content 15 anos atrás
  Nathalie Furmento ce21c179fc MPI: properly set id when FxT is enabled 15 anos atrás
  Ludovic Courtès 1e153b7a83 gcc: In task submission, pass raw pointers to `starpu_insert_task'. 15 anos atrás
  Ludovic Courtès 007a5cf66c gcc: Initialize the `nbuffers' field of codelets. 15 anos atrás
  Ludovic Courtès 8177b305f4 gcc: Factorize the test stubs into <lib.h>. 15 anos atrás
  Ludovic Courtès 91e09797ef gcc: Pass field initializers to the codelet constructor in the right order. 15 anos atrás
  Nathalie Furmento fa4f1b9a81 cuda: fix type for cudaError 15 anos atrás
  Samuel Thibault 37772c92ec Use cl_mem for OpenCL buffer pointers, as that's what they actually are, and to avoid confusing beginners with CPU buffers. 15 anos atrás
  Samuel Thibault ca5dd22771 move C99-ism from cuda/opencl helper headers to libstarpu itself. 15 anos atrás
  Nathalie Furmento 1f33d0ed4a examples/reductions/dot_product: add a cuda codelet for the reduction 15 anos atrás
  Nathalie Furmento 69da56dbba examples/: on enodev errors, tests are marked as skipped 15 anos atrás
  Nathalie Furmento 1e62c8c5c8 tests/: on enodev errors, tests are marked as skipped 15 anos atrás
  Nathalie Furmento 0b2f6a8c1c tests/: on enodev errors, tests are marked as skipped 15 anos atrás
  Nathalie Furmento ccde4d7412 starpu_insert_task returns the return code of the task submission 15 anos atrás
  Ludovic Courtès 01d162d2ae Add `gdbinit' to the distribution. 15 anos atrás
  Ludovic Courtès c5900310ca Rewrite `starpu_handle_get_local_ptr' in terms of `starpu_handle_to_pointer'. 15 anos atrás
  Nathalie Furmento 3410893c43 MPI/examples/cholesky: allocate matrix per blocks and not as a whole. This should improve MPI communications as they will now deal with contiguous data. 15 anos atrás
  Cédric Augonnet bb0dc7df61 In case we have CPU parallel tasks, the archtype is not that of the CPU, but a 15 anos atrás