Nathalie Furmento
							
						 | 
						
							
							
								c29d010d3a
							
							delete old code (drivers gordon, scc, starpu-top, and plugin gcc) and update authors file aordingly
						 | 
						6 lat temu | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								f7abbfa6fc
							
							update copyright
						 | 
						7 lat temu | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								a1670d8924
							
							Add option to link against gotoblas
						 | 
						7 lat temu | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								7ae5f32c50
							
							examples: fix copyrights
						 | 
						7 lat temu | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								5e6a2a33ea
							
							fixes for unused attributes and other minor warnings
						 | 
						8 lat temu | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								d7de6dd419
							
							Fix build with complex enabled
						 | 
						8 lat temu | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								2a5b38d244
							
							heat: Ignore pivoting errors when running in valgrind
						 | 
						8 lat temu | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								441644b632
							
							Benefit from cublas v2
						 | 
						8 lat temu | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								a41080d2a6
							
							Fix setting the proper CUDA stream when using several streams from the same driver thread
						 | 
						8 lat temu | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								65b1ae67ce
							
							fix classifying complex numbers
						 | 
						9 lat temu | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								4a7a6b7d7d
							
							Enable CPU code on MIC/SCC
						 | 
						10 lat temu | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								9ebf0fcd00
							
							Remove spurious where initialization
						 | 
						10 lat temu | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								a95613dc3b
							
							Enable codelets using BLAS on MIC
						 | 
						10 lat temu | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								00b1ef6f74
							
							Add more verbose comments in examples source code
						 | 
						10 lat temu | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								bb61f3808d
							
							update cnrs copyright
						 | 
						10 lat temu | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								4f6b40a1da
							
							src/ examples/ tests/ tools/: fix coding style, curly braces go on a newline
						 | 
						10 lat temu | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								6f02123c98
							
							assume double support is available in simgrid mode
						 | 
						11 lat temu | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								41d4c8a7fe
							
							Also enable ASYNC in simgrid mode
						 | 
						11 lat temu | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								6757bca1b5
							
							Remove implementation array terminator in tests, examples, and documentation, since it is not actually used
						 | 
						11 lat temu | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								4b1a16edde
							
							Fix University name after the fusion..
						 | 
						11 lat temu | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								3287a44e0e
							
							Allow cuda execution on simgrid too
						 | 
						11 lat temu | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								7d2bf0c630
							
							Enable asynchronous CUDA kernels wherever possible
						 | 
						11 lat temu | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								b227dbcfdc
							
							Use STARPU_ATTRIBUTE_* macros
						 | 
						12 lat temu | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								281f5e37b5
							
							Make sure CUDA cards with capabilities < 1.3 do not try to perform opertions on doubles.
						 | 
						13 lat temu | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								750f030c04
							
							examples/lu/xlu_kernels.c: do not just abort when a cublas call fails; print an error message first to help us debug the code.
						 | 
						13 lat temu | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								29b7f32f77
							
							Provide good examples by always using streams for cublas
						 | 
						13 lat temu | 
					
				
					
						
							
								   Samuel Thibault
							
						 | 
						
							
							
								57e59bf2d9
							
							provide good examples by always using cudaMemcpyAsync, not cudaMemcpy
						 | 
						13 lat temu | 
					
				
					
						
							
								   Cyril Roelandt
							
						 | 
						
							
							
								3e6185ecab
							
							xlu_kernels.c: use fpclassify(3) rather than comparing floats to 0.0.
						 | 
						13 lat temu | 
					
				
					
						
							
								   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 lat temu | 
					
				
					
						
							
								   Nathalie Furmento
							
						 | 
						
							
							
								b9476e6d4a
							
							update code w.r.t coding style
						 | 
						14 lat temu |