Historial de Commits

Autor SHA1 Mensaje Fecha
  Samuel Thibault acce0b71ce Add OpenGL interoperability support hace 14 años
  Cyril Roelandt 90a0c48b85 Fix TODO: OpenCL drivers can already be launched by the application. hace 14 años
  Cyril Roelandt 1e8b0590d0 Add documentation for the not_launched_drivers field of the starpu_conf structure. hace 14 años
  Cyril Roelandt d07c947598 Allow applications to run the OpenCL drivers themselves. hace 14 años
  Samuel Thibault 1a83af1be4 Make sure users use starpu_conf_init to initialize starpu_conf. Fix some code hace 14 años
  Ludovic Courtès 49155ba68a configure: Remove unneeded check for librt. hace 14 años
  Ludovic Courtès 2e920317ab gcc: Parse string literals in pragmas. hace 14 años
  Cyril Roelandt f988104459 Allow the application to launch multiple StarPU drivers itself (instead of just one). hace 14 años
  Cyril Roelandt 5805908fe1 src/core/workers.c: add _starpu_may_launch_driver() in order to factorize some code. hace 14 años
  Samuel Thibault 924cd80401 Merge 1.0 branch hace 14 años
  Samuel Thibault 0f5a96e2ac mention that dependent tasks might already be executing hace 14 años
  Samuel Thibault 323c0844e8 Make sure we can submit tasks from codelets and callbacks hace 14 años
  Nicolas Collin 7c8aad234f English correction in a comment. hace 14 años
  Samuel Thibault 64c7e51ce4 Fix missing renames hace 14 años
  Samuel Thibault 715d75e608 mention that the baseline for performance models is the total size, not the matrix side size hace 14 años
  Cyril Roelandt 6558e0795e Fix build without CUDA. hace 14 años
  Cyril Roelandt be208ea7d6 starpu_opencl_load_kernel: remove a useless call to starpu_opencl_get_context. hace 14 años
  Cyril Roelandt a499bf4c71 Allow a driver not to be run by StarPU, but by the application itself. hace 14 años
  Ludovic Courtès f0bcb401bd gcc: Look up `struct starpu_codelet' directly, not a typedef thereof. hace 14 años
  Cyril Roelandt d20369d76e BLAS: A and B must be of type "const TYPE *" in SGEMM. hace 14 años
  Cyril Roelandt d97cab7cc4 src/drivers: do not call pthread_exit() at the end of the drivers; just return NULL. hace 14 años
  Nathalie Furmento ff5a7ac636 tests/microbenchs/matrix_as_vector.c: no need to test size lower than 1K hace 14 años
  Ludovic Stordeur 39d7911a16 gcc-plugin/src/c-expr.y: fixed reduce/reduce conflicts. hace 14 años
  Nathalie Furmento 2aa6c64b28 tests/microbenchs/matrix_as_vector.c: mark test as skipped on ENODEV hace 14 años
  Nathalie Furmento 4a858bf87c tests/microbenchs/matrix_as_vector.c: always declare cuda kernels, and give them a empty body when cuda is not enabled hace 14 años
  Nathalie Furmento ffd3f77a04 tests/microbenchs/matrix_as_vector.c: only enable code when CUDA is enabled hace 14 años
  Nathalie Furmento bdd3680ca1 tests/microbenchs: add benchmark matrix_as_vector.c to compare the access of a matrix object as a vector and a matrix hace 14 años
  Nathalie Furmento e1cc448396 doc/chapters/mpi-support.texi: do not use character [ in macro @var hace 14 años
  Nathalie Furmento 23f07cd598 tests/datawizard/write_only_tmp_buffer.c: flush opencl queue after writing the data hace 14 años
  Nathalie Furmento 10dede5684 examples/interface/complex: implement ram<->opencl asynchronous copies hace 14 años