Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ add
Function
add
test/features/create-kernel-map.js:21–23 ·
view source on GitHub ↗
(a1, a2)
Source
from the content-addressed store, hash-verified
19
20
function
createArrayKernels(gpu, output) {
21
function
add(a1, a2) {
22
return
a1 + a2;
23
}
24
function
divide(d1, d2) {
25
return
d1 / d2;
26
}
Callers
1
createArrayKernels
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected