Nathalie Furmento
|
d87bb4efeb
examples: minor fixes following icc warnings
|
il y a 12 ans |
Nathalie Furmento
|
ca7d7aa451
examples: only include starpu.h as it includes all the other starpu_ .h files
|
il y a 12 ans |
Samuel Thibault
|
d2cd1868e2
provide good examples by always using cudaMemsetAsync, not cudaMemset
|
il y a 12 ans |
Samuel Thibault
|
57e59bf2d9
provide good examples by always using cudaMemcpyAsync, not cudaMemcpy
|
il y a 12 ans |
Cyril Roelandt
|
d6fd124ae4
Check the return value of starpu_opencl_unload_opencl().
|
il y a 13 ans |
Cyril Roelandt
|
5752d326a0
examples/reductions/dot_product: fix result checking.
|
il y a 13 ans |
Cyril Roelandt
|
9a97aa40de
examples/reductions/dot_product.c: check the result of the computations.
|
il y a 13 ans |
Cyril Roelandt
|
4c003c74ec
Make examples/reductions/dot_product work with OpenCL.
|
il y a 13 ans |
Nathalie Furmento
|
9637814049
examples: fix variable scope
|
il y a 13 ans |
Cyril Roelandt
|
0ee3ebd86c
examples: return 77 when there are no devices.
|
il y a 13 ans |
Nathalie Furmento
|
4e84b0ce42
examples: check return values of starpu functions
|
il y a 13 ans |
Nathalie Furmento
|
3a30c58c65
examples: Update towards new codelet/task interface which defines access modes for data handles into starpu_codelet and no longer in starpu_task
|
il y a 13 ans |
Samuel Thibault
|
339fd3a6d8
Return 1 when capacity is at least 1.3, not 0...
|
il y a 13 ans |
Nathalie Furmento
|
b9476e6d4a
update code w.r.t coding style
|
il y a 13 ans |
Nathalie Furmento
|
61940dab45
examples: inside struct starpu_codelet, use xxx_funcs fields instead of the xxx_func ones
|
il y a 13 ans |
Samuel Thibault
|
4f964bb632
fix example build without cuda
|
il y a 13 ans |
Samuel Thibault
|
2f4491e804
Add can_execute member to the codelet structure, so applications can fine-tune implementations usage. Make most schedulers enforce it.
|
il y a 13 ans |
Nathalie Furmento
|
b3a6c1f52b
do not use typedef for starpu_codelet, use it directly as a struct
|
il y a 13 ans |
Nathalie Furmento
|
0ebf7ba326
Rename public opaque type starpu_data_handle as starpu_data_handle_t
|
il y a 13 ans |
Samuel Thibault
|
bd2c88d145
cast void* to please the SCC compiler
|
il y a 13 ans |
Samuel Thibault
|
3957985be7
fix typo
|
il y a 14 ans |
Nathalie Furmento
|
0d1ef0f7bb
examples/ : free allocated memory and unregister data from StarPU
|
il y a 14 ans |
Nathalie Furmento
|
1e64ea0072
examples/reduction/*: unregister variable from StarPU
|
il y a 14 ans |
Nathalie Furmento
|
1f33d0ed4a
examples/reductions/dot_product: add a cuda codelet for the reduction
|
il y a 14 ans |
Nathalie Furmento
|
69da56dbba
examples/: on enodev errors, tests are marked as skipped
|
il y a 14 ans |
Samuel Thibault
|
68c2135caf
fix yet more c++-like comments
|
il y a 14 ans |
Nathalie Furmento
|
d6c6d3663f
examples/: do not display messages when environment variable STARPU_SSILENT is set
|
il y a 14 ans |
Nathalie Furmento
|
ac7ddeb5e5
examples/reductions/dot_product.c: get rid off unused variable
|
il y a 14 ans |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
il y a 14 ans |
Cédric Augonnet
|
d016ed967c
Move the dot_product example into the examples/reductions/ directory
|
il y a 14 ans |