MCPcopy Create free account
hub / github.com/Syncleus/aparapi / square

Method square

src/test/java/com/aparapi/runtime/LoadClTest.java:66–66  ·  view source on GitHub ↗
(
                              Range _range,
                              @GlobalReadWrite("in") float[] in,//
                              @GlobalReadWrite("out") float[] out)

Source from the content-addressed store, hash-verified

64 @Resource("squarer.cl")
65 interface Squarer extends OpenCL<Squarer> {
66 public Squarer square(
67 Range _range,
68 @GlobalReadWrite("in") float[] in,//
69 @GlobalReadWrite("out") float[] out);

Callers 1

testMethod · 0.95

Calls

no outgoing calls

Tested by 1

testMethod · 0.76