Nathalie Furmento
							
						 | 
						
							
							
								6a16f8370f
							
							update copyright holders
						 | 
						5 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								c29d010d3a
							
							delete old code (drivers gordon, scc, starpu-top, and plugin gcc) and update authors file aordingly
						 | 
						6 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								f7abbfa6fc
							
							update copyright
						 | 
						7 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								7ae5f32c50
							
							examples: fix copyrights
						 | 
						7 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								5e6a2a33ea
							
							fixes for unused attributes and other minor warnings
						 | 
						8 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								904414d6f0
							
							Fix used type
						 | 
						8 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								4b0182bdb0
							
							examples: fixes for cppcheck warnings
						 | 
						9 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								a53cd8edeb
							
							fixes based on coverity reports
						 | 
						9 years ago | 
					
				
					
						
							
								   Terry Cojean
							
						 | 
						
							
							
								7c9d8feb8f
							
							Use fabs instead of abs for double values. Also add missing include.
						 | 
						10 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								4a7a6b7d7d
							
							Enable CPU code on MIC/SCC
						 | 
						10 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								00b1ef6f74
							
							Add more verbose comments in examples source code
						 | 
						10 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								824091b450
							
							fix build
						 | 
						10 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								d9c1dfa96c
							
							skip tests which use redux when testing the global arbiter
						 | 
						10 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								6757bca1b5
							
							Remove implementation array terminator in tests, examples, and documentation, since it is not actually used
						 | 
						11 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								4b1a16edde
							
							Fix University name after the fusion..
						 | 
						11 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								1ee69f6aaa
							
							drop including sys/time.h, now useless
						 | 
						11 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								c631e5ed44
							
							Make more examples compatible with simgrid
						 | 
						11 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								7d2bf0c630
							
							Enable asynchronous CUDA kernels wherever possible
						 | 
						11 years ago | 
					
				
					
						
							
								   Corentin Salingue
							
						 | 
						
							
							
								6e5d499f17
							
							replace 0 with macro part 6
						 | 
						12 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								b227dbcfdc
							
							Use STARPU_ATTRIBUTE_* macros
						 | 
						12 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								6c292a0431
							
							add more function names for MIC/SCC
						 | 
						12 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								0c092d595b
							
							make nshot_per_task a variable, add a performance model to pi_redux too. Reference the pi example from the documentation
						 | 
						12 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								1e3c1e9f49
							
							examples: use variadic macros to be portable on MSVC
						 | 
						12 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								02d4168c57
							
							Fix reduction codelets modes further
						 | 
						12 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								ad0f7bbef7
							
							Set reduction codelet modes in codelet, not at execution
						 | 
						12 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								5e28436be9
							
							examples: field where of struct starpu_codelet is optional, no longer set it
						 | 
						12 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								d87bb4efeb
							
							examples: minor fixes following icc warnings
						 | 
						13 years ago | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								ca7d7aa451
							
							examples: only include starpu.h as it includes all the other starpu_ .h files
						 | 
						13 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								d2cd1868e2
							
							provide good examples by always using cudaMemsetAsync, not cudaMemset
						 | 
						13 years ago | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								57e59bf2d9
							
							provide good examples by always using cudaMemcpyAsync, not cudaMemcpy
						 | 
						13 years ago |