Package com.aparapi.examples.squares
Class Main
java.lang.Object
com.aparapi.examples.squares.Main
public class Main extends Object
An example Aparapi application which computes and displays squares of a set of 512 input values.
While executing on GPU using Aparpi framework, each square value is computed in a separate kernel invocation and
can thus maximize performance by optimally utilizing all GPU computing units
- Author:
- gfrost
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary