Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

PCM v2.9 with Skylake U/Y

WJ_C_
Beginner
1,430 Views

How do I add support for Skylake U to Windows PCM code?

Simply add a new CPUID 78?

 

0 Kudos
1 Solution
Roman_D_Intel
Employee
1,430 Views

Hi,

As a quick workaround you can try to replace SKL = 94 in the cpucounters.h with SKL = 78. 

Please let me know if it works.

Thanks,

Roman

View solution in original post

0 Kudos
4 Replies
Roman_D_Intel
Employee
1,431 Views

Hi,

As a quick workaround you can try to replace SKL = 94 in the cpucounters.h with SKL = 78. 

Please let me know if it works.

Thanks,

Roman

0 Kudos
WJ_C_
Beginner
1,430 Views

Roman Dementiev (Intel) wrote:

Hi,

As a quick workaround you can try to replace SKL = 94 in the cpucounters.h with SKL = 78. 

Please let me know if it works.

Thanks,

Roman

Yes. It works. Thanks.

WJ

0 Kudos
Roman_D_Intel
Employee
1,430 Views

thanks for the feedback. Could you please post the cpu model name here for double checking? PCM outputs it on start up. (I don't have access to this particular CPU.)

Thank you,

Roman

0 Kudos
WJ_C_
Beginner
1,430 Views
Detected Intel(R) Core(TM) m7-6Y75 CPU @ 1.20GHz "Intel(r) microarchitecture codename Skylake U/Y"

 

0 Kudos
Reply