For issues related to Intel semiconductor chips and assemblies.

learn more… | top users | synonyms

0
votes
0answers
20 views

Intels Quick Path Interconnect (QPI) Hello world

As per the title, I cant seem to find any sample code or documentation for building an application that uses Intel's QPI. What does hello world for this look like and where can I find the ...
1
vote
0answers
134 views

GLSL for-loop array index

I'm having some trouble using variable indices in GLSL. The folowing GLSL code is working fine on NVidia cards. But its not working on my Intel HD 4000: for(int i=0;i<int(uLightCount);++i) { ...
2
votes
1answer
171 views

max FLOPS for matrix multiplication Intel/AMD CPU

My formula for estimating the maximum FLOPs/s of an Intel CPU is Max SP FLOPs/s = frequencey * 4 SSE(8AVX) * 2 (MAC) * number of cores (not HW threads) Max DP FLOPs/s = 0.5 * Max SP FLOPs/s By MAC ...
0
votes
1answer
21 views

Intel AppFramework $.mvc.route and transition

I'm making an app using the Intel Appframework MVC but I can't find a way to use transition with $.mvc.route. I tried to combine: $.ui.loadContent("mydiv",false,false,"pop"); //from the ...
0
votes
0answers
208 views

Howto increase the resolution to 1280x800 of the Standard VGA Graphics Adapter of Windows 7 [closed]

Unfortunately the Intel GMA 3650 driver does not work on the 64 bits versions of Windows 7. An idea is to use the standard driver which comes with Windows 7 (loosing the 3D acceleration), but it ...
0
votes
1answer
55 views

Intel Fortran Compiler option for automatic dependency generation

Is there an option for automatic dependency generation for INTEL Fortran Compiler, like the "-MM" option of c/c++ compiler, we can use in makefile?
0
votes
0answers
23 views

Which CPU Should I choose out of these [closed]

Can anyone help me to decide which CPU out of Intel's i7-3820 & i7-3770K should I choose. My main purpose is running 4 - 5 virtual machines and hobbyist 3ds max work. Difference between these two ...
-4
votes
1answer
75 views

Which Assembly Language to Pursue After Intel 8085 ? [closed]

I've the background of Computer Architecture and organisation thanks to my school . The assembly the lecturer used for teaching this subject is Intel 8085(using a simulator) . But it doesn't satisfied ...
2
votes
2answers
91 views

How to recognise intel graphic card in GLSL program?

On Nvidia cards, if you want clip plane is enabled, gl_ClipVertex must be assigned in glsl program. But on Ati cards, there is a problem if gl_ClipVertex is assigned. For Nvidia/Ati compatibility, ...
0
votes
1answer
79 views

In ARM or powerPC archetecture, is the PCI IO space in use? [closed]

sorry for my poor english first. I known , in intel archeture, there are some instructions related to io space(in/out instruction), but in ARM or powerPC, there are not such instruction, all is ...
0
votes
0answers
41 views

JQMobi dual range slider

Have anyone successfully build a dual range selector using JQMobi? I need a control for selecting a range of values (min and max value using one control)
0
votes
1answer
113 views

how many instructions on x86 today [closed]

(sorry for my weak english) I am trying to learn up to date x86 assembly all from old 386 base instructions through all the sse additions till now I am reading some things like SSE5 counts 170 new ...
0
votes
0answers
39 views

centos 5.6 shows only blue screen after installation [closed]

I am not able to go to text mode using Ctrl+Alt+F1... I am stuck with blue screen only. When I boot with init level 3 The lspci command shows: 00:02.0 VGA compatible controller: Intel Corporation ...
0
votes
0answers
127 views

Asm ascii to binary conversion

im trying to convert ascii input to binary code in variable. Program is working good while number of inputed char is even. Don't know why when its odd i've got the wrong result. If the number of input ...
-2
votes
1answer
108 views

Manually writing C code from Intel assembly language? [closed]

I was wondering if anybody has some professional hints on how to look at simple Intel assembly language and convert it to C code. Any help would be great. Thanks!
2
votes
1answer
131 views

How does Intel TBB concurrent_queue work? Does it achieve fine-grained parallelism?

