Samuel Thibault
							
						 | 
						
							
							
								c60d91cb3f
							
							Enable asynchronous OpenCL wherever possible
						 | 
						пре 11 година | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								7d2bf0c630
							
							Enable asynchronous CUDA kernels wherever possible
						 | 
						пре 11 година | 
					
				
					
						
							
								   Corentin Salingue
							
						 | 
						
							
							
								6e5d499f17
							
							replace 0 with macro part 6
						 | 
						пре 12 година | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								6c292a0431
							
							add more function names for MIC/SCC
						 | 
						пре 12 година | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								30860cac02
							
							Renaming of diverse functions and datatypes.
						 | 
						пре 12 година | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								1e3c1e9f49
							
							examples: use variadic macros to be portable on MSVC
						 | 
						пре 12 година | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								fbadd97f8c
							
							Add names to codelets
						 | 
						пре 12 година | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								02d4168c57
							
							Fix reduction codelets modes further
						 | 
						пре 12 година | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								ad0f7bbef7
							
							Set reduction codelet modes in codelet, not at execution
						 | 
						пре 12 година | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								9063cf5133
							
							examples: avoid shadowed declarations
						 | 
						пре 12 година | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								850c49fabc
							
							Rename function starpu_helper_cublas_init to starpu_cublas_init
						 | 
						пре 12 година | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								d87bb4efeb
							
							examples: minor fixes following icc warnings
						 | 
						пре 13 година | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								ca7d7aa451
							
							examples: only include starpu.h as it includes all the other starpu_ .h files
						 | 
						пре 13 година | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								d2cd1868e2
							
							provide good examples by always using cudaMemsetAsync, not cudaMemset
						 | 
						пре 13 година | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								57e59bf2d9
							
							provide good examples by always using cudaMemcpyAsync, not cudaMemcpy
						 | 
						пре 13 година | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								d6fd124ae4
							
							Check the return value of starpu_opencl_unload_opencl().
						 | 
						пре 13 година | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								5752d326a0
							
							examples/reductions/dot_product: fix result checking.
						 | 
						пре 13 година | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								9a97aa40de
							
							examples/reductions/dot_product.c: check the result of the computations.
						 | 
						пре 13 година | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								4c003c74ec
							
							Make examples/reductions/dot_product work with OpenCL.
						 | 
						пре 13 година | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								9637814049
							
							examples: fix variable scope
						 | 
						пре 13 година | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								0ee3ebd86c
							
							examples: return 77 when there are no devices.
						 | 
						пре 13 година | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								4e84b0ce42
							
							examples: check return values of starpu functions
						 | 
						пре 14 година | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								3a30c58c65
							
							examples: Update towards new codelet/task interface which defines access modes for data handles into starpu_codelet and no longer in starpu_task
						 | 
						пре 14 година | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								339fd3a6d8
							
							Return 1 when capacity is at least 1.3, not 0...
						 | 
						пре 14 година | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								b9476e6d4a
							
							update code w.r.t coding style
						 | 
						пре 14 година | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								61940dab45
							
							examples: inside struct starpu_codelet, use xxx_funcs fields instead of the xxx_func ones
						 | 
						пре 14 година | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								4f964bb632
							
							fix example build without cuda
						 | 
						пре 14 година | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								2f4491e804
							
							Add can_execute member to the codelet structure, so applications can fine-tune implementations usage. Make most schedulers enforce it.
						 | 
						пре 14 година | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								b3a6c1f52b
							
							do not use typedef for starpu_codelet, use it directly as a struct
						 | 
						пре 14 година | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								0ebf7ba326
							
							Rename public opaque type starpu_data_handle as starpu_data_handle_t
						 | 
						пре 14 година |