Samuel Thibault
|
7ce4ced85d
Let the CUDA driver progress while the GPU is computing
|
11 years ago |
Samuel Thibault
|
e9c70aac17
port r11376 from 1.1: Introduce rwlock_tryrdlock and trywrlock variants. Use them in the progression hooks to avoid getting stuck due to idling workers.
|
12 years ago |
Samuel Thibault
|
8fab9cdf6f
Do not use ifdef in macro argument
|
12 years ago |
Samuel Thibault
|
f89fa6901a
comments
|
12 years ago |
Nathalie Furmento
|
30860cac02
Renaming of diverse functions and datatypes.
|
12 years ago |
Samuel Thibault
|
04ff31b231
Add comments
|
13 years ago |
Nathalie Furmento
|
c7321a76ff
fix type for node to always be unsigned (instead of uint32_t)
|
13 years ago |
Nathalie Furmento
|
3ad31951c8
src: code cleaning
|
14 years ago |
Nathalie Furmento
|
efc9c3a136
src: Update LIST_TYPE macro to generate list functionalities and type
|
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
|
adf2f44e62
turn starpu_access_mode into an enumerated type
|
14 years ago |
Nathalie Furmento
|
906d935956
src: prefix names of internal types and functions with _starpu
|
14 years ago |
Nathalie Furmento
|
fd84a18ae7
src: fix minor warnings (detected by compiler icc)
|
14 years ago |
Nathalie Furmento
|
6db2c372ca
merge branch gpumem_prefetch
|
14 years ago |
Cédric Augonnet
|
e51515a4dd
Start to add support for CUDA 4:
|
15 years ago |
Cédric Augonnet
|
732e65e13c
Cleanup of the data request management code (ie. simplify the management of
|
15 years ago |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
15 years ago |
Cédric Augonnet
|
6290ece0a1
- Add a "ndeps" field in the data request structure so that a request may
|
15 years ago |
Cédric Augonnet
|
c65bd29a96
- The data request structure does not contain handle + {src_node,dst_node}
|
15 years ago |
Cédric Augonnet
|
74b87470d3
The _starpu_search_existing_data_request now considers a
|
15 years ago |
Cédric Augonnet
|
952534293d
Update copyright date
|
15 years ago |
Nathalie Furmento
|
4a983beb04
Update copyright
|
15 years ago |
Cédric Augonnet
|
dd1034c582
It is now possible to append callback to data requests
|
15 years ago |
Cédric Augonnet
|
f483d3bb70
Minor code cleanups in the data request management.
|
15 years ago |
Nathalie Furmento
|
df88473141
StarPU: Use character _ instead of - in filenames
|
16 years ago |
Nathalie Furmento
|
807432b12c
Internal functions are named _starpu_XXX
|
16 years ago |
Nathalie Furmento
|
e477195279
Prefixing of type job and associated list functionalities
|
16 years ago |
Nathalie Furmento
|
8729a4c999
Prefixing of src/datawizard/data_request.h ...
|
16 years ago |
Nathalie Furmento
|
d26bb1ca08
Prefixing in src/datawizard/copy_driver.h
|
16 years ago |