Nathalie Furmento
|
2455e3a7b1
fix variable name to disable asynchronous OpenCL and CUDA copy
|
před 12 roky |
Nathalie Furmento
|
28e2250682
cuda: fix type for devid to always be unsigned
|
před 12 roky |
Samuel Thibault
|
c76f1369a1
Add missing change
|
před 12 roky |
Nathalie Furmento
|
97b9449927
include: doc: minor fixes in function prototypes
|
před 12 roky |
Nathalie Furmento
|
e3182f62a8
include/: move public function declaration in starpu.h
|
před 12 roky |
Nathalie Furmento
|
532c5262ea
starpu.h: fix include order
|
před 12 roky |
Cyril Roelandt
|
f4ec4584a6
Remove a no longer relevant TODO item.
|
před 12 roky |
Nathalie Furmento
|
c0c5adb057
Add environment variables to disable only CUDA or only OpenCL asynchronous copies, namely STARPU_DISABLE_CUDA_ASYNCHRONOUS_COPY and STARPU_DISABLE_OPENCL_ASYNCHRONOUS_COPY
|
před 12 roky |
Nathalie Furmento
|
f7b18b7c03
include/starpu.h: include all .h files that code using StarPU only has to include starpu.h to get all the functionalities
|
před 12 roky |
Nathalie Furmento
|
a044cf23b4
task helper: move the definitions of the task helper functions to include/starpu_task_util.h
|
před 12 roky |
Nathalie Furmento
|
0b03022752
cublas: move helper cublas functions to include/starpu_cublas.h and src/drivers/cuda/starpu_cublas.c
|
před 12 roky |
Samuel Thibault
|
844951370b
Show topology in starpu_machine_display
|
před 12 roky |
Samuel Thibault
|
f30a1170aa
Replace starpu_force_bus_sampling with bus_calibrate configuration option, as calibration should done carefully during starpu initialization, and not after initialization
|
před 12 roky |
Nathalie Furmento
|
74e3d138f2
Driver API: rename starpu_set_end_of_submissions into starpu_drivers_request_termination and document it
|
před 13 roky |
Cyril Roelandt
|
3675d6b12e
Make the CPU driver public.
|
před 13 roky |
Cyril Roelandt
|
9abd6ebfb0
Rename starpu_run_driver to starpu_driver_run for the sake of consistency.
|
před 13 roky |
Cyril Roelandt
|
4794b8e009
Add driver-related functions to the API;
|
před 13 roky |
Samuel Thibault
|
acce0b71ce
Add OpenGL interoperability support
|
před 13 roky |
Cyril Roelandt
|
90a0c48b85
Fix TODO: OpenCL drivers can already be launched by the application.
|
před 13 roky |
Cyril Roelandt
|
d07c947598
Allow applications to run the OpenCL drivers themselves.
|
před 13 roky |
Samuel Thibault
|
1a83af1be4
Make sure users use starpu_conf_init to initialize starpu_conf. Fix some code
|
před 13 roky |
Cyril Roelandt
|
f988104459
Allow the application to launch multiple StarPU drivers itself (instead of just one).
|
před 13 roky |
Cyril Roelandt
|
a499bf4c71
Allow a driver not to be run by StarPU, but by the application itself.
|
před 13 roky |
Nathalie Furmento
|
af8467cd5a
disable asynchronous copy: distinguish what is an action and what is an enquiry
|
před 13 roky |
Nathalie Furmento
|
a399e22906
rename xxx_disable_asynchronous_copy to xxx_asynchronous_copy_disabled
|
před 13 roky |
Nathalie Furmento
|
dc071405ca
Allows users to disable asynchronous copies. This should be done when using OpenCL AMD implementation as it is known to fail when asynchronously copying data.
|
před 13 roky |
Cyril Roelandt
|
25019b621d
Add a STARPU_WARN_UNUSED_RESULT macro.
|
před 13 roky |
Nathalie Furmento
|
55482d9c38
define rand functions in a dedicated .h file and add starpu definition for 'struct drand48_data'
|
před 13 roky |
Nathalie Furmento
|
2604e8f3c6
Add new files starpuXXX1.0.pc for XXX=""|"mpi"|"fft" to use the latest version of StarPU.
|
před 13 roky |
Nathalie Furmento
|
f311c3c43b
include: fix c++ code
|
před 13 roky |