Nathalie Furmento
							
						 | 
						
							
							
								fb5a2f90f2
							
							include: remove documentation as it is already defined elsewhere
						 | 
						12 년 전 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								389271b78f
							
							Rename all filter functions to follow the pattern starpu_DATATYPE_filter_FILTERTYPE.
						 | 
						12 년 전 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								c7321a76ff
							
							fix type for node to always be unsigned (instead of uint32_t)
						 | 
						12 년 전 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								b76878506b
							
							include: use tabs instead of spaces
						 | 
						13 년 전 | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								ffed3ea57c
							
							Add more 3D filters: vertical, depth, and shadow variants
						 | 
						13 년 전 | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								78ac4a07ca
							
							follow-up r7018: add missing declarations
						 | 
						13 년 전 | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								4d21f76259
							
							Add starpu_block_shadow_filter_func_vector, which supports shadow for vector partitioning. Add example/test and documentation.
						 | 
						13 년 전 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								4f8508ef4b
							
							include: minor fixes
						 | 
						13 년 전 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								367a594534
							
							include: doc: update function prototypes to be similar in doc and include
						 | 
						13 년 전 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								a20450f5cc
							
							include: fix includes
						 | 
						14 년 전 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								f311c3c43b
							
							include: fix c++ code
						 | 
						14 년 전 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								1f0545b4e9
							
							include: code cleaning
						 | 
						14 년 전 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								0ebf7ba326
							
							Rename public opaque type starpu_data_handle as starpu_data_handle_t
						 | 
						14 년 전 | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								2b4e61f351
							
							Always make sure that starpu.h gets included first, since that one knows which order has to be used for the rest. Expose history entries to applications.
						 | 
						14 년 전 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								c80a8acea1
							
							Datatypes renaming
						 | 
						14 년 전 | 
					
				
					
						
							
								   Nicolas Collin
							
						 | 
						
							
							
								d2e95f1a20
							
							Included stdarg.h to fix a problem with va_list declaration.
						 | 
						14 년 전 | 
					
				
					
						
							
								   Antoine Lucas
							
						 | 
						
							
							
								d0f3dffa33
							
							Add starpu_data_vget_sub_data, same as starpu_data_get_sub_data, but taking a va_list
						 | 
						14 년 전 | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								3c4bf1a2a9
							
							Add starpu_data_vmap_filters, same as starpu_data_map_filters, but taking a va_list.
						 | 
						14 년 전 | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								0d9f08ae8d
							
							Fix copyrights, thanks Ludo!
						 | 
						14 년 전 | 
					
				
					
						
							
								   Cédric Augonnet
							
						 | 
						
							
							
								952534293d
							
							Update copyright date
						 | 
						15 년 전 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								4a983beb04
							
							Update copyright
						 | 
						15 년 전 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								9e55f6b493
							
							define function starpu_data_get_nb_children()
						 | 
						15 년 전 | 
					
				
					
						
							
								   Cédric Augonnet
							
						 | 
						
							
							
								aae569a5c8
							
							- Rename "struct starpu_filter_t" into "struct starpu_data_filter" and remove
						 | 
						15 년 전 | 
					
				
					
						
							
								   Cédric Augonnet
							
						 | 
						
							
							
								5777024385
							
							There is no need to export starpu_data_create_children anymore.
						 | 
						15 년 전 | 
					
				
					
						
							
								   Mehdi Juhoor
							
						 | 
						
							
							
								76127800bc
							
							the starpu_filter structure now contains a nchildren field. This help resolving an ambiguity with the get_nchildren function, which now serves to compute non-trivial number of children. As a result, filter_arg is now used as an additional parameter in some specific filters, e.g starpu_divide_in_2_filter_func.
						 | 
						15 년 전 | 
					
				
					
						
							
								   Mehdi Juhoor
							
						 | 
						
							
							
								7902862bca
							
							Modify the filters. filter_func now only updates a child interface using the father interface. Additionally, the user may provide two functions to a filter: get_nchildren returns the wanted number of children. If NULL, filter_arg is used. get_child_ops enables the programmer to specify each child's interface. If NULL, the father's interface is used.
						 | 
						15 년 전 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								f58ca0920e
							
							Renaming of public StarPU functions to provide a more consistent API.
						 | 
						15 년 전 | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								8d66c568ad
							
							StarPU: Use character _ instead of - in filenames
						 | 
						15 년 전 |