| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
On Jan 3, 2005, at 2:13 AM, Paul Sargent wrote:
I've submitted a bug at Ian O's suggestion (3936624).
Which I've diagnosed as:
SCP
The call which causes this is as follows
sgelss_(&nRows, &nColumns, &nRHS, (float *)[equationMatrixRedA bytes], &nRows, (float *)[equationMatrixRedb bytes], &nRows, (float *)[sArray bytes], &rCond, &rank, (float *)[workMatrix bytes], &workSize, &info);
where nRows ~= 1800 nColumns ~= 450 nRHS = 1 rCond = -1
equationMatrixRedA is a NSData nRows * nColums * sizeof(float) in size.
equationMatrixRedB is a NSData nRows * nRHS * sizeof(float) in size.
sArray is a NSData MIN(nRows,nColumns) * sizeof(float) in size.
workMatrix is a NSData workSize in size.
workSize is obtained by doing a query call to sgells_ (i.e. worksize set to -1 all other parameters the same), just previous to the main call.
The call stack is given below. There only appears to be the one call path.
libBLAS.dylib ATL_srot_xp0yp0aXbX libLAPACK.dylib f2c_srot libLAPACK.dylib SBDSQR libLAPACK.dylib sgelss_
Paul
Steve Peters email@hidden
_______________________________________________ Do not post admin requests to the list. They will be ignored. PerfOptimization-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/perfoptimization-dev/email@hidden
| References: | |
| >Re: Hotspot in Accelerate Framework (From: Steve Peters <email@hidden>) | |
| >Re: Hotspot in Accelerate Framework (From: Paul Sargent <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.