95aedfa0ff 
								
							 
						 
						
							
							
								
								added missing file arm/Makefile in lapack/laswp  
							
							
							
						 
						
							2013-11-03 11:19:32 +01:00  
				
					
						
							
							
								 
						
							
								a07cc39571 
								
							 
						 
						
							
							
								
								Refs  #266 . Fixed the compiling bug with Open64 5.0.  
							
							
							
						 
						
							2013-07-31 14:41:39 +08:00  
				
					
						
							
							
								 
						
							
								fd0c388681 
								
							 
						 
						
							
							
								
								Refs  #191 . A walk around for dtrtri_U single thread bug.  
							
							... 
							
							
							
							This function caused the failure of ERKALE serial test.
I replaced it with LAPACK source code. 
							
						 
						
							2013-07-14 22:16:30 +08:00  
				
					
						
							
							
								 
						
							
								32d2ca3035 
								
							 
						 
						
							
							
								
								Refs  #214 ,  #221 ,  #246 . Fixed the getrf overflow bug on Windows.  
							
							... 
							
							
							
							I used a smaller threshold since the stack size is 1MB on windows. 
							
						 
						
							2013-07-11 03:20:02 +08:00  
				
					
						
							
							
								 
						
							
								5d3312142a 
								
							 
						 
						
							
							
								
								Refs  #221   #246 . Fixed the overflowing stack bug in mutlithreading BLAS3.  
							
							... 
							
							
							
							When NUM_THREADS(MAX_CPU_NUNBERS) is very large ,e.g. 256.
typedef struct {
  volatile BLASLONG working[MAX_CPU_NUMBER][CACHE_LINE_SIZE * DIVIDE_RATE];
} job_t;
job_t          job[MAX_CPU_NUMBER];
The job array is equal 8MB.
Thus, We use malloc instead of stack allocation. 
							
						 
						
							2013-07-08 01:07:05 +08:00  
				
					
						
							
							
								 
						
							
								4c2123c334 
								
							 
						 
						
							
							
								
								Fixed the overflowing bug in single thread cholesky factorization.  
							
							
							
						 
						
							2013-02-23 13:00:52 +08:00  
				
					
						
							
							
								 
						
							
								7bd1834d59 
								
							 
						 
						
							
							
								
								Refs  #130  Fixed laswp building bug with DYNAMIC_ARCH=1.  
							
							
							
						 
						
							2012-08-09 20:36:29 +08:00  
				
					
						
							
							
								 
						
							
								1b056c5328 
								
							 
						 
						
							
							
								
								Refs  #130  Prevent reading ipiv array beyond the bound in ?laswp. Use laswp instead of laswp_oncopy in getrf.  
							
							
							
						 
						
							2012-08-09 20:06:51 +08:00  
				
					
						
							
							
								 
						
							
								342bbc3871 
								
							 
						 
						
							
							
								
								Import GotoBLAS2 1.13 BSD version codes.  
							
							
							
						 
						
							2011-01-24 14:54:24 +00:00