Samuel Thibault
|
febecc5fa2
Fix confusion between local pointer, ram pointer, and home pointer:
|
14 years ago |
Ludovic Courtès
|
6a059a9904
Update the pointer -> handle mapping for lazily-allocated data.
|
14 years ago |
Ludovic Courtès
|
0b6479948e
Move internal function decls to internal headers.
|
14 years ago |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
14 years ago |
Cédric Augonnet
|
952534293d
Update copyright date
|
15 years ago |
Nathalie Furmento
|
4a983beb04
Update copyright
|
15 years ago |
Cédric Augonnet
|
9a1e274278
- Move the functions prototypes and the structures required to create new data
|
15 years ago |
Cédric Augonnet
|
5c2343f691
Provide a method to compare whether two interfaces are "compatible" (ie. it is
|
15 years ago |
Cédric Augonnet
|
c92030c413
We "free" memory, we don't "liberate" it from the yoke of an evilish malloc :)
|
15 years ago |
Cédric Augonnet
|
2a361c1284
The data interface allocation method now directly takes a "void *interface"
|
15 years ago |
Cédric Augonnet
|
8b176292d7
move the functions responsible for creating / destroying a data handle into the
|
15 years ago |
Cédric Augonnet
|
da923646ea
Rename the "blas" interface into "matrix" which is much clearer.
|
15 years ago |
Cédric Augonnet
|
0548a0dd12
Minor cleanups:
|
15 years ago |
Nathalie Furmento
|
807432b12c
Internal functions are named _starpu_XXX
|
15 years ago |
Nathalie Furmento
|
463313ce13
Prefixing of datawizard/interfaces/data_interface.h
|
15 years ago |
Nathalie Furmento
|
d26bb1ca08
Prefixing in src/datawizard/copy_driver.h
|
15 years ago |
Nathalie Furmento
|
3739cfa184
Prefixing of objects defined in starpu_config_h.in
|
15 years ago |
Nathalie Furmento
|
6dd34a77c3
prefix many objects with starpu_
|
15 years ago |
Cédric Augonnet
|
1c9e738133
- rename MAXNODES into STARPU_MAXNODES.
|
15 years ago |
Cédric Augonnet
|
cf4df79338
The footprint method of the data_interface_ops_t structure now only takes a
|
16 years ago |
Cédric Augonnet
|
0281ad5c41
** IMPORTANT **
|
16 years ago |
Cédric Augonnet
|
e081dedd94
- Factorize the code to register a new piece of data so that adding an
|
16 years ago |
Cédric Augonnet
|
6fee32672b
Include the size of the interface structure in the data_interface_ops_t
|
16 years ago |
Cédric Augonnet
|
fbc16730b4
Minor cleanups: we expose the starpu_data_handle opaque type rather than the
|
16 years ago |
Cédric Augonnet
|
c113a7a008
Remove the dump_data_interface field of the data_interface_ops_t structure as
|
16 years ago |
Cédric Augonnet
|
22e39e050a
starpu_get_handle_interface_id returns the identifier of the interface of a
|
16 years ago |
Cédric Augonnet
|
e51aadfda3
- The different data interfaces are now indexed between 0 and
|
16 years ago |
Cédric Augonnet
|
056e59082a
Factorize the data transfer code, it should be a little easier to define a new
|
16 years ago |
Cédric Augonnet
|
2c5a6c13f1
minor fixes in the block interface
|
16 years ago |
Cédric Augonnet
|
c1f00e8c91
update the StarPU Gordon driver to the recent changes in Gordon
|
16 years ago |