Debugging Intel® Xeon Phi™ Applications on Windows* Host
ContentsIntroductionDebug Solution for Intel® MICHow to get it?Debug Solution as IntegrationComponents RequiredConfigure & TestPrerequisite for DebuggingDebugging Applications with Offload...
View ArticleUnderstanding the corner cases of Vectorization Intensity
Correct performance analysis of an application is absolutely vital to optimize the performance on any architecture. A previous article describes several metrics recommended for a basic analysis of your...
View ArticleIntel(R) Compiler XE 2015 for Linux Installation Aborts with Segmentation Fault
Problem: the Intel(R) Compiler XE 2015 for Linux installation aborts with segmentation fault. During installation of the Intel(R) Parallel Studio XE 2015 for Linux products, the Compiler version 15.0...
View Articlevectorization support: unroll factor set to xxxx
Vectorization Diagnostic 15144 vectorization support: unroll factor set to xxxx The vectorizer prints this message to tell the user that the loop was unrolled by a factor of xxxx, where xxxx is the...
View ArticleDisclosure of H/W prefetcher control on some Intel processors
Disclosure of H/W prefetchers control on some Intel processorsThis article discloses the MSR setting that can be used to control the various h/w prefetchers that are available on Intel processors based...
View ArticleIntel's 2015 Tablet Roadmap
Tablet Innovation: Experiences, Usages, and Opportunities with Intel's 2015 Tablet Roadmap.Click here for more.
View ArticleIntel® Parallel Studio XE 2015 Release Notes
This page provides links to the current Release Notes for the Intel® Parallel Studio XE 2015 Cluster, Professional, and Composer Editions.To get product updates, log in to the Intel® Software...
View ArticleProminent features of the Intel® Manycore Platform Software Stack (Intel®...
The Intel® Manycore Platform Software Stack (Intel® MPSS) version 3.4 was released on September 22, 2014. This page lists the prominent features in this release.Intel® MPSSChanges to the uninstall...
View ArticleAngular* and the Intel XDK®
Here will help you get started with Angular and the Intel XDK®. Angular is dubbed the "Superheroic JavaScript MVVMFramework" and is a Google* project. There are many great features, including two way...
View ArticleIntel Parallel Compute Center MIC Training Resources
Training Resources for the Intel® Many Integrated Core (Intel MIC Architecture) Just getting started with The Intel® Xeon PhiTM Coprocessor and need some help getting started OR are you already...
View ArticleAsynchronous Offload - C++ Code Examples
This document provides information about asynchronous data transfer, asynchronous computation and memory management without data transfer. This document includes code examples of common usage...
View ArticleAsynchronous Offload - Fortran Code Examples
This document provides information about asynchronous data transfer, asynchronous computation and memory management without data transfer. This document includes code examples of common usage...
View ArticleIntel® System Studio 2015 Beta for Linux Hosts Silent Installation Guide
Intel® System Studio 2015 Beta for Linux Hosts"Silent" or non-interactive Installation Instructions Navigation:Linux and Mac OS X Compilers Installation Help Center:...
View ArticleMobile Video Chat Moves the Modern Worker
Not so long ago, office work meant being physically in the office. At the other end of the spectrum, executives traveled non-stop all over the globe for important meetings. Paradoxically, video...
View ArticleThe Deaf and Hard of Hearing Can Benefit from Communication Technology
Consider for a moment the extraordinary progress society has made in terms of improving quality of life for those with special hearing needs. The development of sign language and the invention of the...
View ArticleAdding Local Search Functionality to Your Android* Application
IntroductionA basic need required in a wide variety of applications is the search feature. In our case we have a restaurant application and need the user to be able to easily and quickly search the...
View Article使用Intel® C++ Compiler编译浮点应用时的相关因素权衡
总的来说,浮点应用有以下几个考量目标精度:应用最后计算出的结果与理论结果一致.可重复性及可移植性:应用在多个平台或架构上,多次运行的结果依然保持一致相同.性能:应用计算所需的运行时间. 用户在编写含浮点计算的应用时,应在以上的考量目标中做适当的折中。例如,在开发3D图形引擎的情况下,性能可能是要考虑的最重要的因素,并且可重现性及精度可能是相对次要的考量因素。 Intel®...
View ArticleOffload模式异步计算的C++编程方式
本文将主要介绍Offload模式场景下异步计算编程时需要考虑的相关的编程方式比如异步数据传输、指定异步计算以及指定不需数据传输的内存分配等。 Intel® C++ Compiler提供了两个不同的C++ 编译指示来标示数据传输及等待其完成,一是用于指示异步数据传输:#pragma offload_transfer <clauses> [...
View Article