Cyril Roelandt
|
41214acdab
Replaces ".modes[id] = mode" by ".modes = { ... }" in the tests.
|
13 anni fa |
Cyril Roelandt
|
96efa2dc02
Replacing task->buffers[x].handle by task->handles[x] and moving the modes from the task to the codelets in some of the tests.
|
13 anni fa |
Nathalie Furmento
|
7599748470
update code w.r.t coding style
|
13 anni fa |
Nathalie Furmento
|
137a8543af
tests: update location for helper.h and use STARPU_ASSERT
|
13 anni fa |
Nathalie Furmento
|
efb9cbf614
tests: use STARPU_TEST_SKIPPED instead of hard-coded value 77
|
13 anni fa |
Nathalie Furmento
|
a7c6dabe25
tests: inside struct starpu_codelet, use xxx_funcs fields instead of the xxx_func ones
|
13 anni fa |
Nathalie Furmento
|
b3a6c1f52b
do not use typedef for starpu_codelet, use it directly as a struct
|
13 anni fa |
Nathalie Furmento
|
0ebf7ba326
Rename public opaque type starpu_data_handle as starpu_data_handle_t
|
13 anni fa |
Nathalie Furmento
|
0d4ddb2a9d
tests: release data before unregistering them
|
13 anni fa |
Nathalie Furmento
|
c62ca38724
tests/: add missing calls to starpu_data_unregister
|
13 anni fa |
Nathalie Furmento
|
57ddcd094f
tests: use EXIT_SUCCESS to indicate success and add extra debug messages
|
13 anni fa |
Nathalie Furmento
|
474caf3a4c
tests: improve error checking mechanism
|
13 anni fa |
Nathalie Furmento
|
e13a68dcbb
tests: remove second definition of FPRINTF
|
13 anni fa |
Nathalie Furmento
|
13cd230e8c
tests/: improve error checking
|
13 anni fa |
Nathalie Furmento
|
0b2f6a8c1c
tests/: on enodev errors, tests are marked as skipped
|
14 anni fa |
Nathalie Furmento
|
85f203b568
tests/: do not display messages when environment variable STARPU_SSILENT is set
|
14 anni fa |
Nathalie Furmento
|
2a695cd08f
tests: add -Wall when compiling and fix warnings
|
14 anni fa |
Nathalie Furmento
|
59756dd67d
show equivalent codes using or not starpu_insert_task
|
14 anni fa |
Nathalie Furmento
|
c94bfb21c5
tests/core/insert_task.c: more complex example
|
14 anni fa |
Nathalie Furmento
|
3ef8ed9896
add testcase for starpu_insert_task()
|
14 anni fa |