Nathalie Furmento
|
8f5264b152
data interface: no longer store data size in the handle as some interface may have variable size
|
13 年之前 |
Nathalie Furmento
|
92c4675f7a
data interface: update starpu_handle_unpack_data to free memory after calling the data unpacking operation
|
13 年之前 |
Nathalie Furmento
|
1c102b1da6
socl/examples/clinfo/clinfo.c: make sure the string is large enough to receive information (it failed with a value of 10 for CL_DRIVER_VERSION)
|
13 年之前 |
Cyril Roelandt
|
bce382cbd8
COO interface: make sure no variable is unused when FxT is disabled.
|
13 年之前 |
Nathalie Furmento
|
e034b9ada9
doc/chapters/perf-optimization.texi: simgrid option --cfg=contexts/stack_size to set stack size
|
13 年之前 |
Nathalie Furmento
|
c17951fd12
configure: use environment variables SIMGRID_CFLAGS and SIMGRID_LIBS when defined
|
13 年之前 |
Nathalie Furmento
|
bb1269ddf2
socl/examples/Makefile.am: matmul needs -lm as it is using sqrtf
|
13 年之前 |
Samuel Thibault
|
eeaab21fd5
Simply use devid everywhere instead of args->devid
|
13 年之前 |
Samuel Thibault
|
8510692204
Simply use devid everywhere instead of args->devid
|
13 年之前 |
Samuel Thibault
|
fd2ff1b937
Do not just silence the unused parameter warning, just drop the parameter entirely, because _starpu_fifo_push_task takes care of the priority itself
|
13 年之前 |
Cyril Roelandt
|
9ad59223b1
Use STARPU_UNLIKELY() when checking the return values of the OpenCL functions.
|
13 年之前 |
Cyril Roelandt
|
9788cf0a5a
Coccinelle: add a script helping with branch prediction.
|
13 年之前 |
Nathalie Furmento
|
ed1ec24a5b
src/core/simgrid.c: clarify error messages
|
13 年之前 |
Nathalie Furmento
|
6b45b0d259
examples/interface/complex.c: fix code when cuda is disabled
|
13 年之前 |
Nathalie Furmento
|
28a00cfbbd
src/common/timing.c: include math.h for floor
|
13 年之前 |
Nathalie Furmento
|
b829f7be62
examples: s/vector_scale/vector_scal/g
|
13 年之前 |
Nathalie Furmento
|
85b77718ec
src/core/simgrid.c: mark parameter key as unused
|
13 年之前 |
Nathalie Furmento
|
6cfda7c6b9
src/core/simgrid.c: also consider STARPU_NCPU
|
13 年之前 |
Nathalie Furmento
|
f2acd4d240
src/drivers: use args->devid as devid may not be defined
|
13 年之前 |
Nathalie Furmento
|
6c4f8c510d
src/core/workers.h: define starpu_worker_set_sched_condition if it has not been done in starpu_scheduler.h
|
13 年之前 |
Nathalie Furmento
|
3ee1e0c213
src/sched_policies/heft.c: mark parameter prio as unused
|
13 年之前 |
Nathalie Furmento
|
6f23ea2e56
tests/datawizard/lazy_unregister.c: include unistd.h for usleep
|
13 年之前 |
Nathalie Furmento
|
eb3e1d79d5
configure.ac: do not display the warning about hwloc not being enabled
|
13 年之前 |
Nathalie Furmento
|
498c47a0dd
configure.ac: check the version of simgrid is recent enough, it needs
|
13 年之前 |
Cyril Roelandt
|
ca7be692c4
_starpu_driver_wait_request_completion(): check the return value of clReleaseEvent().
|
13 年之前 |
Samuel Thibault
|
feca2bc502
Use probably more canonical URL
|
13 年之前 |
Samuel Thibault
|
4492f76e0b
Add --enable-opencl-simulator option to combine PePU with simgrid
|
13 年之前 |
Samuel Thibault
|
4f372d86e4
Fix allocation size
|
13 年之前 |
Samuel Thibault
|
c3360e3cd8
Use a macro instead of a typedef for _starpu_pthread_barrier_t: common/barrier.h won't get included to define pthread_barrier_t when the system does not have barriers (e.g. Darwin) since it includes common/utils.h
|
13 年之前 |
Samuel Thibault
|
e66027cab1
restore actually-needed _starpu_pthread_spinlock_t types. Do not include barrier. so early, it needs the mutex types
|
13 年之前 |