首页 /研究 /Geometric Algebra Computing Technology for Accelerated Processing Units
OTHER

Geometric Algebra Computing Technology for Accelerated Processing Units

Patrick Charrier, Dietmar Hildenbrand

发表年份
2013
引用次数
3

摘要

Development on embedded devices, even on today’s hardware, limits us to a minimum of third party-library dependencies due to hardware memory and power restrictions. In setups requiring intense geometric operations on limited hardware, such as in robotics, this problem can often lead to a tedious reimplementation of matrix, vector, and quaternion operations. Furthermore, certain unnecessary floating point operations are hard to avoid, because C++-features like expression template libraries such as eigen [2] can possibly not be used, because of strict C enforcement. Memory accesses are often the most limiting factor in today’s applications due to high memory latency. Yet traditional programming techniques unfortunately steer into the wrong direction by not easing data-oriented programming, which is often cumbersome to implement in C or C++. Many of the restrictions above are in a similar form the case on modern heterogeneous architectures such as AMD’s embedded Accelerated Processing Units or in GPGPU written in OpenCL/CUDA. Our technology based on Geometric Algebra and a Domain Specific language called CLUCalc will especially excel under these conditions. The focus of this work is Gaalop Precompiler, a new technology combining the advanced processing power of Accelerated Processing Units (APU) with the geometric intuitiveness of a new mathematical concept named Geometric Algebra [6]. The combination of both not only promises a more compact and maintainable code for graphics, vision, robotics and other scientific and engineering applications, but also automatically exploits parallelism on GPU or combined computing unit (APU) through OpenCL [8] or CUDA [9]. C/C++ CPU targeting is also supported. It is presented in the following, after a short introduction on Geometric Algebra.

关键词

Computer scienceAlgebra over a fieldConformal geometric algebraTheoretical computer scienceGeometric algebraComputer graphics (images)Engineering drawingMathematicsEngineeringPure mathematics

相关论文

查看 OTHER 分类全部论文