Cyril Roelandt
|
908110220a
Fix the BCSR test.
|
13 years ago |
Nathalie Furmento
|
8b2e1d14b8
src/datawizard/interfaces/bcsr_interface.c: remove unused variables
|
13 years ago |
Cyril Roelandt
|
258555146a
Fix the size given to _STARPU_TRACE_DATA_COPY().
|
13 years ago |
Cyril Roelandt
|
cc0566ac23
BCSR interface: fix the amount of bytes to copy in ram_to_ram().
|
13 years ago |
Cyril Roelandt
|
220c050323
Do not use pointers after they have been freed.
|
13 years ago |
Nathalie Furmento
|
7eccca1c90
OpenCL Driver: only keep one function in public interface to do the copy, there is no need to try a synchronous copy after a asynchronous copy has failed
|
13 years ago |
Samuel Thibault
|
4dc472d777
Make copy_methods non-const, to let asynchronous_copy_disable be able to modify it
|
13 years ago |
Cyril Roelandt
|
f70742364e
src/datawizard/interfaces/*_interface.c: Use STARPU_ABORT() rather than STARPU_ASSERT(0) when finding an invalid node kind.
|
13 years ago |
Nathalie Furmento
|
8381f79759
minor fixes to handle compiler warnings
|
13 years ago |
Cyril Roelandt
|
d5e6287253
Expose some of the OpenCL related functions.
|
13 years ago |
Cyril Roelandt
|
fdbee85d19
Move src/common/hash.h to include/starpu_hash.h. All functions are now public.
|
13 years ago |
Cyril Roelandt
|
ee3612515d
Rename starpu_get_node_kind : it should be starpu_node_get_kind.
|
13 years ago |
Cyril Roelandt
|
ee6ae0150a
Make enum _starpu_node_kind and _starpu_get_node_kind public.
|
13 years ago |
Samuel Thibault
|
72bbb19ee6
Fix warnings
|
14 years ago |
Cyril Roelandt
|
99465346a7
src/ : repalce calls to assert() by calls to STARPU_ASSERT().
|
14 years ago |
Nathalie Furmento
|
3ad31951c8
src: code cleaning
|
14 years ago |
Nathalie Furmento
|
1b377f358f
src: rename internal objects following coding conventions
|
14 years ago |
Nathalie Furmento
|
bca792c881
src: rename internal types following coding conventions
|
14 years ago |
Nathalie Furmento
|
0ebf7ba326
Rename public opaque type starpu_data_handle as starpu_data_handle_t
|
14 years ago |
Nathalie Furmento
|
ee63c22a9e
Type renaming:
|
14 years ago |
Nathalie Furmento
|
c80a8acea1
Datatypes renaming
|
14 years ago |
Samuel Thibault
|
209ebef2ac
Trace async transfers differently to watch for cuda spurious blocking
|
14 years ago |
Samuel Thibault
|
bd2c88d145
cast void* to please the SCC compiler
|
14 years ago |
Nathalie Furmento
|
98a6500c28
src: Use 'STARPU_ATTRIBUTE_UNUSED' instead of ' __attribute__((unused))'
|
14 years ago |
Nathalie Furmento
|
2e143a90ad
rename variable interface (on windows, when including <windows.h>, one gets #define interface struct, ...)
|
14 years ago |
Nathalie Furmento
|
a9b4016e35
rename function parameter interface into data_interface (on windows, when including <windows.h>, one gets #define interface struct, ...)
|
14 years ago |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
14 years ago |
Cédric Augonnet
|
5a6e53c653
Remove superfluous cudaThreadSynchronize() calls.
|
15 years ago |
Cédric Augonnet
|
19f09aba2d
- Factorize functions which only differ by one parameter
|
15 years ago |
Cédric Augonnet
|
57ab0708b3
The allocate_data_on_node method of the starpu_data_interface_ops_t structure
|
15 years ago |