Quantcast
Channel:
Browsing all 21 articles
Browse latest View live

>>... It does not create an n

>>... It does not create an n X n arrayI agree and it looks like a typing error. If Yes it should look like:... double *a = new double[ n * n ]; call_dsyrdb( a, &n ); delete [] a; ...and if...

View Article



Thank you all.

Thank you all.Sergey:The correct way for deallocating arrays is with delete [] d; Nevertheless, I did try your idea without success.You were right, there was a typo. double *a = new double[n * n]; As...

View Article

I will do a verification on

I will do a verification on 64-bit Windows 7 Professional and MKL version 11.0.2 will be used:[ mkl.h ] ... #define __INTEL_MKL_BUILD_DATE 20130123#define __INTEL_MKL__ 11 #define __INTEL_MKL_MINOR__ 0...

View Article

>>...In trivial case of a 1x1

>>...In trivial case of a 1x1 matrix (order = 1) and I get ***glibc detected....I reproduced a similar memory corruption problem on Windows 7 platform. When the 2nd call to dsydb is commented out...

View Article

So, it seems like there are

So, it seems like there are two cases?Bug in dsyrdbTypo in MKL manual

View Article


Quote:Dimitris wrote:

Quote:Dimitris wrote: So, it seems like there are two cases?Bug in dsyrdbTypo in MKL manualNeither! It is more of a quality of implementation of issue. The MKL documentation gives a recommendation for...

View Article

Neither. I posted a reply

Quote:Dimitris wrote: So, it seems like there are two cases?Bug in dsyrdbTypo in MKL manualNeither. I posted a reply with references to original material which, I hope, will clarify the issues....

View Article

mecej, I will save your post 

mecej, I will save your post  (http://software.intel.com/en-us/comment/reply/394023/1741446?quote=1#com...)  because of it contains very useful comments  " If you want to perform meaningful tests of...

View Article


We have checked the issue on

We have checked the issue on our side - yes, we confirm that this is the problem. The input parameter for this routine didn't check properly. The description would be updated accordingly. Thanks a lot...

View Article


Image may be NSFW.
Clik here to view.

A modified test case I used

A modified test case I used on Ivy Bridge system with Windows 7 Professional is attached.Attachments: AttachmentSizeDownloadtest15.cpp2.07 KB

View Article

FYI: the problem with 1x1

FYI: the problem with 1x1 case has been fixed in the latest 11.1 version. 

View Article

Thank you all.

Thank you all.Sergey:The correct way for deallocating arrays is with delete [] d;Nevertheless, I did try your idea without success.You were right, there was a typo. double *a = new double[n * n];As far...

View Article

I will do a verification on

I will do a verification on 64-bit Windows 7 Professional and MKL version 11.0.2 will be used:[ mkl.h ] ... #define __INTEL_MKL_BUILD_DATE 20130123#define __INTEL_MKL__ 11 #define __INTEL_MKL_MINOR__ 0...

View Article


>>...In trivial case of a 1x1

>>...In trivial case of a 1x1 matrix (order = 1) and I get ***glibc detected....I reproduced a similar memory corruption problem on Windows 7 platform. When the 2nd call to dsydb is commented out...

View Article

So, it seems like there are

So, it seems like there are two cases?Bug in dsyrdbTypo in MKL manual

View Article


Quote:Dimitris wrote:

Quote:Dimitris wrote:So, it seems like there are two cases?Bug in dsyrdbTypo in MKL manualNeither! It is more of a quality of implementation of issue. The MKL documentation gives a recommendation for...

View Article

Neither. I posted a reply

Quote:Dimitris wrote:So, it seems like there are two cases?Bug in dsyrdbTypo in MKL manualNeither. I posted a reply with references to original material which, I hope, will clarify the issues....

View Article


mecej, I will save your post 

mecej, I will save your post  (http://software.intel.com/en-us/comment/reply/394023/1741446?quote=1#com...)  because of it contains very useful comments  " If you want to perform meaningful tests of...

View Article

We have checked the issue on

We have checked the issue on our side - yes, we confirm that this is the problem. The input parameter for this routine didn't check properly. The description would be updated accordingly. Thanks a lot...

View Article

Image may be NSFW.
Clik here to view.

A modified test case I used

A modified test case I used on Ivy Bridge system with Windows 7 Professional is attached.Attachments: AttachmentSizeDownloadtest15.cpp2.07 KB

View Article
Browsing all 21 articles
Browse latest View live




Latest Images