Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Syncleus/aparapi
/ Squarer
Interface
Squarer
src/test/java/com/aparapi/runtime/LoadClTest.java:64–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
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);
70
}
71
}
72
Callers
1
test
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected