Questions tagged [intel]

For issues related to Intel semiconductor chips and assemblies, Intel architectural features and ISA extensions, and Intel chips micro-architecture.

Intel Corporation is an American multinational semiconductor chip maker corporation headquartered in Santa Clara, California, United States. Intel is the inventor of the x86 processor architecture and makes central processing units, motherboard chipsets, graphic processing units, network interface controllers and much more devices related to communications and computing.

In addition to their hardware offerings Intel also produces a variety of software including compilers, libraries for mathematical computation(Intel MKL), threading(OpenMP, Intel Performance Primatives, Threading Building Blocks), parallel communication(MPI,OFED/True Scale Infiniband Stack) and several other products included in the Intel Parallel Studio toolkit. In addition to these offerings which are widely used in HPC Intel also produces software for datacenter management and is one of the most prolific contributors to the Linux kernel.

This tag should be used for questions about Intel hardware and software.

The x86 and/or x86-64 tags are better choices for questions about assembly programming for the architecture, rather than things like performance tuning specifically for Intel's implementation of x86.


Useful links

Related tags

3529 questions
1
vote
0 answers

Unable to publish localstream using owt-client-javascript on owt-server

I have successfully installed intel owt-server on ubuntu 18.04 as described in https://github.com/open-webrtc-toolkit/owt-server. Now I am using owt-client-javascript (https://github.com/open-webrtc-toolkit/owt-client-javascript) conference sample…
1
vote
0 answers

How to install intel_rapl_common?

For a project, I'm trying to install Scaphandre on a Debian virtual machine to try and do some tests with the service I'm currently at the last step of the installation but when i try to do modprobe intel_rapl_common , I just end up with the error:…
Drozap
  • 65
  • 1
  • 4
1
vote
0 answers

how to use MASM (intel assembly) on Mac

I've got an assembly Course (I'm a computer science student) that require from us to use only MASM (intel assembly). I am using Mac OS and I can't understand how to do so throw the terminal. I looked at some guides but no one works correctly on my…
1
vote
1 answer

MASS equivalent for intel compilers and architectures

I was looking for if there is an Intel alternative to MASS IBM libraries (Mathematical Acceleration Subsystem)
1
vote
2 answers

mcelog Cache Error, how to Disable L3 Cache on Intel i7 CPU

I am NOT a programmer but a System Integrator with experience since DOS I bought a used Barebone PC and it has some minor issues: It is sometimes crashing, which is not connected to the RAM its running debian KVM (proxmox) on the HOST and on top…
ant0nwax
  • 11
  • 2
1
vote
0 answers

Is there any command to write to BIOS in intel PCH chipset?

I have took a look at the PCH chipset datasheet. There is a lot of information and commands, but I can't find any opcode to write to the BIOS How can I write to BIOS with PCH chipset?
Antonio Sanchez
  • 381
  • 1
  • 3
  • 11
1
vote
1 answer

Dll dependencies missing when using ctypes with fortran dll compiled with intel fortran compiler and linking to intel's mkl library

I am under windows. The fortran code in mkl_example.f : subroutine matmultmkl(M1, M2, M3, M, N, K) bind(c, name='matmultmkl') !DEC$ ATTRIBUTES DLLEXPORT :: matmultmkl use iso_c_binding, only: c_float, c_int …
Olórin
  • 3,367
  • 2
  • 22
  • 42
1
vote
1 answer

micro-benchmark to study the latency of movdir64b instruction

I want to study the latency of instruction movdir64b on a system which supports this instruction. How can I write a simple micro-benchmark to accomplish this? Note: MOVDIR64B reads 64-bytes from the source memory address and performs a 64-byte…
jhagk
  • 111
  • 1
  • 9
1
vote
0 answers

What's the difference between streaming mappings and coherent mapping in DMA

According to Linux Device Drivers book author says something like: one have to make sure that DMA address mapping range between Operating system and The hardware should be equal The first question that must be answered before attempting DMA is…
user786
  • 3,902
  • 4
  • 40
  • 72
1
vote
0 answers

Cannot read/write interval timer register DE1-SoC HPS

I have a DE1-SoC (Cyclone V) board where I am trying to get timer interrupts to work on the HPS. I found an example in the Intel FPGA University Program called "interrupt_example", and when I run it on the Intel FPGA Universioty Program, it runs…
Roy Meijer
  • 13
  • 3
1
vote
1 answer

eigenvalues and eigenvectors using mkl lapack libraries in Fortran

I am trying to calculate the eigenvalues and eigenvectors of matrices of different sizes. I am using a piece of very simple Fortran90 code and I am compiling it linking to the appropriate Lapack libraries included in the Intel MKL package, available…
daviddesancho
  • 427
  • 1
  • 7
  • 20
1
vote
1 answer

What do these x86 Assembly instruction codes mean?

I am looking at asmdb and the intel docs to try and find out what some of these mean from asmdb: add | x:r8/m8, ib/ub | 80 /0 ib add | X:r64/m64, id | REX.W 81 /0 id add | x:~r16/m16,~r16 | 66 01 /r and | x:al, ib/ub | 24 ib btc …
Lance
  • 75,200
  • 93
  • 289
  • 503
1
vote
2 answers

Can I compile Go programs on Xeon Phi (Knight's Landing) processors?

I'm a hobbyist who likes to run my own programs in Go, and as Xeon Phi processors become older they're also becoming extremely cheap. So cheap I can build a dual socket machine from 2015/16 for <$1000 I'm trying to find out if I can run Go programs…
haxonek
  • 174
  • 1
  • 2
  • 17
1
vote
0 answers

Intel Quartus Error 12002 Port does not exist in macrofunction

Working with an Intel Cyclone 10 FPGA and running into a compile error I cannot seem to debug properly. The errors I get are: Error (12002): Port "out_msg" does not exist in macrofunction "inst6" Error (12002): Port "msg" does not exist in…
user29091
  • 11
  • 2
1
vote
1 answer

Deploy YOLO on Intel GPU

How to deploy YOLO on Intel (integrated) GPU? I tried (still trying actually) DirectML, but I should know C level programming for that. Is there any better/easier way to deploy YOLO on Intel GPU?
Scott
  • 4,974
  • 6
  • 35
  • 62
1 2 3
99
100