دانلود رایگان پاورپوینت مروری بر واحد پردازش گرافیکی (انگلیسی)

دانلود رایگان پاورپوینت مروری بر واحد پردازش گرافیکی (انگلیسی)
مشخصات مقاله پاورپوینت انگلیسی
عنوان فارسی مقاله مروری بر واحد پردازش گرافیکی
عنوان انگلیسی مقاله  GPGPU overview
فرمت مقاله پاورپوینت (PPT یا PPTX)
تعداد اسلایدها 15 اسلاید 
قابلیت ویرایش دارد
قابلیت پرینت دارد
رشته های مرتبط با این مقاله مهندسی کامپیوتر
گرایش های مرتبط با این مقاله مهندسی نرم افزار
کد محصول EP878

 


 

 دانلود رایگان پاورپوینت انگلیسی    سفارش ترجمه این پاورپوینت 


 

تصویری از مقاله
 

  

فهرست مطالب

 

GPGPU overview
Graphics Processing Unit (GPU)
CPU and GPU
A powerful CPU or many less powerful CPUs?
Flop rate of CPU and GPU
Compute Unified Device Architecture (CUDA)
Fermi architecture
Fermi Streaming Multiprocessor (SM)
SIMT and warp scheduler
Warp scheduler
NVIDIA GPUs (toward general purpose computing)
Typical CPU-GPU system
Bandwidth in a CPU-GPU system
GPU as a co-processor
GPGPU constraints

  

بخشی از مقاله
SIMT and warp scheduler
SIMT: Single instruction, multi-thread
Threads in groups (or 16, 32) that are scheduled together call warp.
All threads in a warp start at the same PC, but free to branch and execute independently.
A warp executes one common instruction at a time
To execute different instructions at different threads, the instructions are executed serially
To get efficiency, we want all instructions in a warp to be the same.
SIMT is basically SIMD that emulates MIMD (programmers don’t feel they are using SIMD).

 

 

 


 

 دانلود رایگان پاورپوینت انگلیسی    سفارش ترجمه این پاورپوینت 

 


 

ثبت دیدگاه

دیدگاهها بسته است.