Nathalie Furmento
|
b3a6c1f52b
do not use typedef for starpu_codelet, use it directly as a struct
|
13 yıl önce |
Nathalie Furmento
|
906d935956
src: prefix names of internal types and functions with _starpu
|
13 yıl önce |
Cyril Roelandt
|
f44b57b8b1
Fix dead assignment.
|
13 yıl önce |
Samuel Thibault
|
4b98f15135
Display GPU size in starpu_machine_display
|
13 yıl önce |
Samuel Thibault
|
30302c54d6
Make drivers wait for all transfer completions, to make sure not to free some data which is still being transferred
|
13 yıl önce |
Cyril Roelandt
|
6884c732c5
First version of the multiformat interface.
|
13 yıl önce |
Samuel Thibault
|
8b92ec20cf
Make sure we call an implementation
|
13 yıl önce |
Nathalie Furmento
|
6db2c372ca
merge branch gpumem_prefetch
|
13 yıl önce |
Samuel Thibault
|
0e3edeee5c
provide file and line of errors
|
13 yıl önce |
Cyril Roelandt
|
ffcfb86084
Multi-implementation.
|
13 yıl önce |
Samuel Thibault
|
47b21020da
print bandwidths too in starpu_machine_display
|
14 yıl önce |
Nathalie Furmento
|
b852227eef
drivers: call _starpu_push_task_output after _starpu_driver_update_job_feedback as data used by _starpu_driver_update_job_feedback may get freed by _starpu_push_task_output
|
14 yıl önce |
Nathalie Furmento
|
9d9e0bd133
CUDA driver: do not enable more CUDA devices than requested through configure option --enable-maxcudadev
|
14 yıl önce |
Nathalie Furmento
|
86a0b888e8
CUDA driver: fix call to _starpu_driver_update_job_feedback()
|
14 yıl önce |
Samuel Thibault
|
cf42bcf4a1
Merge starpu-top branch into trunk
|
14 yıl önce |
Nathalie Furmento
|
f6758e6907
Driver CUDA: Extract PCI Informations when available
|
14 yıl önce |
Nathalie Furmento
|
cc375f6e35
Driver CUDA: revert latest modifications. This feature needs to be re-implemented properly.
|
14 yıl önce |
Nathalie Furmento
|
5b909055db
CUDA driver: do not abort when number of CUDA devices required is more than what is available. Just print warning (this needs to be improved)
|
14 yıl önce |
Nathalie Furmento
|
9347d5f45d
Driver CUDA: fails when number of CUDA devices required is higher than what is available
|
14 yıl önce |
Nathalie Furmento
|
be21dbf0a3
CUDA driver: allow configure option --enable-maxcudadev to specify a number lower than the number of available CUDA devices. Warn users that not all CUDA devices are enabled
|
14 yıl önce |
Nathalie Furmento
|
fa4f1b9a81
cuda: fix type for cudaError
|
14 yıl önce |
Samuel Thibault
|
ca5dd22771
move C99-ism from cuda/opencl helper headers to libstarpu itself.
|
14 yıl önce |
Cédric Augonnet
|
bb0dc7df61
In case we have CPU parallel tasks, the archtype is not that of the CPU, but a
|
14 yıl önce |
Cédric Augonnet
|
e51515a4dd
Start to add support for CUDA 4:
|
14 yıl önce |
Nathalie Furmento
|
cdfdc093b0
rename field interface in struct starpu_task into interfaces (on windows, when including <windows.h>, one gets #define interface struct, ...)
|
14 yıl önce |
Cédric Augonnet
|
8412f45ae4
Create a stream dedicated to StarPU's async data transfers so that we can
|
14 yıl önce |
Cédric Augonnet
|
6a644744e4
The starpu_push_local_task function puts a task into the local queue associated
|
14 yıl önce |
Samuel Thibault
|
eb10f6b655
- Make starpu_cuda_get_local_stream return the stream instead of a pointer to it
|
14 yıl önce |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
14 yıl önce |
Samuel Thibault
|
9b79aeb3a8
- Generalize performance model functions a bit to accomodate being used for power consumption.
|
14 yıl önce |