Re: Problem with cblas_sgemm in 64 bit build

2008-06-05 Thread Rick Hoge
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

Problem with cblas_sgemm in 64 bit build

2008-06-04 Thread Rick Hoge
I've been tesing a 64 bit build of an application that uses the BLAS function cblas_sgemm to multiply two matrices. The code works fine in 32 bit builds (building with Xcode 3.0 on Leopard 10.5.3) There is a strange problem that I think I have isolated to the output of the above

Re: Problem with cblas_sgemm in 64 bit build

2008-06-04 Thread Kyle Sluder
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