Samuel Thibault
|
2b30d49db1
Make it possible to use simgrid without having CUDA/OpenCL installed
|
12 years ago |
Nathalie Furmento
|
eb32a9b3d4
src: fix coding style
|
12 years ago |
Nathalie Furmento
|
8fdc9fbc75
add parameter size to function starpu_free_buffer_on_node()
|
13 years ago |
Samuel Thibault
|
ab7c89dbe8
expose starpu_allocate_buffer_on_node and starpu_free_buffer_on_node to application, so application-defined interfaces can use them too
|
13 years ago |
Samuel Thibault
|
13f47d941a
Use _starpu_allocate_buffer_on_node and _starpu_free_buffer_on_node in all interfaces
|
13 years ago |
Cyril Roelandt
|
e59b6b6388
Interfaces: Check the return value of cudaMalloc and cudaFree.
|
13 years ago |
Nathalie Furmento
|
8ef31f4109
src/datawizard/interfaces: use cl_event instead of void for the opencl copy functions (see r7230)
|
13 years ago |
Cyril Roelandt
|
8fb6560e29
Multiformat interface: remove a no longer relevant TODO item.
|
13 years ago |
Cyril Roelandt
|
268bac3867
Multiformat interface: free OpenCL buffers.
|
13 years ago |
Cyril Roelandt
|
88bf76e6b2
Replace STARPU_ASSERT(0) by STARPU_ABORT().
|
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 |
Samuel Thibault
|
7db866d4d9
Document TODO assertions
|
13 years ago |
Nathalie Furmento
|
adbf430bab
definition of datatypes struct starpu_multiformat_data_interface_ops and struct starpu_multiformat_interface are always the same and do not depend on which device is enabled
|
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
|
4865cd03ab
The users should not be able to provide their own copy methods without defining a new interface.
|
13 years ago |
Cyril Roelandt
|
26837d338b
Add a get_mf_ops function to the interfaces, so that they can return the multiformat-releated helpers.
|
13 years ago |
Cyril Roelandt
|
e332089751
Do not compare and interface identifier to STARPU_MULTIFORMAT_ID to determine whether the interface uses multiple format. This allows other interfaces to use multiple formats and to trigger the creation of conversion tasks.
|
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 |
Cyril Roelandt
|
ac859c1e11
Multiformat : filter example.
|
13 years ago |
Samuel Thibault
|
093df9884a
fix build with icpc
|
13 years ago |
Cyril Roelandt
|
78c1624488
Fix warnings (unused variables).
|
13 years ago |
Cyril Roelandt
|
d07084a07f
Replaces a bunch of "#if STARPU_USE_" by "#ifdef STARPU_USE_"
|
13 years ago |
Samuel Thibault
|
8b0b45df65
Fix multiformat interface
|
14 years ago |
Samuel Thibault
|
72bbb19ee6
Fix warnings
|
14 years ago |
Samuel Thibault
|
08f4ce1f07
Fix in-place partitioning for OpenCL. OpenCL codelets are not supposed to use the ptr pointer, since in OpenCL we only have a cl_mem
|
14 years ago |