Essays about: "GPGPU"

Showing result 11 - 15 of 71 essays containing the word GPGPU.

  1. 11. Parallel Construction of Local Clearance Triangulations

    University essay from Blekinge Tekniska Högskola/Institutionen för datavetenskap

    Author : Simon Gummesson; Mikael Johnson; [2019]
    Keywords : LCT; GPGPU; GPU; Navmesh;

    Abstract : The usage of navigation meshes for path planning in games and otherdomains is a common approach. One type of navigation mesh that recently has beendeveloped is the Local Clearance Triangulation (LCT). READ MORE

  2. 12. Combining Influence Maps and Potential Fields for AI Pathfinding

    University essay from Blekinge Tekniska Högskola/Institutionen för datavetenskap

    Author : Filip Pentikäinen; Albin Sahlbom; [2019]
    Keywords : Pathfinding; Real-time performance; Influence map; Potential field; GPGPU; Pathfinding; Realtidsprestanda; Influence map; Potential field; GPGPU;

    Abstract : This thesis explores the combination of influence maps and potential fields in two novel pathfinding algorithms, IM+PF and IM/PF, that allows AI agents to intelligently navigate an environment. The novel algorithms are compared to two established pathfinding algorithms, A* and A*+PF, in the real-time strategy (RTS) game StarCraft 2. READ MORE

  3. 13. Parallel Construction of Local Clearance Triangulations

    University essay from Blekinge Tekniska Högskola/Institutionen för datavetenskap

    Author : Simon Gummesson; Mikael Johnson; [2019]
    Keywords : LCT; GPGPU; GPU; Navmesh;

    Abstract : The usage of navigation meshes for path planning in games and otherdomains is a common approach. One type of navigation mesh that recently has beendeveloped is the Local Clearance Triangulation (LCT). READ MORE

  4. 14. Using Graphical Processors to Implement Radio Base Station Control Plane Functions

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Noak Ringman; [2019]
    Keywords : Mobile networks; Radio base stations; Control plane; GPU; GPGPU; CUDA; OpenCL;

    Abstract : Today more devices are being connected to the Internet via mobile networks. With more devices in mobile networks, the workload on radio base stations increases. Radio base stations must be energy efficient and cheap which makes high-performance central processing units (CPUs) a bad alternative to meet the increasing workload. READ MORE

  5. 15. GPU Volume Voxelization : Exploration of the performance characteristics of different GPU-based implementations

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Grigory Glukhov; Aleksandra Soltan; [2019]
    Keywords : voxelization; GPU; GPGPU; SIMT; thread divergence; Vulkan API; voxelization; GPU; GPGPU; SIMT; tråd divergering; Vulkan API;

    Abstract : In recent years, voxel-based modelling has seen a reintroduction to computer game development through massive graphics hardware improvements. Never- theless, polygons continue to be the default building block of 3D objects, intro- ducing a need for the transformation of polygon meshes into voxel-based models; this process is known as voxelization. READ MORE