Intel XDK Name Space API Plugin Details for Cordova Build Containers
table { display:block; overflow-x:auto; width:100%; vertical-align:middle; border-collapse:collapse; border-spacing:0; -webkit-overflow-scrolling:touch; -moz-overflow-scrolling:touch;...
View ArticleWhy is Intel providing the Intel®XDK for free?
Blog fromKevin J. Smith, General Manager, Developer Products Division/Web App The world of computing has expanded beyond desktop and servers to include phones and tablets and is still evolving to...
View ArticleWebRTC Client on Mobile & Server implementation
The source code for this sample can be found here: https://github.com/gomobile/sample-crosswalk-webrtc-video-client or download the Intel(R) XDK to check out all the HTML5 Samples.IntroductionThis...
View ArticleUsing the Intel XDK “Crosswalk for Android” Build Option
Using the Crosswalk Project in the Intel® XDKWith the Crosswalk runtime you can create, preview, debug, profile and package Crosswalk applications all from within the Intel XDK, without the need to...
View ArticleBuilding an Android AOSP module with the Intel® C++ Compiler for Android*
This article describes how to build modules with the Intel C++ Compiler for Android* (ICC) and integrate them into an Android Open Source Project (AOSP) build. A module is typically a shared library or...
View ArticleBuilding a Native Application for Intel® Xeon Phi™ Coprocessors
IntroductionSome applications are well suited for running directly on Intel® Xeon Phi™ coprocessors without offload from a host system. This is also known as running in “native mode.” The purpose of...
View ArticleIntel® XDK "Cordova for Android" Build Options
table { display:block; overflow-x:auto; width:100%; vertical-align:middle; border-collapse:collapse; border-spacing:0; -webkit-overflow-scrolling:touch; -moz-overflow-scrolling:touch;...
View ArticleDiagnostic 15023: loop was not vectorized: unsupported loop structure
Cause: This vectorization message is emitted when there are multiple exit points from a given loop. Below is an example for this scenario. Here the DO loop has a conditional in which it's possible to...
View ArticleDiagnostic 15143: loop was not vectorized: loop was transformed to memset or...
Cause: When a code contains a loop or array syntax performing a simple initialization or a copy, the compiler may replace the loop with a function call to either set memory (memset) or copy memory...
View ArticleConfigurando o Intel Perceptual Computing SDK no Netbeans*
O objetivo desse tutorial é demonstrar como configurar o Intel Perceptual Computing SDK no Netbeans e utilizar o SDK em qualquer aplicação Java* para Windows*.Seguem os passos:1- Clique com o botão...
View ArticleVerbose Mode Supported in Intel® MKL 11.2
Introduction:We Introduced verbose mode support for BLAS and LAPACK domains in latest Intel® Math Kernel Library (MKL), which allow developer to get information like what MKL version, what MKL...
View ArticleUsing the Intel® XDK Develop Tab
Code Editor and UI DesignerThis tab provides a full view of the files in your project directory. You can edit project files with the built-in Brackets* code editor or with your favorite code editor,...
View ArticleProminent features of the Intel® Manycore Platform Software Stack (Intel®...
The Intel® Manycore Platform Software Stack (Intel® MPSS) version 3.2 was released on March 17, 2014. This page lists the prominent features in this release.Improvements in Intel® Coprocessor Offload...
View ArticleDebugging 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 ArticleDebugging Intel® Xeon Phi™ Applications on Linux* Host
ContentsIntroductionDebug Solution for Intel® MICHow to get it?Why use the provided GNU* GDB from Intel?Why is Intel providing a Command Line and Eclipse* IDE Integration?Deprecation...
View ArticleRecipe: Building and Optimizing the Hogbom Clean Benchmark for Intel® Xeon...
OverviewThis article provides a recipe for compiling and running the Hogbom Clean benchmark for the Intel® Xeon Phi™ coprocessor and discusses the various optimizations applied to the code....
View ArticleUsing the Build Tab
In the Intel® XDK development environment, once you have completed debugging and testing your app you can use the Build tab to make packages suitable for submitting to a variety of app stores. There...
View ArticleWhat is Crosswalk and How you can use it with Intel XDK
What is Crosswalk and why should you use it?Crosswalk is an HTML5 runtime, built on open source foundations, which extends the web platform with new capabilities. This means for Android developers is,...
View ArticleA Parallel Stable Sort Using C++11 for TBB, Cilk Plus, and OpenMP
This article describes a parallel merge sort code, and why it is more scalable than parallel quicksort or parallel samplesort. The code relies on the C++11 “move” semantics. It also points out a...
View ArticleVerbose Mode Supported in Intel® MKL 11.2
Introduction:We Introduced a special verbose mode support feature in the latest Intel® Math Kernel Library (MKL) 11.2 Beta for BLAS and LAPACK domains.This feature enables developers to better...
View Article