Nathalie Furmento
|
bb61f3808d
update cnrs copyright
|
10 年之前 |
Samuel Thibault
|
6757bca1b5
Remove implementation array terminator in tests, examples, and documentation, since it is not actually used
|
10 年之前 |
Samuel Thibault
|
4b1a16edde
Fix University name after the fusion..
|
10 年之前 |
Nathalie Furmento
|
5fdde967b0
tests: partly revert #11510 and turn all cpu implementations codelets not static so that MIC code is able to successfully call dlsym on the function
|
11 年之前 |
Nathalie Furmento
|
c1d9d5b7f1
tests/errorcheck/invalid_tasks.c: make sure StarPU does not start any GPU device
|
13 年之前 |
Samuel Thibault
|
1a83af1be4
Make sure users use starpu_conf_init to initialize starpu_conf. Fix some code
|
13 年之前 |
Cyril Roelandt
|
39cf6fd80b
tests/errorcheck/invalid_tasks: remove the "where" field in gpu_only_cl.
|
13 年之前 |
Samuel Thibault
|
8fbc64eb8c
Also let the non-cpu task try to go on an opencl device and fail
|
13 年之前 |
Nathalie Furmento
|
8381f79759
minor fixes to handle compiler warnings
|
13 年之前 |
Samuel Thibault
|
6a73a722a8
Fix destroying the task when it failed to be submitted
|
13 年之前 |
Samuel Thibault
|
41d138c7a8
Fix memleak
|
13 年之前 |
Nathalie Furmento
|
7da0d594f1
tests/errorcheck/invalid_tasks.c: missing endif
|
13 年之前 |
Nathalie Furmento
|
412077a293
tests/errorcheck/invalid_tasks.c: typo
|
13 年之前 |
Nathalie Furmento
|
cf2a5b7000
tests/errorcheck/invalid_tasks.c: as environment variables are prefered to starpu_conf parameter, we need to unset potentially defined variables setting number of workers
|
13 年之前 |
Nathalie Furmento
|
9aaa7caf99
tests: if starpu_init() returns -ENODEV, skip the test, do not fail it
|
13 年之前 |
Nathalie Furmento
|
137a8543af
tests: update location for helper.h and use STARPU_ASSERT
|
13 年之前 |
Nathalie Furmento
|
efb9cbf614
tests: use STARPU_TEST_SKIPPED instead of hard-coded value 77
|
13 年之前 |
Nathalie Furmento
|
a7c6dabe25
tests: inside struct starpu_codelet, use xxx_funcs fields instead of the xxx_func ones
|
13 年之前 |
Nathalie Furmento
|
b3a6c1f52b
do not use typedef for starpu_codelet, use it directly as a struct
|
13 年之前 |
Nathalie Furmento
|
57ddcd094f
tests: use EXIT_SUCCESS to indicate success and add extra debug messages
|
13 年之前 |
Samuel Thibault
|
a586f6da56
Fix failure without cpus
|
13 年之前 |
Nathalie Furmento
|
2c1f736e4c
tests: improve error checking mechanism
|
13 年之前 |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
14 年之前 |
Cédric Augonnet
|
952534293d
Update copyright date
|
14 年之前 |
Nathalie Furmento
|
4a983beb04
Update copyright
|
14 年之前 |
Nathalie Furmento
|
b96d3703df
rename starpu_submit_task into starpu_task_submit
|
15 年之前 |
Cédric Augonnet
|
d5e905e7c9
When submitting a task to a specific worker, we also check that this worker is
|
15 年之前 |