As usual I'm sure it will turn out to be some silly small thing (and not a mysterious alignment issue with CBLAS). The strange thing is that the problem only arises when the matrices involved exceed a certain size.

After further testing with simplified test cases, I think it actually is a bug in the CBLAS function cblas_sgemm that pops up in 64-bit builds. I filed it (bug id 5988197).

Searching the lists.apple.com archives I did not find very many mentions of CBLAS or this function - I posted a more detailed description of my tests, with sample code, in perfoptimization-dev (which seems to have very low traffic).

As a workaround, I'm using the double-precision version cblas_dgemm, which works fine (although it's not really what I want).

Rick

Rick

On 4-Jun-08, at 2:08 PM, Kyle Sluder wrote:

Take a look at NSInteger and CGFloat, and the 64-Bit Transition Guide
for Cocoa: 
http://developer.apple.com/documentation/Cocoa/Conceptual/Cocoa64BitGuide/ConvertingExistingApp/chapter_4_section_3.html

--Kyle Sluder

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/rickhoge1%40mac.com

This email sent to [EMAIL PROTECTED]

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to