English  

كتب implementing the trapeze method on gpu and cpu to solve a physical problem using cuda

اذا لم تجد ما تبحث عنه يمكنك استخدام كلمات أكثر دقة.

عرض المزيد

Implementing the Trapeze Method on GPU and CPU to Solve a Physical Problem using CUDA (كتاب)


This paper will define and implement
the Trapeze method to solve a problem in physics that computes the execution time of a vehicle moving at a
speed v using the CUDA C/C++ parallel computing platform. This is a programming model from NVIDIA
that increases computational performance by exploiting the power of GPUs. This type of calculation can be
helpful, to control the speed of vehicles by radars with precision. The objective, of this study, is to compare
the performance of the implementation of the Trapeze method on CPU and GPU processors and deduce the
efficiency of using GPUs for parallel computing.