Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

CodeAnalyst on Intel Processor

harris_raymann
Beginner
577 Views
Can anyone tell me if AMD's CodeAnalyst would work with Intel processors on Windows O/S?

Thank you for your help,

Harris


0 Kudos
3 Replies
TimP
Honored Contributor III
577 Views
It "should" work for non-architecture-specific stuff. e.g. the hardware event counters are entirely different for Intel processors; the pipeline simulator is not for your CPU. No one will support the combination.
As the Intel PTU is available on the WhatIf forum, this topic seems closer to topicality on that forum.
0 Kudos
harris_raymann
Beginner
577 Views
Thank you!
0 Kudos
jimdempseyatthecove
Honored Contributor III
577 Views

I use CodeAnalyst and am quite happy with it (especially the price $0).

You can only run timer based sampling. You cannot use event based sampling. Timer based sampling is usualy what is chosed for your first assalt on optimization. Using event based sampling (e.g. cache evictions) are genneraly performed later when attempting to eek the last few percentages points out of the code or when there is an adverse cache interaction that your are attempting to locate.

Jim Dempsey

0 Kudos
Reply