- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
The Maximum Junction Temperature (Tjmax) can vary from one individual processor to another, but is typically in the vicinity of 100c. It can be programmatically obtained by reading the IA32 Temperature Target MSR.
Hope this helps,
...S
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
The Maximum Junction Temperature (Tjmax) can vary from one individual processor to another, but is typically in the vicinity of 100c. It can be programmatically obtained by reading the IA32 Temperature Target MSR.
Hope this helps,
...S
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Thanks @n_scott_pearson.
I ran 'sudo rdmsr 0x01A2' which yielded: 660a00, which means Tjmax=102°C, if I'm reading it correctly.
However I don't see information about Tjmax or IA32 Temperature Target MSR in the datasheet of my processor: Xeon Gold Scalable 6226R Processor.
Could you help me point to documents where I can find more information about Tjmax / IA32 Temperature Target MSR?
Thanks
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Well, that's because there's no specific Tjmax value that they could list - and, as it detailed in section 2.1.6 of volume 2 of the datasheet, MSRs are separately documented in the Intel 64 and IA32 Software Developer's Manuals.
...S
