Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

accuracy of cblas_sgemv function

jurpasha
Beginner
227 Views
Hi! I have found that cblas_sgemv function give slightly differing results in debug and release versions of mine program.
More over, several runs of release version give differing results to.
Is it possible to get accurate results?

0 Kudos
1 Reply
Todd_R_Intel
Employee
227 Views
Hi,

There are a couple of reasons that results can vary. All the results should be accurate within certain tolerances. There is an article on the knowledgebase that discusses reasons for the variations sometimes seen in results. It includes steps that can be taken to sometimes make results consistent.

If you do have problems in accuracy, please give us some specifics: A test case, your results, the data you use for input, etc.

Todd
0 Kudos
Reply