Cédric Augonnet
|
61cdbb41bd
Add support for parallel tasks:
|
14 éve |
Nathalie Furmento
|
cafb22e85f
Makefile: make -C tests check runs coverage/coverage.sh only when coverage is enabled
|
14 éve |
Cédric Augonnet
|
e972e93da4
Fix make distcheck
|
14 éve |
Cédric Augonnet
|
975cfaa576
Move coverage.sh test into the tests/ directory as this is not something that
|
14 éve |
Cédric Augonnet
|
0700ca07a1
Add a debug function to display the size of some data structures.
|
14 éve |
Cédric Augonnet
|
3fb818e36e
The starpu_data_cpy function copies the content of a handle into another handle.
|
14 éve |
Nathalie Furmento
|
72e51d653e
tests/Makefile.am: typo
|
14 éve |
Nathalie Furmento
|
751a5a20c5
tests/Makefile.am: only install OpenCL codelet files when OpenCL is enabled
|
14 éve |
Cédric Augonnet
|
2c2f40c638
The increment_redux test performs a succession of reduction phases followed by
|
14 éve |
Cédric Augonnet
|
d3dd8e5bd6
The "manual_reduction" test performs a reduction operation by the means of
|
14 éve |
Nicolas Collin
|
dc11e6e998
Added a mutex release in starpu_init in case of several threads calling it simultaneously.
|
14 éve |
Cédric Augonnet
|
0d0f49090f
Add a test that should force StarPU to do some memory reclaiming.
|
14 éve |
Cédric Augonnet
|
40d5e40a24
Add a test that uses the void interface in order to protect a critical section
|
15 éve |
Nathalie Furmento
|
98d7d163e5
tests/datawizard: add new test
|
15 éve |
Nathalie Furmento
|
e327bc7aa7
tests/datawizard/acquire_release: add cuda codelet and fix access_mode when calling starpu_data_acquire_cb
|
15 éve |
Nathalie Furmento
|
11464b1731
Makefile.am: fix
|
15 éve |
Nathalie Furmento
|
a9621e568b
Makefile.am: programs in directory tests are compiled when running 'make' and installed in 'target/lib/starpu/tests' when running 'make install'
|
15 éve |
Nathalie Furmento
|
5f0f59b8d5
Testcases: add new application to test combined synchronous and asynchronous acquire/release
|
15 éve |
Cédric Augonnet
|
fda0f0ca3f
Some examples include starpu.h (and therefore possibly hwloc.h)
|
15 éve |
Cédric Augonnet
|
fdcffc1dcd
The hwloc library is used in the public API so we need hwloc.h in case hwloc is
|
15 éve |
Cédric Augonnet
|
461cd23194
Implement starpu_data_invalidate which invalidates all copies of a data handle.
|
15 éve |
Nathalie Furmento
|
4a983beb04
Update copyright
|
15 éve |
Cédric Augonnet
|
3bf9c2f5f6
Provide the CUDA implementation of the codelet in the mpi_like(_async) tests.
|
15 éve |
Cédric Augonnet
|
949c821adf
Use asynchronous user data requests in the previous MPI-like example
|
15 éve |
Cédric Augonnet
|
c60646ab8a
Add a test which mimics MPI communications on top of threads so that we can
|
15 éve |
Cédric Augonnet
|
901bc0961f
Add a test for asynchronous user data requests with implicit deps
|
15 éve |
Cédric Augonnet
|
888effa7e3
Make sure that starpu_data_sync_with_mem_non_blocking also enforces sequential
|
15 éve |
Cédric Augonnet
|
fc918e5f27
Add a test to make sure that starpu_data_sync_with_mem is working properly
|
15 éve |
Cédric Augonnet
|
0680ab4221
Add a test to check whether it is possible to submit a chain of "null tasks"
|
15 éve |
Cédric Augonnet
|
cf92403d35
Add a new test to make sure that it is possible to use tasks with cl=NULL to
|
15 éve |