Cuda-: An Emerging Technology That Can Make Robots Reflex Action Faster
Cuda-: An Emerging Technology That Can Make Robots Reflex Action Faster
TEAM MEMBERS:
AMIT JINDAL
AMAN MUKHIJA
ANIK RALHAN
ANIK SACHDEVA
CONTENTS:
•INTRODUCTION TO CUDA
•ADVANTAGES OF CUDA
•CPU VS GPU
SCRIPTING LANGUAGES
Types:
1. Dedicated video cards: These have their own dedicated memory.
2. Integrated graphics processors: Share a portion of RAM
3. Hybrid: Share RAM while having their own cache memory.
GPU COMPUTING
The sequential part of the application runs on the CPU and the
computationally-intensive part runs on the GPU just by modifying
the kernel.
GPU COMPUTING contd....
Third party wrappers are also available for Python, Fortran, Java and
MATLAB.
Full support for integer and bitwise operations, including integer texture
lookups