Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
6814 Discussions

The different output between run application under debugger (F5) and without debugger (Ctrl + F5) in visual studio

Tam_N_
Novice
629 Views

Hi all,

I have a problem with my source code.

I used IPP function to calculate matrix but the output value is different when I run application under debugger (F5) and without debugger (Ctrl + F5) in visual studio.

Do you help me explain clearly about it ?

Thanks,

Tam Nguyen

0 Kudos
1 Reply
Igor_A_Intel
Employee
629 Views

Hi Tam,

could you share the reproducible of your issue? The difference between <F5> and <Ctrl F5> is that under debugger all allocated memory is set to some "debug" value, while without debugger it contains just a garbage. Therefore the first preliminary diagnose is that there is bug with memory boundaries - either in your application or in IPP function - somebody processes uninitialized data/memory.

regards, Igor.

0 Kudos
Reply