- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Does anyone know if it is possible to port the Number Theory Library (NTL) on the Phi?
Thanks in advance,
Tasos K.
1 솔루션
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
The NTL description at http://www.shoup.net/ntl/doc/tour-impl.html says
NTL is neither thread-safe nor re-entrant, and making it so would require a fundamental redesign
Since the whole point of Xeon Phi is to enable highly parallel codes, porting a non-thread safe library seems unlikely to be productive.
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
The NTL description at http://www.shoup.net/ntl/doc/tour-impl.html says
NTL is neither thread-safe nor re-entrant, and making it so would require a fundamental redesign
Since the whole point of Xeon Phi is to enable highly parallel codes, porting a non-thread safe library seems unlikely to be productive.
