For issues related to Intel semiconductor chips and assemblies.
2
votes
1answer
162 views
How to move AT&T Style Assembly code over to Visual Studio and Intel Style Syntax?
I have a very specialized file written in x86-64 assembly for Linux, compiled under GCC. I need to move that code over to a Visual Studio project and mll64.exe wants the assembly file to be in Intel ...
2
votes
0answers
550 views
Calculating gFLOPs of Intel processor
How do I measure my computer's gFLOPs per cycle? I am using the following processor- Intel(R) Pentium(R) CPU G620. It runs @ 2.60 GHz.
1
vote
2answers
91 views
Unresolved __builtin_ia32_stmxcsr
I have inherited code, trying to compile with gcc on Linux.
what library am I looking for that has __builtin_ia32_stmxcsr ?
apologies -- i was too fast to submit; running gcc inside of Nvidia ...
1
vote
2answers
90 views
fmaf weird performance
I'm experiencing an huge performance decrease using the fmaf function over the usage of * and +. I'm on two Linux machines and using g++ 4.4.3 and g++ 4.6.3
On two different machines the following ...
2
votes
1answer
170 views
How to use MMX in parallel with SSE operations
In Wikipedia, it says:
The addition of integer support in SSE2 made MMX largely redundant, though further performance increases can be attained in some situations by using MMX in parallel with SSE ...
0
votes
2answers
1k views
Converting ASCII number to binary in x86
So im reading the user's 8-digit input, and saving it into a variable. for example:
Enter an 8-digit hex number: 1ABC5678
So, then i loop through the 1ABC5678 hex number and subtract 48 from numbers ...
7
votes
1answer
397 views
pause instruction in x86
I am trying to create a dumb version of a spin lock. Browsing the web, I came across a assembly instruction in x86 which is used to give hint to a processor that a spin-lock is currently running on ...
2
votes
1answer
272 views
Beat the compiler
I'm trying to use Intel intrinsics to beat the compiler optimized code. Sometimes I can do it, other times I can't.
I guess the question is, why can I sometimes beat the compiler, but other times ...
3
votes
1answer
337 views
Using __m256d registers
How do you use __m256d?
Say I want to use the Intel VAX instruction _mm256_add_pd on a simple Vector3 class with 3-64 bit double precision components (x, y, and z). What is the correct way to use ...
0
votes
1answer
45 views
Difficulty in using GDB for Debugging intel array building block [closed]
i used intel array building block recently and as i am new to it i face problems in debugging it through GDB. They have mention that we can debug ARBB through GDB but when i insert any break point in ...
0
votes
1answer
82 views
32bit intel assembly comparing and jumping
According to the references I've seen online, examples I've seen, and my overall (weak) knowledge of assembly, this looks like this should work but I keep getting a segmentation error right after I ...
0
votes
0answers
136 views
Error in using Intel OpenCL sdk debugger
I am trying to debug an opencl code with the Intel opencl sdk debugger plugin for visual studio 2008 prof edition.
I am getting a build program error with this code
Err = clBuildProgram(cpProgram, ...
4
votes
2answers
492 views
Global Descriptor Table
I've been reading Intel manual about Virtual Memory (Segmentation + Paging). As I understand there is special register that holds Global Descriptor Table (GDT). GDT contains NULL Descriptor, Local ...
2
votes
1answer
98 views
Improve the performance of a sum (C version)
I am using a scientific calculation code. And I want to improve it a little bit if possible. I check the code with Amplifier. The most time consuming (heavily used) code is this:
double a = 0.0;
...
0
votes
0answers
127 views
Libgdx Method “glGenBuffers” not available
I have an Dell Inspiron 1525 with Mobile Intel GM965 Graphics card. I've tried to run the triangle example from libgdx. With lwjgl backend I get "device not closed". On jogl backend the app runs but ...
0
votes
0answers
61 views
Intel Inspector XE 2013 is not getting added as plugin with MSVS-2005
I had purchased the Intel Inspector XE 2013. Previously I was using 2011 version. This newer version is not getting added as a plugin to MSVS-2005, although Intel is supporting MSVS-2005, unlike the ...
0
votes
1answer
150 views
Poor performance of GNU C++ compiler while sorting vector of pairs, compared with Intel
I have a vector of pairs in my program, which I need to sort. Something as:
std::vector<std::pair<int, uintmax_t> > temp;
...
std::sort(temp.begin(), temp.end());
I performed some ...
2
votes
1answer
158 views
Why Intel x87 registers are 80 bits wide? [closed]
Why the use of a so "weird" register size? Any documentation on why isn't preferable to use 64 or 128 bits for those registers?
0
votes
1answer
271 views
Android virtual device with Intel Atom(x86) and GPU emulation shows black boxes on Phonegap
I created an android virtual device for phonegap development, with the Intel Atom(x86) as CPU/ABI feature.
When I turn on the GPU emulation on my avd, the screen shows a black box in the middle.
...
0
votes
3answers
158 views
Intel GPUs, issue with VBOs, and SFML
I'm developing a game using SFML and have recently learned that Intel GPUs do not support OpenGL VBOs. This is a problem because SFML uses VBOs to render to surfaces that aren't the display window.
...
0
votes
1answer
162 views
Understanding CPU architecture abbreviations
I have installed ubuntu on a pc. Now I would like to know its CPU architecture. I have read that uname -a can be used for this so:
~$ uname -a
Linux desknode1 3.2.0-23-generic #36-Ubuntu SMP Tue Apr ...
1
vote
0answers
368 views
compile with intel compiler 12 for windows using boost 1.51 error
i like to checkout how intel compiler performs in comparison to VS2008.
So i installed intel composer xe 12 and used intel compiler for my projects.
Also i built all boost libs with intel compiler:
...
0
votes
0answers
183 views
Parameters B and C for basic cubic interpolation in IPP
What parameters B and C I should use for basic cubic interpolation (not B-spline, Catmull-Rom, special filter) in Integrated Performance Primitives?
This link tells me about parameters for all cubic ...
0
votes
1answer
1k views
OpenCL on Mobile Intel(R) 965 Express Chipset Family
I have a Mobile Intel(R) 965 Express Chipset Family as my graphics card on my Dell Inspiron.
I wanted to run OpenCL programs on the GPU using this. Does this graphics card support that? I read a lot ...
0
votes
0answers
147 views
Not working OpenMP on ICC
I try to compile my program with Intel compiler and get an error:
warning #161: unrecognized #pragma
#pragma omp parallel for
My command line looks like this:
/I"....\Storage ...
0
votes
0answers
89 views
Intel certification in computer architecture [closed]
Is there a certification in computer architecture region from "Intel"?
Thank you for your attention!
0
votes
1answer
125 views
Sig 11 Using boost serialization when compiled with -static and -openmp using icpc v12
As stated in the title, I have a seg fault occurring and I have no idea why. The closest maybe-related issue that I could dig up is this. My system specs are as follows:
RHELv5u8
icpc version ...
3
votes
2answers
167 views
What are my choices of technologies for GP development on Intel integrated GPU's?
What are my choices of technologies, languages and tools to develop general-purpose software running on the integrated GPUs of Intel Ivy Bridge processors? OpenCL (if so, Intel drivers? Whose ...
0
votes
0answers
64 views
Intel cache size
I figured out that my cache has 32KB Data Size and a 64 byte block size
My cache is 4-way set associative
How do I calculate the total number of bytes in the cache?
Thanks very much!
1
vote
1answer
398 views
Any examples/tutorials on using Intel UPNP's VirtualDirectory Handler?
I've been working with the UPNP library from Intel in a VB.NET project and though the lack of documentation has made it hard (literally guessing what property/method I have to use in every line of ...
0
votes
1answer
112 views
Running Intel's VTune Periodically
In previous versions of VTune, there was a program called dsep.exe, which could be used to periodically poll hardware counters (specifically related to DRAM reads/writes) from VTune. This allowed me ...
0
votes
4answers
176 views
I may have incorrectly installed my cpu… will my motherboard/cpu get ruined? [closed]
I am building a computer. There is a small chance that I placed my cpu into the motherboard in an incorrect orientation. Will the bios warn me if I placed it incorrectly or will the cpu/motherboard ...
1
vote
0answers
132 views
_mm_sfence vs __faststorefence
According to MSDN documentation, __faststorefence is faster than _mm_sfence. In my timings it's over three times slower.
Platform: Win7-64, Visual Studio 2010 with the x64 SDK.
#include ...
0
votes
2answers
143 views
About Adaptive Mode for L1 Cache in Hyper-threading
I'm a student doing some research on Hyper-threading recently. I'm a little confused about the feature - L1 Data Cache Context Mode.
In the architecture optimization manual, it was described that L1 ...
8
votes
1answer
239 views
Intel C++ compiler bug? (pointers aliasing)
I am using Intel C++ compiler 12.0, and working on a program similar to the following, which is very simple and straightforward. The while loop should stop in the first run. However, when I build the ...
0
votes
0answers
290 views
How can I disable Intel integrated graphics? [closed]
I recently got a new laptop that has an Ivy bridge mobile CPU as well as an nVidia graphics card. For some reason the Intel graphics is always on and the nVidia card never gets turned on unless I am ...
1
vote
0answers
228 views
How to call cpuid instruction in a Mac framework?
I want to use the cpuid instruction to identify features of an Intel CPU. I found the cpuid.h header in Kernel.framework, so I added Kernel.framework to my project and included ...
0
votes
1answer
219 views
Using the Intel Fortran Composer XE for Linux under Cygwin
I have previously used the GNU FORTRAN compiler gfortran. But since the Intel FORTRAN compiler for Linux is available for personal non-commercial use I decided to give it a try. Is it possible to use ...
-1
votes
1answer
75 views
Is there some advantage of using NVidia optimus when on AC adapter?
I have installed NVidia graphics card on my notebook, which supports Optimus technology (second graphics card is integrated on the Intel processor).
Suppose, I am with my notebook on AC adapter ...
0
votes
2answers
344 views
What is CPU brand (Intel or AMD or Any) on Windows Azure? [closed]
I want to host application on VM Azure but that require Intel CPU instructions.
I saw AMD type on VM when open property on "Computer Menu". I think this is compatible CPU on Azure.
What is actual CPU ...
0
votes
1answer
768 views
Where do I get the Intel Hardware Accelerated Execution Manager (HAXM) driver for OS X 10.8.1 (Mountain Lion)?
I am trying to install the latest driver - version 1.0.1 (R2) from Intel's website. It states that the driver is supported on Intel-based Macs with Mac OS X 10.6 and later (32/64-bit). But when I try ...
5
votes
3answers
354 views
Intrinsic array access is much faster than std::vector access — Black Magic?
I have set up a test program to compare array access performance to that of std::vector. I have found several similar questions but none seem to address my specific concern. I was scratching my head ...
4
votes
2answers
8k views
fork: retry: Resource temporarily unavailable [closed]
I try to install Intel MPI Benchmark in my computer and I recive the next error:
"fork: retry: Resource temporarily unavailable"
Then have receive again this error when I run ls and later top ...
0
votes
0answers
363 views
Installing 64-bit only version of Intel Fortran Composer XE for Linux 2011 [closed]
I am trying to install the 64-bit only version of Intel Fortran Composer XE for Linux, so that I will not have to install the 32-bit compatibility libraries. On the web page where you select which ...
1
vote
1answer
97 views
Is it possible to write a QT C++ project on an Intel machine that produces a binary for Solaris SPARC?
Is it possible to write a C++ application on Intel that produces an executable binary for Solaris SPARC architecture using QT?
I have downloaded QT 4.7.4 and opened some of the demo projects like ...
1
vote
1answer
685 views
Sandy-Bridge CPU specification
I was able to put together bits here and there about the Sandy Bridge-E architecture but I am not totally sure about all the parameters e.g. the size of the L2 cache. Can anyone please confirm they ...
0
votes
0answers
118 views
MPI and memory test
I have written a program in Fortran 90 and MPI. I tried to run this program on 2 different machines. In one works fine but on the other, Intel Xeon X5650, 12 cores (6x2), my program is stopped by ...
1
vote
1answer
192 views
Rex prefix decoding for intel x64 arch
In the Intel documentation "Architectures Software Developer’s Manual Vol 2A". Table 2-4 is showing the signification of the REX prefix's bits. Does someone can explain me how to interpret when W=0. ...
5
votes
1answer
336 views
How to detect if CPU support Intel Anti-Theft technology?
From http://ark.intel.com I can find what processors support it. But how to detect it programmatically? (C++,C#).
In case of Intel's chipsets, I find out that FVEC2 (feature vector register) is used ...
0
votes
0answers
219 views
Failed to launch app on Emulator. Launch cancelled
I am trying to run my app on Intel x86 android emualtor. This emulator has been working great and fast but today when I recieved this error and can't test my apps in emulator.
[2012-08-11 15:42:34 - ...

