Samuel Thibault
|
b25760aa94
fix warnings
|
11 년 전 |
Nathalie Furmento
|
6347c4c1f4
data_interfaces: do not use 'interface' as it can be a keyword
|
11 년 전 |
Samuel Thibault
|
1cb0d3f5be
Describe codelet data more precisely
|
11 년 전 |
Nathalie Furmento
|
0b1c0eb6d0
src/datawizard/interfaces/void_interface.c: fix pack function, count and ptr should be set
|
11 년 전 |
Nathalie Furmento
|
4e5f992ff6
src/datawizard/interfaces/void_interface.c: define pack and unpack functions
|
11 년 전 |
Nathalie Furmento
|
579be68c99
use STARPU_MAIN_RAM instead of 0 to design main memory
|
12 년 전 |
Samuel Thibault
|
57ac315b6d
Import MIC/SCC work from Nicolas, Damien, Brice and Ludovic, reworked a bit. Not even compiled on MIC/SCC yet
|
12 년 전 |
Nathalie Furmento
|
2cb9fcd148
use starpu_ssize_t instead of ssize_t to be windows-able
|
12 년 전 |
Samuel Thibault
|
ed1bcb3d3a
Fix disabling asynchronous copy for any_to_any. Instead of modifying the copy structure, test the flag before invoking the functions.
|
12 년 전 |
Samuel Thibault
|
ef9881a564
fix warning
|
12 년 전 |
Samuel Thibault
|
41d0c9be3d
fix build
|
12 년 전 |
Samuel Thibault
|
de6deb09f5
Introduce the starpu_interface_copy helper, and the any_to_any copy method, which permits to factorize a lot of interface code.
|
12 년 전 |
Nathalie Furmento
|
c7321a76ff
fix type for node to always be unsigned (instead of uint32_t)
|
12 년 전 |
Nathalie Furmento
|
2faf1c758e
data interfaces: remove references to functions which copy to and from SPU devices
|
12 년 전 |
Samuel Thibault
|
2b30d49db1
Make it possible to use simgrid without having CUDA/OpenCL installed
|
12 년 전 |
Nathalie Furmento
|
8ef31f4109
src/datawizard/interfaces: use cl_event instead of void for the opencl copy functions (see r7230)
|
13 년 전 |
Samuel Thibault
|
4dc472d777
Make copy_methods non-const, to let asynchronous_copy_disable be able to modify it
|
13 년 전 |
Cyril Roelandt
|
fdbee85d19
Move src/common/hash.h to include/starpu_hash.h. All functions are now public.
|
13 년 전 |
Nathalie Furmento
|
3ad31951c8
src: code cleaning
|
13 년 전 |
Nathalie Furmento
|
0ebf7ba326
Rename public opaque type starpu_data_handle as starpu_data_handle_t
|
13 년 전 |
Nathalie Furmento
|
c80a8acea1
Datatypes renaming
|
13 년 전 |
Nathalie Furmento
|
98a6500c28
src: Use 'STARPU_ATTRIBUTE_UNUSED' instead of ' __attribute__((unused))'
|
14 년 전 |
Cédric Augonnet
|
8386cce80c
Do not declare the same field multiple time
|
14 년 전 |
Cédric Augonnet
|
e51515a4dd
Start to add support for CUDA 4:
|
14 년 전 |
Nathalie Furmento
|
a9b4016e35
rename function parameter interface into data_interface (on windows, when including <windows.h>, one gets #define interface struct, ...)
|
14 년 전 |
Samuel Thibault
|
eb10f6b655
- Make starpu_cuda_get_local_stream return the stream instead of a pointer to it
|
14 년 전 |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
14 년 전 |
Cédric Augonnet
|
19f09aba2d
- Factorize functions which only differ by one parameter
|
14 년 전 |
Cédric Augonnet
|
7bf6cfb553
Fix typo
|
14 년 전 |
Cédric Augonnet
|
d9b2afd1f1
Implement the "void" data interface which represents an abstract piece of data
|
14 년 전 |