- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hey.
I want to use the IPP library but have an important question.
Does the IPP version 3 .0 support the Intel Xeon processor.
I couldn't find a direct answer for this in the web site, some documentation said that it does and some didn?t event mention it.
Ilan Moshe.
링크가 복사됨
6 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Ilan -
Thanks for your question. The answer is Yes, the Intel Integrated Performance Primitives 3.0 do support the Intel Xeon processor.
How do you use the performance libraries?
-Irena
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I have run the command ippCoreGetCpuType and the enum of the answer returned from this command doesn't include the option of xeon only the following ones :
typedef enum {
/* Enumeration: Processor: */
ippCpuUnknown = 0x0,
ippCpuPP, /* Pentium */
ippCpuPMX, /* Pentium with MMX */
ippCpuPPR, /* Pentium Pro */
ippCpuPII, /* Pentium II */
ippCpuPIII, /* Pentium III */
ippCpuP4, /* Pentium 4 */
ippCpuP4HT, /* Pentium 4 with HT enabled */
ippCpuP4HT2,
ippCpuITP = 0x10, /* Itanium */
ippCpuITP2 /* Itanium 2 */
} IppCpuType;
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
Depending on the type of Intel Xeon processor you are working with, either Pentium III or Pentium 4 optimized code will be dispatched. The function ippCoreGetCpuType will return one of the following for Intel Xeon processors:
ippCpuPIII, /* Pentium III */
ippCpuP4, /* Pentium 4 */
If you have further questions on this, please submit them to Intel Premier Support so we can help you further.
Thanks,
--Amanda S.
Intel IPP Support
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Amanda.
I am working with Intel IPP libraries Ver 3.0 and have the following problem.
I am running an algorithm on my Pentium 4 2.0GHZ using IPP and get some results.
When I run the same program using a Xeon 3.0GHZ I get results that are 100 times SLOWER then the results I got from the Pentium 4.
This is quit suppressing and the first thing that comes to my mind is whether the IPP is supported on the IPP library version 3.0.
What are the steps I should take to understand what the problem is?
By the way to where did you advise me to send this issus on your last note ?
THANKS.
Ilan Moshe.
