GET THE MAXIMUM OUT OF YOUR GPU WITH MINIMAL PROGRAMMING EFFORTS!
WHAT IS GOOPAX?GOOPAX is the world's first language-embedded programming solution for GPGPU applications. Our unique programming model greatly simplifies the development of GPGPU applications, making it featible to use the immense computing power of GPUs even for very complex applications. What is language-embedded programming? GOOPAX brings a new concept to GPGPU: language-embedded programming. All compiling is being done by a single, standard C++ compiler of your choice. Everything is perfectly integrated into the C++ programming language. This offers huge advantages in programming, performance, and reliability. The close interplay between CPU and GPU code gives you a completely new programming experience. Why use Graphics Cards? Modern graphics cards can do much more than displaying graphics. They can perform complex computations. The major difference between the central processor of a computer (CPU) and the processor of a graphics card (GPU) is the level of parallelism. While CPUs are optimized for serial computation, GPUs execute thousands of threads in parallel. In order to harness the computing power of GPUs, these threads need to be synchronized to work together on a common task. Managing so many threads is not always easy. However, if successfully applied, GPUs can lead to a multi-fold increase in computing power and cost effectiveness. |
WHAT ARE THE BENEFITS OF USING GOOPAX?The unique programming model of language-embedded programming results in a number of advantages:
WHICH APPLICATIONS CAN BENEFIT FROM USING GPUS? GOOPAX is well suited for a wide range of applications, ranging from simulations on big supercomputers to desktop applications, embedded systems, and mobile applications. Typical fields of application are:
|