Cédric Augonnet
|
de62fb027f
Fix commit r2445
|
hace 16 años |
Samuel Thibault
|
aa3d08092d
mention which examples the reader could study
|
hace 16 años |
Nathalie Furmento
|
8ee68b45a2
OpenCL driver: comment out unused fonctions
|
hace 16 años |
Nathalie Furmento
|
5b29bbee5e
doc: opencl api
|
hace 16 años |
Nathalie Furmento
|
8ae6fc8c94
doc: TODOs
|
hace 16 años |
Nathalie Furmento
|
1df7add367
Data Interface API: rename macro to get fields of interfaces
|
hace 16 años |
Nathalie Furmento
|
a8551a8d07
doc: followup to revision #2436
|
hace 16 años |
Nathalie Furmento
|
fe0cb18dd9
doc: add filters API
|
hace 16 años |
Nathalie Furmento
|
e69c1c8e6c
Example/filters: use starpu_data_get_nb_children() to get the number of children instead of the value initially given to starpu_data_partition()
|
hace 16 años |
Olivier Aumage
|
0f49a8f7d3
- missing or, redundant initialization
|
hace 16 años |
Nathalie Furmento
|
3e130878a7
examples/filters: minor fixes
|
hace 16 años |
Nathalie Furmento
|
b6ffc9ab54
examples/Makefile.am: add missing file
|
hace 16 años |
Nathalie Furmento
|
b234e4aa84
Filter block example: add OpenCL implementation
|
hace 16 años |
Nathalie Furmento
|
41cbb6182c
Filter example: fix copyright
|
hace 16 años |
Nathalie Furmento
|
4628d2ee48
Filter example: fix copyright
|
hace 16 años |
Nathalie Furmento
|
a02f53c017
OpenCL Driver: implement clEnqueueWriteBufferRect() and clEnqueueReadBufferRect()
|
hace 16 años |
Nathalie Furmento
|
a2b324f866
Block interface: Implement OpenCL transfer for non contiguous blocks. The copy is done 1D line by 1D line and is therefore not efficient. Efficient transfers should be implemented on top of clEnqueueReadBufferRect() and clEnqueueWriteBufferRect() functions.
|
hace 16 años |
Nathalie Furmento
|
fe60c699c6
examples/filters/fblock: add CUDA implementation
|
hace 16 años |
Nathalie Furmento
|
25853f9f9c
doc: update starpu_filter structure
|
hace 16 años |
Nathalie Furmento
|
890365475d
examples: show how to use block filters
|
hace 16 años |
Nathalie Furmento
|
68689562bf
datawizard/interfaces/block_filters.c: set unused attribute
|
hace 16 años |
Nathalie Furmento
|
9e55f6b493
define function starpu_data_get_nb_children()
|
hace 16 años |
Nathalie Furmento
|
f0c78cdba2
Block Data interfaces: define block filter
|
hace 16 años |
Nathalie Furmento
|
2eaa2e4834
filters/fmatrix.c: minor fixes
|
hace 16 años |
Nathalie Furmento
|
97de2badea
filters/fvector.c: fix access mode
|
hace 16 años |
Nathalie Furmento
|
ec395cd01c
examples: rename filters/filters.c into filters/fvector.c
|
hace 16 años |
Nathalie Furmento
|
04c511e34b
examples: add example to show how to partition matrices
|
hace 16 años |
Cédric Augonnet
|
aae569a5c8
- Rename "struct starpu_filter_t" into "struct starpu_data_filter" and remove
|
hace 16 años |
Cédric Augonnet
|
5777024385
There is no need to export starpu_data_create_children anymore.
|
hace 16 años |
Mehdi Juhoor
|
76127800bc
the starpu_filter structure now contains a nchildren field. This help resolving an ambiguity with the get_nchildren function, which now serves to compute non-trivial number of children. As a result, filter_arg is now used as an additional parameter in some specific filters, e.g starpu_divide_in_2_filter_func.
|
hace 16 años |