Nicolas Collin
|
b6575c2a6f
Added the SPMD example in Makefile.am.
|
13 years ago |
Nathalie Furmento
|
9726e1822b
tests/datawizard/: synchronise opencl queues
|
13 years ago |
Nathalie Furmento
|
c7de5b704c
examples/basic_examples/: stdint.h might not be available in OpenCL
|
13 years ago |
Nathalie Furmento
|
252d28171c
tests/datawizard/: synchronise opencl queues
|
13 years ago |
Nathalie Furmento
|
fbdb8cbff6
examples/axpy/axpy.c: add include <math.h>
|
13 years ago |
Nathalie Furmento
|
a399e22906
rename xxx_disable_asynchronous_copy to xxx_asynchronous_copy_disabled
|
13 years ago |
Nathalie Furmento
|
e2d7b54e8a
socl/examples/clinfo/clinfo.c: use sizeof(str) instead of the size
|
13 years ago |
Cyril Roelandt
|
2a5b1290a0
src/drivers/opencl/driver_opencl.c: check the return values of the cl* functions.
|
13 years ago |
Nathalie Furmento
|
8006006cee
socl/examples/clinfo/clinfo.c: fix information querying returning string
|
13 years ago |
Nathalie Furmento
|
24addd0cad
socl/src: special case for string informations
|
13 years ago |
Nicolas Collin
|
415864e912
Bug fixed in parallel_heft.
|
13 years ago |
Nathalie Furmento
|
16fde28268
src/drivers/opencl/driver_opencl_utils.c: more explicit message
|
13 years ago |
Nathalie Furmento
|
46712bca84
tests/datawizard/increment_redux_lazy.c: return EXIT_FAILURE on error, do not abort
|
13 years ago |
Nathalie Furmento
|
4ab290b2b2
tests/datawizard/increment_redux_v2.c: force queue synchronisation when finishing codelet
|
13 years ago |
Nathalie Furmento
|
ecb8e6593f
tests/datawizard/increment_redux.c: force queue synchronisation when finishing codelet
|
13 years ago |
Cyril Roelandt
|
6721571f65
starpu_opencl_unload_opencl(): check the return value of clReleaseProgram.
|
13 years ago |
Cyril Roelandt
|
d6fd124ae4
Check the return value of starpu_opencl_unload_opencl().
|
13 years ago |
Cyril Roelandt
|
016a2fc57b
drivers/opencl/driver_opencl_utils.c: starpu_opencl_unload_opencl() returns an int, not a cl_int.
|
13 years ago |
Nicolas Collin
|
7896032ed3
Added a SPMD example.
|
13 years ago |
Nicolas Collin
|
43da36b19c
Merge branch 'pheft'
|
13 years ago |
Nathalie Furmento
|
31be5f7d91
src/datawizard/interfaces/data_interface.c: test values before setting them to NULL
|
13 years ago |
Nathalie Furmento
|
f1c953984c
examples/basic_examples/block: use correct datatypes for block datas and really write a data parallel opencl kernel
|
13 years ago |
Cyril Roelandt
|
0a7b9ed02a
tests/perfmodels/opencl_memset.c: fix errors.
|
13 years ago |
Nathalie Furmento
|
f92431ba7c
tests/datawizard/interfaces/test_interfaces.c: do not test asynchronous copies when they are disabled
|
13 years ago |
Nathalie Furmento
|
1a0f7072e5
src/core/workers.c: deal with cases when starpu_conf_init has not been called
|
13 years ago |
Cyril Roelandt
|
dad99fc4bc
measure_bandwidth_between_host_and_dev_on_cpu_with_opencl: when running OpenCL on a CPU, make sure not to use too much RAM, s that the operating system does not have to start swapping.
|
13 years ago |
Nathalie Furmento
|
27da2d05aa
tests: add simple test to test asynchronous copies with OpenCL
|
13 years ago |
Nathalie Furmento
|
94ed253098
document capability to disable asynchronous copies
|
13 years ago |
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.
|
13 years ago |
Cyril Roelandt
|
3d761fe47b
tests/datawizard/gpu_register: add an OpenCL test.
|
13 years ago |