Nathalie Furmento
|
6a7cf4e2ee
tools/dev/experimental/use_starpu_pthread_macros.cocci: add patterns for pthread_spin_ functions
|
13 年之前 |
Nathalie Furmento
|
b22c04197c
configure.ac: no longer use -we10006 when checking if a flag is supported
|
13 年之前 |
Nathalie Furmento
|
0433b3cc32
src: minor fixes w.r.tg warnings detected by gcc compiler
|
13 年之前 |
Nathalie Furmento
|
137a8543af
tests: update location for helper.h and use STARPU_ASSERT
|
13 年之前 |
Nathalie Furmento
|
c844785b54
Makefile.am: helper.h has been moved. Update NVCCFLAGS
|
13 年之前 |
Nathalie Furmento
|
b265a4ffa8
tests: move helper.h from common directory to main directory. Use STARPU pthread macros defined in src/common/utils.h instead of redefining them.
|
13 年之前 |
Nathalie Furmento
|
2c405bdc80
examples/reductions/minmax_reduction.c: mark test as skipped when no eligible worker is found
|
13 年之前 |
Nathalie Furmento
|
773289b7b7
Makefile.am: add file to dist
|
13 年之前 |
Samuel Thibault
|
db6b2fc374
typo
|
13 年之前 |
Cyril Roelandt
|
c7ced8364b
Replace calls to pthread_* by calls to _STARPU_PHTREAD_*.
|
13 年之前 |
Cyril Roelandt
|
92670e43f8
Add use_starpu_pthread_macros.cocci.
|
13 年之前 |
Cyril Roelandt
|
1ff587069d
vector_scal.c : fix codelet initialization.
|
13 年之前 |
Cyril Roelandt
|
450395a8af
Removes ".cpu_func = STARPU_MULTIPLE_CPU_IMPLEMENTATIONS" from codelet initializations.
|
13 年之前 |
Cyril Roelandt
|
99465346a7
src/ : repalce calls to assert() by calls to STARPU_ASSERT().
|
13 年之前 |
Cyril Roelandt
|
842e4c9f44
Fix the multiformat interface.
|
13 年之前 |
Samuel Thibault
|
eaddb70c0e
Fix warning
|
13 年之前 |
Samuel Thibault
|
3f12d8bd73
unbreak r4806: don't use the sorted order for the task interfaces
|
13 年之前 |
Cyril Roelandt
|
b65c0d1934
use_starpu_macros.cocci : add support for STARPU_MIN and STARPU_MAX
|
13 年之前 |
Nathalie Furmento
|
f98b20266c
add missing copyrights
|
13 年之前 |
Cyril Roelandt
|
3d4d9901c2
Add a Coccinelle script that turns "abort" into "STARPU_ABORT" and "assert" into "STARPU_ASSERT"
|
13 年之前 |
Cyril Roelandt
|
b1e69671e0
Add a Coccinelle script that should be able to fix the return values of our tests.
|
13 年之前 |
Cyril Roelandt
|
b236f9013e
Add a coccinelle script that removes all occurences of the "where" field of the "starpu_codelet" structure.
|
13 年之前 |
Nathalie Furmento
|
be21794fe1
doc: STARPU_GPU and gpu_funcs do not exist. Update to CUDA
|
13 年之前 |
Nathalie Furmento
|
d402cfe8ee
doc: update struct starpu_codelet definition
|
13 年之前 |
Samuel Thibault
|
2d63bff3c2
Values don't actually matter
|
13 年之前 |
Nathalie Furmento
|
62a3b592b7
doc: update struct starpu_codelet definition
|
13 年之前 |
Cyril Roelandt
|
9aa04863c2
Always make sure that the initilaization of the cpu_funcs field is NULL-terminated
|
13 年之前 |
Nathalie Furmento
|
e37443fc81
tests: fix typos
|
13 年之前 |
Nathalie Furmento
|
efb9cbf614
tests: use STARPU_TEST_SKIPPED instead of hard-coded value 77
|
13 年之前 |
Nathalie Furmento
|
27a59f4c7c
doc: fix @deftypefun syntax
|
13 年之前 |