Nathalie Furmento
							
						 | 
						
							
							
								8703be6b6b
							
							tools/starpu_calibrate_bus.c: include stdio.h
						 | 
						13 年之前 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								0ed62f451d
							
							tests/datawizard/acquire_release2.c: fix test
						 | 
						13 年之前 | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								ca5aaba3f2
							
							Destroy tasks after they have been executed.
						 | 
						13 年之前 | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								dfee091426
							
							No need to acquire/release the handle if the values are check after unregistering it.
						 | 
						13 年之前 | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								ff8e108916
							
							Return EXIT_SUCCESS upon success, EXIT_FAILURE upon FAILURE, do not crash.
						 | 
						13 年之前 | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								dc30026210
							
							Call starpu_shutdown before exiting.
						 | 
						13 年之前 | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								fd43873a51
							
							Return EXIT_SUCCESS upon success, EXIT_FAILURE upon FAILURE, do not crash.
						 | 
						13 年之前 | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								81d32ea214
							
							acquire_release: do not abort if the result is not the expected one. Just return EXIT_FAILURE.
						 | 
						13 年之前 | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								16c033ee34
							
							Make default memory usage without hwloc 1GiB, not 16GiB
						 | 
						13 年之前 | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								c3a9964b56
							
							Fix make distcheck
						 | 
						13 年之前 | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								eb6d9ba8ba
							
							Free task.
						 | 
						13 年之前 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								5b6b037275
							
							doc: add missing macros
						 | 
						13 年之前 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								cce8ec0cf4
							
							mpi/starpu_mpi_datatype.c: add missing interfaces
						 | 
						13 年之前 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								aedef37bc0
							
							include/starpu_config.h.in: STARPU_MAXNODES is needed when defining a new data interface
						 | 
						13 年之前 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								a0d2604416
							
							src: add some asserts
						 | 
						13 年之前 | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								d89d64dc49
							
							Free the task we depend on when it is no longer needed.
						 | 
						13 年之前 | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								6d1a958e22
							
							task_wait_api.c: free tasks that are detached and not waited for.
						 | 
						13 年之前 | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								194af358bc
							
							static_restartable_using_initializer: deinit the task.
						 | 
						13 年之前 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								9f0d36eea6
							
							doc/version.texi: remove file added by mistake
						 | 
						13 年之前 | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								50fc552808
							
							Free the buffer allocated by _starpu_pack_cl_args in starpu_codelet_unpack_args rather than in starpu_task_insert_callback_wrapper.
						 | 
						13 年之前 | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								f945ca5b6c
							
							clEnqueueCopyBuffer is always non-blocking, so we have to explicitly wait for it when needed.
						 | 
						13 年之前 | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								91aecce431
							
							There may have not been any reduction task
						 | 
						13 年之前 | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								fe8ca57b3d
							
							The copy for reduction into lazy allocation needs to depend on the reduction task graph
						 | 
						13 年之前 | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								e40b994703
							
							Avoid asserting false when we just ask for too many cpus. Warn instead
						 | 
						13 年之前 | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								04e97c5578
							
							do not test the submitted field of jobs to know whether the task has just terminated, since terminated tasks have submitted==0
						 | 
						13 年之前 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								9a5de65b9c
							
							socl: install include files in directory socl to not conflict with existing OpenCL installation
						 | 
						13 年之前 | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								62bcc339aa
							
							Do not free cl_arg in starpu_codelet_unpack_args(). It leads to a double free.
						 | 
						13 年之前 | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								02acaf65d8
							
							acquire_release : make ntasks depend upon how fast the machine is.
						 | 
						13 年之前 | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								8d0904cd36
							
							Fix memory leaks.
						 | 
						13 年之前 | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								2d48cc4eea
							
							Avoid a memory leak
						 | 
						13 年之前 |