Samuel Thibault
|
55124f1005
port 11187 from 1.1: Fix livelock while running in valgrind: we really have to call sched_yield explicitly, rep nop is not enough
|
11 lat temu |
Nathalie Furmento
|
6715023a7b
include/starpu_util.h: make error message more visible
|
11 lat temu |
Nathalie Furmento
|
d718243da2
add missing documentation
|
12 lat temu |
Nathalie Furmento
|
b64eb08120
include/starpu_util.h: add newline before error message
|
12 lat temu |
Samuel Thibault
|
b227dbcfdc
Use STARPU_ATTRIBUTE_* macros
|
12 lat temu |
Nathalie Furmento
|
fb5a2f90f2
include: remove documentation as it is already defined elsewhere
|
12 lat temu |
Samuel Thibault
|
d64bd81764
Fix MIC build
|
12 lat temu |
Nathalie Furmento
|
60596867e1
include/starpu_util.h: macros STARPU_ASSERT and STARPU_ASSERT_MSG no longer evaluate their parameters when assertions are disabled
|
12 lat temu |
Nathalie Furmento
|
a5f1ba9004
include/starpu_util.h: new macro STARPU_ABORT_MSG
|
12 lat temu |
Nathalie Furmento
|
466d3930d5
include: move definition of starpu_timing_now from starpu_scheduler to starpu_util
|
12 lat temu |
Nathalie Furmento
|
1fe30de34b
include: define portable __starpu_inline
|
12 lat temu |
Nathalie Furmento
|
f1f6719353
use __starpu_func__ instead of __func__ which is not available on windows
|
12 lat temu |
Nathalie Furmento
|
278fc0951c
include/starpu_util.h: macro STARPU_CHECK_RETURN_VALUE and STARPU_CHECK_RETURN_VALUE_IS can print a formatted message
|
12 lat temu |
Samuel Thibault
|
d3065fdc1b
Make valgrind yield to other threads when busy-looping, otherwise we may get stuck
|
12 lat temu |
Nathalie Furmento
|
cb83bbd705
include: define deprecated define for starpu 0.x and for starpu 1.0
|
12 lat temu |
Nathalie Furmento
|
1332d6d77b
fix conversion and shadow declarations
|
12 lat temu |
Samuel Thibault
|
f3118a933b
explain the user what actually went wrong, rather that returning a few dozen lines coming from the strcmp inlined implementation...
|
12 lat temu |
Samuel Thibault
|
323d3c32d2
Define STARPU_RMB/WMB on archs other than x86/ppc
|
12 lat temu |
Nathalie Furmento
|
18e5bb3b13
include/starpu_util.h: typo in message display
|
12 lat temu |
Samuel Thibault
|
e5940095b3
Permit formats in STARPU_ASSERT
|
12 lat temu |
Sylvain Henry
|
7670a024ae
Add starpu_execute_on_specific_workers method.
|
12 lat temu |
Samuel Thibault
|
0f3b45fafb
hint assertions as unlikely ; add read and write memory barriers
|
12 lat temu |
Nathalie Furmento
|
21aba8e539
include/starpu_util.h: clarify error message
|
12 lat temu |
Cyril Roelandt
|
88bf76e6b2
Replace STARPU_ASSERT(0) by STARPU_ABORT().
|
13 lat temu |
Nathalie Furmento
|
a044cf23b4
task helper: move the definitions of the task helper functions to include/starpu_task_util.h
|
13 lat temu |
Nathalie Furmento
|
0b03022752
cublas: move helper cublas functions to include/starpu_cublas.h and src/drivers/cuda/starpu_cublas.c
|
13 lat temu |
Nathalie Furmento
|
d6416329c9
Merge 2 functions starpu_insert_task and starpu_insert_task_array.
|
13 lat temu |
Nathalie Furmento
|
3cff53fd54
New functionality starpu_insert_task_array similar to starpu_insert_task but with an array of data_handles.
|
13 lat temu |
Nathalie Furmento
|
67d417ea97
include: modify STARPU_CHECK_RETURN_VALUE to consider all non zero values as errors
|
13 lat temu |
Cyril Roelandt
|
f679fffa5a
STARPU_ABORT: print a message to stderr and abort rather than calling assert(0).
|
13 lat temu |