Click here to Skip to main content
15,891,689 members
Everything / Intel

Intel

Intel

Great Reads

by Chris Maunder, Henry Gabb
A rambling chat about parallelization, vectorization, Intel® Parallel Studio XE and how sometimes you really need to trust the tools you use.
by CodeProject
Dave Butler, VP and Senior Business Leader at MasterCard, offers developers insight into the company’s worldwide OpenAPI platform.
by Allister Beharry
oneMD is a molecular dynamics simulator coded in C++ 17 designed to take advantage of hardware data parallelism across a diverse set of devices and architectures using Intel's oneAPI framework and SYCL -- the successor to the OpenCL standard for parallel processing
by CodeProject
Richard Tate of HopeLab on developing successful healthcare apps.

Latest Articles

by Intel
A Deep Dive into Performance Tuning for the Intel® Xeon® CPU Max Series
by Intel
Take Advantage of On-Chip Acceleration of Data Transformation in 4th Gen Intel® Xeon® Scalable Processors
by Intel
Train Large Language Models Quickly and Easily on Intel® Processors
by Benjamin Consolvo
This article explores the use of Large Language Models (LLMs) in various applications, such as chatbots, code generation, and debugging.

All Articles

Sort by Title

Intel 

16 Oct 2014 by Wendy Boswell
The All-in-One PC provides great benefits for consumers, since they are streamlined systems with high performance inside that provide instant readiness.
5 Nov 2017 by Chris Maunder, Henry Gabb
A rambling chat about parallelization, vectorization, Intel® Parallel Studio XE and how sometimes you really need to trust the tools you use.
18 Dec 2023 by Intel
Take Advantage of On-Chip Acceleration of Data Transformation in 4th Gen Intel® Xeon® Scalable Processors
19 Oct 2022 by Intel
In this article, we’ll explore how to create a DL environment with optimized Intel packages.
29 Aug 2015 by Hetal Jariwala
Hi,I'm beginner in android studio and i have installed latest android studio in my pc, which is windows 7.Now when i try to run emulator it shows, following error.emulator: ERROR: x86 emulation currently requires hardware acceleration!Please ensure Intel HAXM is properly...
29 Aug 2015 by OriginalGriff
Look at the error you show us: "This computer does not support Intel Virtualization Technology (VT-x). HAXM cannot be installed. Please refer to the Intel HAXM documentation for more information"So look at the HAXM documentation, find out what the minimum hardware specification is, and...
29 Aug 2015 by Afzaal Ahmad Zeeshan
First of all, look at Solution 1. That works and is working in my case as well as other Android developer. Secondly, since your machine doesn't support HAXM. It doesn't matter whether you re-install it or not, it won't support your machine. In this case, you need to create your emulators...
18 Dec 2023 by Intel
Train Large Language Models Quickly and Easily on Intel® Processors
9 May 2023 by Henry A Gabb, John Pennycook
Learn about the Accelerators in Your System
4 Nov 2013 by CodeProject
Dave Butler, VP and Senior Business Leader at MasterCard, offers developers insight into the company’s worldwide OpenAPI platform.
13 May 2015 by Android on Intel
This article aims to change your thinking on how SIMD programming can be applied in your code.
30 Jul 2017 by theRealGreenz1
For the code below I am getting LNK2019 error. The complier cannot recognize MFXInit, MFXClose, MFXQueryVersion. It doesn't show the error for other functions within 'mfxvideo.h'.#include "mfxvideo.h"#include//Please refer the mediasdk-man.pdf provided under...
31 Dec 2016 by OriginalGriff
So try exactly the same thing in VS2015 and see if it works.If it does, then report the problem to MS so they can fix it before release.If it doesn't, then it's probably you've forgotten to link a library or similar.either way, we probably aren't the people you need to talk to.
30 Jul 2017 by Member 2493326
add legacy_stdio_definitions.lib then ok.
30 Aug 2017 by theRealGreenz1
I started learning Intel Media SDK a few weeks ago. But I don't seem to be getting a hang of it. I get the following error when I try to run the screen capture plugin:IntelSWTools\Intel(R)_Media_SDK_2016.0.2\samples\_bin\x64>sample_decode.exe capture -w 400 -h 108 -p...
30 Aug 2017 by KarstenK
It looks like something goes wrong with the command line arguments. Check that they are correct and valid for the file. Tip: look at the source code which is mentioned in the error messsages. My first guess is that your "-h 108" causes the mess.
10 May 2023 by Intel
This article examines oneAPI and explores some of Intel's many tools built on it to see how oneAPI makes AI development more straightforward and manageable.
19 Jan 2024 by Member 16185719
example java program for currency convertor in simple method using functions What I have tried: import java.util.Scanner; class coin{ public void coin obj=new coin(); Scanner sc=new Scanner(System.in); System.out.println("Welcome to...
15 Sep 2021 by ubutu2334
Find the equivalent MIPS assembly code for the C program as follows: x = 5 y = x - 2 a = x * 4 b = y * 2 z = (x + a) - (y + b) Knowing that the variables x, y, a, b are 32-bit integers Thanks What I have tried: This is the command I used in...
15 Sep 2021 by Richard MacCutchan
Multiplication and Division in MIPS Assembly Language[^]
15 Sep 2021 by CPallini
Note, you don't have to use the multiplication. You know, the left shift...
25 Sep 2017 by Javier Luis Lopez
I made a performance test in my computer (win10) with a Intel xeon CPU E5-1620 v3 @3.5Ghz obtaining simitar results than raspberry pi performance. My bear grew waiting. I obtained: integer sums: 2184 Mops (megaoperations/second) as expected double divisions: 15.6 - 18.32 Mops double...
25 Sep 2017 by Jochen Arndt
Quote: The question is: ¿does intel E5 has coprocessor? Yes. All x86 based CPUs have a build-in x87 FPU and vector units (SSE, AVX). Quote: Can I use a compiler directive to run it faster? Yes, but it depends on the compiler and if you can accept reduced error handling and not being strict IEEE...
11 Dec 2023 by Benjamin Consolvo
This article explores the use of Stable Diffusion models, focusing on image-to-image generation, using Intel's newly released Intel Data Center GPU Max Series 1100.
13 Dec 2023 by Benjamin Consolvo
This article explores the use of Large Language Models (LLMs) in various applications, such as chatbots, code generation, and debugging.
12 Dec 2023 by Benjamin Consolvo
This article discusses the application of Stable Diffusion models in generative AI, focusing on image generation from text prompts.
12 Nov 2015 by Member 12136413
how to import the admob local plugin that is downloaded from internet
12 Nov 2015 by OriginalGriff
Admob is a advertising module - google told me that - but other than that we know nothing about it. Including what environment you are working in, what languages it supports, etc. But...they want you to use it, as unless you do it generates no money for them. So go back to where you...
3 Dec 2016 by Buddhi Chaturanga
Please I need assist and help that how to add Intel C/C++(v.17) compiler with latest CodeLite (v9.2) IDE in order to achieve proper build,When I tried to use codelite search option as they mentioned here :-CodeLite, an open source, cross platform C/C++ IDE | AddNewCompiler /...
3 Dec 2016 by Arthur V. Ratz
Suppose, there's no chance to use it with CodeLite IDE. The only supported Intel Parallel Studio XE for Visual Studio on Windows and Eclipse on Linux.
25 Jul 2018 by KeyurKelkar
Hello I am trying to replicate the analysis shown in: Lightning-Fast R Machine Learning Algorithms[^] , in Windows 10 I am replicated the packages noted in the article, and further to help from a kind person in previous post, have come across a few last errors which i am hoping someone might...
25 Jul 2018 by OriginalGriff
Don't post this under Quick Answers - if you got the code from an article, then there is a "Add a Comment or Question" button at the bottom of that article, which causes an email to be sent to the author. They are then alerted that you wish to speak to them. Posting this here relies on them...
7 May 2020 by Intel, Arthur V. Ratz
How to deliver the modern code, using Intel C++ Compiler and OpenMP 4.5 library, that implements the parallel "stable" three-way quicksort, based on the parallel code that has already been discussed in the previous article.
12 Mar 2014 by novadivlja
I wonder is it possible to implement new features in existing bios, in other words is there some libraries (like sdk) of motherboard which give you chance to make easy your own bios?What mean "supported motherboard" - is that include libraries for developing or just mean that you can...
12 Mar 2014 by OriginalGriff
No. And I very strongly suggest you don't try. Unless of course you dislike your PC so much you want to convert it into a very expensive brick...The BIOS is tied to the hardware it runs in, and converts the low level operating system instructions into hardware specific operations. Even a...
12 Mar 2014 by Sergey Alexandrovich Kryukov
Please see, for example:http://www.jefro.net/astrobios-8-19-03.pdf[^],http://www.coreboot.org/Welcome_to_coreboot[^].Be ready to replace your chip with the BIOS, preserve existing BIOS content.But remember that the whole BIOS approach may eventually become obsolete. Please...
27 Jun 2023 by Robert Mueller-Albrecht
Using the Intel® oneAPI Math Kernel Library SYCL API
2 Aug 2012 by YvesDaoust
I am porting existing code from Windows to Linux (Visual C++ to g++). It includes inline assembly sections.g++ supports a compilation switch (-masm=intel) telling it to accept the Intel syntax instead of the AT&T one. So far so good, it should avoid painful rewriting of thousands of...
6 Aug 2012 by YvesDaoust
In front of the technical difficulties, I am giving up the idea to use inline assembly.As in any case a full rework of the source code is required, this opens new options.The option I have chosen is to switch to the SSE intrinsics calls, as they are portable between Microsoft and GNU...
4 Sep 2012 by jk7.seo
you have to use both syntax..ex)#define TEST(out, in) \ asm\ ( \ "mov %1, 5\n\t"\ ".intel_syntax noprefix;" \ --------intel syntax -------- ".att_syntax;" \ :"=g" (out) \ ...
6 Jul 2016 by Victor Soldatov
A coarse approach to operate huge integers.
13 Jan 2015 by krishnanrocks87
I have been assigned a task to integrate the C# application with intel AIM suite HTTP API to get the Age and Gender properties from it.I am stuck with the following two things,1.when integrating the webcam, i am getting capture error in the camera sensor field. how to rectify it? 2.Any body...