Nathalie Furmento
							
						 | 
						
							
							
								b63583dca2
							
							examples/sched_ctx/sched_ctx.c: start scheduler defined by variable STARPU_SCHED when defined
						 | 
						11 anni fa | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								6757bca1b5
							
							Remove implementation array terminator in tests, examples, and documentation, since it is not actually used
						 | 
						11 anni fa | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								cc9aecb792
							
							merge trunk
						 | 
						11 anni fa | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								4b1a16edde
							
							Fix University name after the fusion..
						 | 
						11 anni fa | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								9aeb560a25
							
							examples/sched_ctx/sched_ctx.c: fix typo, we add the workers in procs1
						 | 
						11 anni fa | 
					
				
					
						
							
								   Andra Hugo
							
						 | 
						
							
							
								d4e55d69c9
							
							fixing mem corruption
						 | 
						11 anni fa | 
					
				
					
						
							
								   Andra Hugo
							
						 | 
						
							
							
								afade57efa
							
							allow ctx to execute parallel codes by reusing starpu workers (keep the workers alive instead of getting them to sleep) -> TODO try to factorize with parallel tasks on combined workers (doing practically the same, duplicate tasks and barrier_wait before & after exec)
						 | 
						11 anni fa | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								8feca5ddce
							
							examples/sched_ctx/sched_ctx.c: fix code when no cuda worker is available
						 | 
						11 anni fa | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								b1a6cad655
							
							examples/sched_ctx/sched_ctx.c: skip application when no worker cpu is found
						 | 
						11 anni fa | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								54305fca78
							
							examples/sched_ctx/sched_ctx.c: when there is no CUDA devices, the context is created with a CPU, hence task submission does not fail
						 | 
						11 anni fa | 
					
				
					
						
							
								   Andra Hugo
							
						 | 
						
							
							
								228fd6716a
							
							when we verify if there is at least a worker able to execute a certain task check out the list of workers of a context not all of the workers of the machine
						 | 
						11 anni fa | 
					
				
					
						
							
								   Andra Hugo
							
						 | 
						
							
							
								3c8000976d
							
							fix deadlock: we have to lock the worker's sched_mutex when iterating on its list of contexts but unlock it before the worker is going to sleep
						 | 
						11 anni fa | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								43838444ce
							
							Function starpu_sched_ctx_create() now takes a variable argument list
						 | 
						12 anni fa | 
					
				
					
						
							
								   Andra Hugo
							
						 | 
						
							
							
								1b597c15fb
							
							bigger tables for the list of workes
						 | 
						12 anni fa | 
					
				
					
						
							
								   Andra Hugo
							
						 | 
						
							
							
								127e19b535
							
							add iterating over all contexts at pop time when blocked_workers are alowed
						 | 
						12 anni fa | 
					
				
					
						
							
								   Andra Hugo
							
						 | 
						
							
							
								e4d5bcda38
							
							remove the functions that force a worker to pop in a certain context, for the moment no need for that we do round robin
						 | 
						12 anni fa | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								b227dbcfdc
							
							Use STARPU_ATTRIBUTE_* macros
						 | 
						12 anni fa | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								fbadd97f8c
							
							Add names to codelets
						 | 
						12 anni fa | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								7f792e3082
							
							Define new public API starpu_pthread which is similar to the pthread API.
						 | 
						12 anni fa | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								81afa29fe2
							
							Reduce amount of tasks in quick check mode
						 | 
						12 anni fa | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								5e28436be9
							
							examples: field where of struct starpu_codelet is optional, no longer set it
						 | 
						12 anni fa | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								660641a5d4
							
							fix type conversion
						 | 
						12 anni fa | 
					
				
					
						
							
								   Andra Hugo
							
						 | 
						
							
							
								a6a0d60b05
							
							* fix synchro issue when deleting a context and resizing it (when finish_submit flag is set ON)
						 | 
						12 anni fa | 
					
				
					
						
							
								   Andra Hugo
							
						 | 
						
							
							
								4be171f0e6
							
							starpu_shutdown fix (left contexts not deleted caused shutdown to have pbs)
						 | 
						13 anni fa | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								bcfb10289f
							
							examples/sched_ctx/sched_ctx.c: there needs to be enough tasks for the execution to be significant
						 | 
						13 anni fa | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								1f526bb3bf
							
							examples/sched_ctx/sched_ctx.c: well i should read the code before committing ...
						 | 
						13 anni fa | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								82fcbeb758
							
							examples/sched_ctx/sched_ctx.c: REALLY reduce number of tasks when quick check is enabled.
						 | 
						13 anni fa | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								0856536bec
							
							examples/sched_ctx/sched_ctx.c: reduce number of tasks when quick check is enabled.
						 | 
						13 anni fa | 
					
				
					
						
							
								   Andra Hugo
							
						 | 
						
							
							
								8c21b0e865
							
							everyone has to delete the ctxs they created, remove workers does not deletes the corresponding queues in the scheduler,
						 | 
						13 anni fa | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								a2b2a56087
							
							examples: add missing copyright and fix coding style
						 | 
						13 anni fa |