Nathalie Furmento
							
						 | 
						
							
							
								f7abbfa6fc
							
							update copyright
						 | 
						7 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								8ca621ccb8
							
							Add starpu_data_pointer_is_inside
						 | 
						7 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								89fa50d97a
							
							Deprecate handle_to_pointer interface operation
						 | 
						7 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								7b226ea5f6
							
							Catch users who do not properly register their data to CUDA
						 | 
						7 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								ce8bbe3fc9
							
							include: fix copyright
						 | 
						8 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								aae4029d83
							
							INRIA is now called Inria
						 | 
						8 years ago | 
					
				
					
						
							
								   Corentin Salingue
							
						 | 
						
							
							
								333e34a4b4
							
							Merge from trunk
						 | 
						8 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								755c1becb0
							
							data: data interfaces now define a name through the struct starpu_data_interface_ops
						 | 
						8 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								ba9e706ff9
							
							include/starpu_data_interfaces.h: print a message when data does not have the correct interface
						 | 
						8 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								bf33ba06ae
							
							include/starpu_data_interfaces.h: when debug is enabled, starpu data accessors first check the validity of the data interface type
						 | 
						8 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								d55e98a249
							
							merge trunk
						 | 
						8 years ago | 
					
				
					
						
							
								   Olivier Aumage
							
						 | 
						
							
							
								80bb8e2b10
							
							- avoid accessing StarPU's own data structures directly in the OpenMP layer
						 | 
						8 years ago | 
					
				
					
						
							
								   Corentin Salingue
							
						 | 
						
							
							
								f7acc7fe76
							
							* fix bug in async mode when using MPI Master-Slave
						 | 
						9 years ago | 
					
				
					
						
							
								   Corentin Salingue
							
						 | 
						
							
							
								28d9ec43f7
							
							add asynchronous MPI master-slave transfers
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								a85109d35d
							
							Fix type of home_node: users may want to pass -1 to define temporary data
						 | 
						9 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								dbafc4b732
							
							Make STARPU_MALLOC_ and STARPU_MEMORY_ flags coherent, so that we can pass the latter to starpu_malloc_flags too. Add _flags versions to starpu_malloc_on_node, and add starpu_malloc_on_node_set_default_flags to allow setting the flags used by starpu_malloc_on_node
						 | 
						10 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								bb61f3808d
							
							update cnrs copyright
						 | 
						10 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								802a261a06
							
							fix inria copyright
						 | 
						10 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								6a3f539e55
							
							Add dontcache member to interface ops, to prevent allocation cache
						 | 
						10 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								dc60b6bd7a
							
							Avoid redefining cudaStream_t, in case the caller defines STARPU_DONT_INCLUDE_CUDA_HEADERS and still includes some cuda header itself
						 | 
						11 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								199b6875e0
							
							data_interface: make ABI independant on whatever is available
						 | 
						11 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								fe5a8b7f1f
							
							include: doc: move documentation from .h file to doxygen file
						 | 
						11 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								51e895087b
							
							Fix and test disk support with pack/unpack-only interfaces
						 | 
						11 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								122f5e3f2e
							
							advertise the interface ops structures
						 | 
						11 years ago | 
					
				
					
						
							
								   Olivier Aumage
							
						 | 
						
							
							
								40f0f06422
							
							- makes vector data handle ABI independent of the use or not of the OpenMP runtime support
						 | 
						11 years ago | 
					
				
					
						
							
								   Olivier Aumage
							
						 | 
						
							
							
								2109141a9c
							
							As a follow-up to r13691, the offset semantics of StarPU's data handles
						 | 
						11 years ago | 
					
				
					
						
							
								   Olivier Aumage
							
						 | 
						
							
							
								569eaf01c4
							
							- enable to set an offset when registering vectors, in order to facilitate the implementation of OpenMP's array slices
						 | 
						11 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								4b1a16edde
							
							Fix University name after the fusion..
						 | 
						11 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								0ee6e32149
							
							Fix prototype
						 | 
						11 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								027969ce0f
							
							Use the 'portable' ssize_t
						 | 
						11 years ago |