Samuel Thibault
|
065614f6b0
port r11042 from 1.1: Simplify LRU mechanism: now that the mc_rwlock is taken after data header lock, we can simply modify the list, instead of pushing the LRU order to a temporary list, which has a huge worst-case complexity (number of accesses * number of data)
|
12 yıl önce |
Andra Hugo
|
2d32de2f22
check prologue callback arg in insert task
|
12 yıl önce |
Nathalie Furmento
|
f66583bfc1
tools/mvsc/starpu/starpu.vcxproj: use STARPU_PATH and fix version library
|
12 yıl önce |
Nathalie Furmento
|
7f77e5b93f
tools/mvsc/starpu_open.bat: use STARPU_PATH
|
12 yıl önce |
Nathalie Furmento
|
81c3403407
src/core/perfmodel/perfmodel_bus.c: use %lf to write a double
|
12 yıl önce |
Nathalie Furmento
|
22910be42b
src/core/perfmodel/perfmodel_history.c: remove un-needed variable
|
12 yıl önce |
Nathalie Furmento
|
700656d1f9
include/starpu_task_util.h: 1<<32 is too big for a int type, turn it into a long long
|
12 yıl önce |
Nathalie Furmento
|
e6c9135dae
include/starpu_worker.h: remove un-needed include hwloc.h
|
12 yıl önce |
Nathalie Furmento
|
75ba6d10c8
tools/mvsc/starpu_var.bat.in: fix STARPU_INCLUDEDIR
|
12 yıl önce |
Nathalie Furmento
|
028a357dd4
tools/mvsc: rename MSVC to MVSC
|
12 yıl önce |
Nathalie Furmento
|
e0ea9be964
src/drivers/opencl/driver_opencl.c: properly set global size for the driver, and add it in worker name
|
12 yıl önce |
Nathalie Furmento
|
a7ef53065d
examples/Makefile.am: rename callback/prolog to callback/prologue
|
12 yıl önce |
Nathalie Furmento
|
77383f8c9a
tools/mvsc: fix batch files
|
12 yıl önce |
Nathalie Furmento
|
b5e634de01
microsoft: rename msvc to mvsc
|
12 yıl önce |
Nathalie Furmento
|
b5e1dbed9f
doc/tutorial: add a hello world version tuned for Microsoft Visual Studio
|
12 yıl önce |
Samuel Thibault
|
984d306f6d
16384 makes workers sleep for almost a whole ms, this is way too much. Keep not-too-intrusive value in the trunk for now
|
12 yıl önce |
Samuel Thibault
|
ecea964bb8
fix prologue documentation
|
12 yıl önce |
Samuel Thibault
|
5f9af65fb6
Rather use the proper english writing, prologue. Prolog is really essentially a language :)
|
12 yıl önce |
Nathalie Furmento
|
5976d20987
pkg-config: install 1.2 files
|
12 yıl önce |
Nathalie Furmento
|
39bdb590b9
include/starpu_disk.h: add missing include
|
12 yıl önce |
Nathalie Furmento
|
14429da41b
src/util/starpu_insert_task_utils.c: fix assignment
|
12 yıl önce |
Nathalie Furmento
|
e69dadfd0a
src/core/jobs.c: do not call task->prolog_func as it is already called in _starpu_push_task
|
12 yıl önce |
Nathalie Furmento
|
1cbf6b2bef
rename free_dep_callback objects to prolog_callback objects to be consistent with field starpu_task:prolog_func
|
12 yıl önce |
Nathalie Furmento
|
e0f689410d
msvc: new batch file to set up starpu environment
|
12 yıl önce |
Nathalie Furmento
|
61665af194
mpi/examples: fix code when numa is not available
|
12 yıl önce |
Nathalie Furmento
|
6cf9aca5bb
ChangeLog: mention prolog callback introduced in #11012
|
12 yıl önce |
Nathalie Furmento
|
800ca9b195
configure.ac: generate package config files for 1.2
|
12 yıl önce |
Nathalie Furmento
|
dfde657a5a
tools/msvc/starpu_exec.bat: update version number and return error code on error
|
12 yıl önce |
Andra Hugo
|
dd024508ee
doc for the prolog callback
|
12 yıl önce |
Andra Hugo
|
f108a67609
add a prolog callback to a task (+ example)
|
12 yıl önce |