I am new to Intel TBB. I am using concurrent_queue in order to achieve fine-grained parallelism in my project. I got few doubts. This is how i am implementing. thread_fun(arguments) { ...
1
vote
0answers
62 views

SandyBridge: How does physical memory map across channels when interleaving is enabled/disabled?

I have two low-level question about how memory interleaving across channels works on Sandy Bridge processors. I've poured through technical documents from Intel, and I still cannot find the answers. ...
0
votes
0answers
77 views

How to make copies and transverse words in assembly x86 at&t syntax

I am working on a program that takes a word as input and then replaces every second letter with a !, and it also makes a copy of the word that was entered so later on it could be used and not the ...
1
vote
1answer
31 views

Adding jmp instructions

I want to add harmless unconditional branches after every jmp-like instruction in the binary to ensure that the fall through branch can be observed when we keep a record of branch instructions ...
0
votes
2answers
24 views

Banks size in 8051

I read a book about intel 8051 in which the author says, 8051 has three banks 00h to 1Fh, each bank has 8 registers and each bank is of 8 bytes. ? Now I am confused what does he mean by each bank is ...
0
votes
1answer
37 views

How to get started with the library intel ipp?

I got the job:1. Generate a sinusoidal signal.2. Build its spectrum with FFT.For a start, I installed Intel Parallel Studio XE 2011 for visual studio 2010. In vs 2010 appeared Fortran. But the task of ...
1
vote
1answer
122 views

haxm hangs emulator on osx

After installing Intel HAXM on my osx 10.6.8, eclipse juno, adt 21.1.0 I am not able to run any of the emulators. The emulator process fries my cpu as in: where cpu usage never goes below 100%. Yet ...
0
votes
1answer
102 views

What are the typical performance bottlenecks for a computational intensive C/C++ program [closed]

What are the typical performance bottleneck for a program (C/C++) I have written some programs involves a lot of computations, however, I find by changing the computation from double to single ...
0
votes
1answer
56 views

gcc breaking rax value after function call

I am rewriting some C functions in ASM for practicing. My memset function is setting RAX to the same address passed in the RDI register. But gcc is extending the AL's value with the CDQE instruction. ...
-1
votes
1answer
160 views

How do i use arrays in x86 assembly code to replace letters of a word?

Hey everyone so i am working on an assignment involving arrays in assembly. I need to have the user enter a number, then clear the screen. After that a second player tries to guess the word. I did all ...
3
votes
1answer
123 views

Intel (windows) c++ compiler and changing its library implementation to gcc. Is it possible?

Not sure if this is the right place to ask but here goes From a page on the Intel website, it states: The Intel C++ Compiler for Windows uses the Microsoft Visual C++ header files, libraries and ...
0
votes
0answers
146 views

Why does this GLSL shader not working on Intel G41?

Some info about my graphic card: GL_RENDERER: Intel(R) G41 Express Chipset OpenGL_VERSION: 2.1.0 - Build 8.15.10.1986 GLSL_VERSION: 1.20 - Intel Build 8.15.10.1986 Vertex shader 1: #version 110 ...
4
votes
2answers
166 views

Has someone written a DRNG/RDRAND library in C#?

Does anyone know of a managed library for consuming Intel's Digital Random Number Generator (the RDRAND instruction in Ivy Bridge)? I know there are c libs out there, I was just hoping someone did ...
1
vote
0answers
60 views

What is the optimal code for this task?

#if 1 for (POS iSource = iColPos; iSource < _iMax; ++iSource) *static_cast<T*__restrict>(&pDataDest[m_sFactorPositions[iSource + iOffset]]) -= pDataSource[iSource]*d; #else ...
2
votes
0answers
136 views

Build Errors Intel C++ (Knights Corner) ipo: warning #11010: file format not recognized

I am trying to write a code to be build on 3 systems which mainly differentiate on the basis of their Register Lengths: SSE (128 Bits) AVX (256 Bits) MIC (Intel's Knights Corner 512 Bits) My ...
2
votes
1answer
678 views

FLOPS per cycle for sandy-bridge and haswell SSE2/AVX/AVX2

I'm confused on how many flops per cycle per core can be done with Sandy-Bridge and Haswell. As I understand it with SSE it should be 4 flops per cycle per core for SSE and 8 flops per cycle per core ...
0
votes
0answers
23 views

Take Intel based Drivers and Convert them for ARM processing? [closed]

I was wondering how difficult it would be to take intel based usb drivers and reverse engineer them to work with ARM processing to work with Android etc.? Greatly appreciate any type of input on this ...
2
votes
0answers
162 views

Is the Intel Xeon Phi usable without a costly Intel Compiler?

Does the Intel Xeon Phi coprocessor, to be usable as parallel platform, require a license of the Intel Composer XE compiler, or are there alternative compilers?
0
votes
0answers
2k views

OpenCL support for Intel HD Graphics 3000? [closed]

I'm a bit disappointed, that I currently can't use my Intel HD Graphics 3000 GPU via OpenCL, as I didn't find drivers for it. It seems, that Intel currently (only supports it's HD Graphics 2500 and ...
0
votes
4answers
76 views

CRC32 intel implementation

I want to use intel method to calculate file crc (in c++). I found this http://create.stephan-brumme.com/crc32/ (Slicing-by-8). But this implementation return me crc32 in int, but I want to get crc32 ...
0
votes
0answers
52 views

Vtune Amplifier XE for Multicores?

I'm using Intel Vtune Amplifier XE 2013 to profile a parallel program running on a multicore CPU, in particular it is written in OpenCL and executed in Xeon Phi. I wonder how should be the exact ...
3
votes
1answer
97 views

Inlining assembly in Intel Compiler- FASM?

If you wish to write inline assembly within C++ (when compiling C++ with the Intel Compiler) which assembly syntax do you use? Is it FASM/NASM or MASM? and does this matter which OS you are on (or ...
0
votes
1answer
217 views

Error CL_DEVICE_NOT_AVAILABLE when calling clCreateContext (Intel Core2Duo, Intel OCL SDK 3.0 beta)

I'm trying to get started with OpenCL (Intel opencl-1.2-3.0.56860). I managed to install the OpenCL SDK from Intel under Ubuntu 12.05 (using "alien" to convert the rpm packages to *.deb packages). Now ...
0
votes
1answer
99 views

Can't enable virtualization

I'm trying to get my Android Emulator running faster, but i can't enable virtualization. When i open bios, it saids that it is enabled, but when i run Intel Processor Identification Utility, it ...
0
votes
1answer
63 views

Segmentation Fault in Intel NASM

I'm trying to write a NASM assmembly program that will pass a 5x5 matrix to a subroutine, and this subroutine will return the largest value. What I do is push every element onto the stack, and then ...
-1
votes
1answer
272 views

int128 on Linux for Intel compiler

Linux 2.6.32 Intel compiler: icpc version 13.0.1 (gcc version 4.4.6 compatibility) #include <iostream> #include <sys/types.h> int main() { std::cerr << sizeof (__uint128_t) ...
0
votes
0answers
44 views

Does the CGAL 4.2 beta version fix the issues in 4.1?

Currently I am using 4.1 and there are two problems: 1) the 4.1 doesn't support Intel C++ compiler (many errors when compiling by Windows 7 64bit + VS2010 + Intel C++ 13.0); 2) the boolean operations ...
0
votes
0answers
39 views

How can we concurrently run two different functions as different task in intel TBB?

Suppose i have two functions fun1() and fun2(). i want to run both of them concurrently on intel Threading building block. As in openmp i can use #pragma omp sections to run two differnt functions ...
0
votes
1answer
135 views

When to pay for C++ compilers? [closed]

Recently I have began to wonder when developers should pay for compilers. Compilers come for free with most platforms or there is a free version easily obtainable. Example: OS X - GCC and Clang/LLVM ...
0
votes
1answer
48 views

Invoking Intel compiler from batch file in Windows

I am trying to invoke ICL from a batch file but it seems that setting the environment variables kills any further executions, so for example we will not see "Second line executed" below: echo First ...
0
votes
1answer
212 views

Intel X86-64 assembly tutorials or book [closed]

I'm tried to search about intel x64 assembly tutorials with examples or a good book but I didn't find even in the intel site. so, Could you suggest me a good tutorials or book for that ?? I'm using ...
3
votes
2answers
131 views

PyOpenGL access violation on Intel HD Graphics 3000

I have an issue with PyOpenGL 3.0.2 on a Windows 8 64 bits laptop with an Intel HD 3000 graphics chipset. Any call to glGenBuffers(1) (after proper GL initialization) crashes: File ".\sample.py", ...
0
votes
1answer
96 views

whats the purpose of x86 cr0 WP bit?

in x86 CPU, there is control register number 0. the 16'th bit of this register indicates "Write Protection" setting. if this bit is cleared, CPU is able to overwrite Read Only data. (configured in ...
0
votes
2answers
117 views

Compare Last Line of File to String in Python

I'm a Python noob, and am trying to write a script to take two Intel hex files (one for my application code, one for a bootloader), strip the EOF record out of the first one, append the second file to ...
0
votes
0answers
59 views

Registers not storing input

I am taking inputs and storing them in registers R1 and R2. Then I perform comparision using CJNE command and if the input stored in R1 or R2 matches with the data in array, I would do something. But ...

1 2 3 4 5 14