search for: sgesl

Displaying 4 results from an estimated 4 matches for "sgesl".

2004 May 31
1
Question about building library and BLAS
Dear helpers, I am trying to create a library which uses some Fortran source files and Lapack and Blas subroutines. The Fortran source files from the original author contain subroutines isamax.f, sgefa.f and sgesl.f, which are part of BLAS subroutines on my Linux computer, but maybe different (old) versions. So in addition to these subroutines, there are other Lapack and Blas subroutines involved. There is no problem to compile and run these files using g77, such as the following to create car: g77 -mieee-f...
2014 Apr 21
2
[LLVMdev] 3.4.1 Regression caused by merging r198940
On Thu, Apr 17, 2014 at 09:57:32AM -0400, Tom Stellard wrote: > On Fri, Apr 11, 2014 at 03:02:21PM -0700, Tom Stellard wrote: > > Hi, > > > > I have just tagged the first release candidate for the > > 3.4.1 release, so testers may begin testing. Please refer to > > http://llvm.org/docs/ReleaseProcess.html for information on how to > > validate a release.
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...0.01 8372 0 0.01 8372 set_key.ll 5 31563 0 0.01 31536 0 0.01 31536 set.ll 50 180298 0 0.03 180268 0 0.02 175676 setMetricsData.ll 1 5580 0 0.01 5555 0 0.01 5555 SetProperties.ll 7 71034 0 0.01 70999 0 0.01 70999 setpwates.ll 1 9223 0 0.01 9190 0 0.01 9190 sgefa.ll 1 16061 0 0.01 16044 0 0.01 16044 sgesl.ll 1 20330 0 0.01 20313 0 0.01 20313 sgrep.ll 17 183695 0 0.03 183669 0 0.03 183669 Sha1.ll 8 64276 0 0.02 64244 0 0.01 64244 Sha256.ll 4 31088 0 0.01 31072 0 0.01 31072 sha_driver.ll 1 5455 0 0.01 5425 0 0.01 5425 sha.ll 7 35560 0 0.01 35530 0 0.01 35530 shared_cdiff.ll 13 144745 0 0.02 144727 0 0...