intel Questions

1

I am trying to understand a simple example and wonder why I don't see more false sharing than reported by perf c2c. In my example (a matrix multiplication), two instances could cause false sharing ...
Drily asked 8/9 at 16:1

8

I just started to work with Android Studio and I stuck with one problem . When I try to download a system image and create an AVD I get this error " Install Google APIs Intel x86 Atom System I...
Artisan asked 20/7, 2019 at 8:0

3

Solved

Intel manual says that local APIC registers are memory mapped to a 4KB region, with the default address being FEE00000H. This address can be modified using IA32_APIC_BASE MSR. Quoting SDM Vol 3, s...
Angadreme asked 22/8, 2018 at 12:29

4

Solved

I am on the hook to analyze some "timing channels" of some x86 binary code. I am posting one question to comprehend the bsf/bsr opcodes. So high-levelly, these two opcodes can be modeled as a "loo...
Hemeralopia asked 4/2, 2019 at 2:46

16

Solved

I'm building a PC with the new Intel I7 quad core processor. With hyperthreading turned on it will report 8 cores in Task Manager. Some of my colleagues are saying that hyperthreading will make th...
Hydrogeology asked 20/1, 2009 at 18:44

28

Solved

I tried to install my app into Android L Preview Intel Atom Virtual Device, it failed with error: INSTALL_FAILED_NO_MATCHING_ABIS What does it mean?
Severity asked 4/7, 2014 at 10:17

1

This question used to be a part of this (now updated) question, but it seems like it should be another question, since it didn't help to get an answer to the other one. My starting point is a lo...
Housewares asked 27/1, 2020 at 17:59

1

I would like to implement the following function using SSE. It blends elements from a with packed elements from b, where elements are only present if they are used. void packedBlend16(uint8_t mask...
Cherie asked 16/5, 2020 at 19:52

5

I use GoogleColab to test data stuctures like chain-hashmap,probe-hashmap,AVL-tree,red-black-tree,splay-tree(written in Python),and I store very large dataset(key-value pairs) with these data...
Fortuity asked 20/2, 2018 at 6:56

3

Solved

When I am using intel_pstate, I found that I can not change the cpu frequency with command: sudo cpupower frequency-set -f SomeValue I know the reason is that intel_pstate's governors (powersave a...
Prehensile asked 18/4, 2020 at 9:14

0

I've been reverse engineering the EnterCriticalSection function on Windows 10 and found this interesting spin-loop: It goes: lbl_loop: mov ecx, [rsp+60h] mov ecx, [rsp+60h] mov ecx, [rsp+60h] pau...
Chekiang asked 9/8, 2023 at 19:12

2

Solved

Following this and this posts, I'm compiling the main.c code on this GitHub Gist. Running CMake command find_package(OpenCL REQUIRED) I get this: -- Looking for CL_VERSION_2_2 - found -- Found ...
Kopeck asked 9/6, 2020 at 16:0

4

This is frustrating af. My problem seems not to be unique as you can see, there are a lot of similar issues opened here in SO but after playing trial and error for i-dont-know-how-many-hours i give...
Drumfire asked 29/4, 2021 at 14:46

5

Solved

I have to make a recommendation to management regarding whether or not we should spend the extra money to purchase new computers with Intel i7 CPUs (i7 950s) or whether we should buy Intel Core 2 Q...
Reliant asked 1/10, 2009 at 18:30

1

Solved

In the document titled Data Operand Independent Timing Instruction Set Architecture (ISA) Guidance Intel is introducing a new IA32_UARCH_MISC_CTL MSR where toggling bit 0 enables the "Data Ope...
Sizzler asked 22/5, 2023 at 19:16

1

Solved

In the technical overview published by Intel, "Sub-NUMA Clustering" and "Hemisphere and Quadrant Modes" are described separately. But the main difference between them is not cle...
Sciamachy asked 28/4, 2023 at 8:51

2

I stumbled upon a peculiar performance issue when running the following c++ code on some Intel Xeon processors: // array_a contains permutation of [0, n - 1] // array_b and inverse are initialized ...
Projective asked 7/9, 2020 at 15:23

3

Solved

I'm developing on SBC (which have Intel I7 3ed or 4ed, and doesn't have external GPU) I'm using linux. I want to take the advantage of Intel processor graphics . I thought to learn developing with ...
Hairsplitter asked 13/6, 2015 at 14:57

30

Solved

I installed Android Studio and I had no problems with that. However, when I tried to run the emulator, it said that Intel HAXM was not installed. So I found the installer, ran it, and it even thou...
Llewellyn asked 9/2, 2015 at 20:13

1

I have an Intel Sapphire Rapids CPU with 56 cores. By default, SNC is not enabled. When core 0 accesses a certain memory address A, I think the following will happen: One of the cache agent is acc...
Sinuate asked 20/11, 2022 at 20:45

4

Solved

I have seen the related question including here and here, but it seems that the only instruction ever mentioned for serializing rdtsc is cpuid. Unfortunately, cpuid takes roughly 1000 cycles on my ...
Silverside asked 24/4, 2014 at 22:2

3

I am trying to find out what an x86 processor does when it encounters a store conditional instruction. For instance does it stall the front end of the pipeline and wait for the ROB buffer to become...

6

Solved

When talking about multi-threading, it often seems like threads are treated as equal - just the same as the main thread, but running next to it. On some new processors, however, such as the Apple &...
Glister asked 19/7, 2021 at 17:6

35

I'm trying to use the Intel HAX x86 emulator for Windows (8, if that matters). I installed everything and created an AVD for the android version, and everything appears correct, but when I run it, ...
Strigil asked 10/6, 2013 at 13:2

1

Solved

The motivation for this question The unaligned load is generally more common to use. The developer should use the aligned SIMD load when the address is already aligned. So I started to wonder if th...
Arianearianie asked 13/12, 2022 at 13:5

© 2022 - 2024 — McMap. All rights reserved.