You are on page 1of 1

programming for high performance :

Moor's law
paallel architecte taxonmy classification

SIMD pogamming
SSE > AVX
GPU ->open CL
(intel)

MIMD

shared memory
prrivate memory

Moor's Law:

number of transistors in a cp doubles in each 1 ear and a half


processor frequency is limited ! 5Ghz for the power consmption !! and heat

incease the number of cores > paralel architecture > parallel progamming !

objective : progamme in paallel achitectre !

parallell achitectre classification :

SISD : isngle instuction single data (old cpu processor!


SIMD single multiple
MISD multiple single -> not eal class onl exist in theory !
MIMD multiple multiple

processing Unit execute a strim of instructions to process data

cp capabity check :

cp info command !!!!cat /proc /cp info ?

You might also like