Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ add
Function
add
test/features/read-from-texture.js:9–11 ·
view source on GitHub ↗
(m, n)
Source
from the content-addressed store, hash-verified
7
const
gpu =
new
GPU({ mode });
8
9
function
add(m, n) {
10
return
m + n;
11
}
12
13
const
kernels = gpu.createKernelMap({
14
addResult: add
Callers
5
readWithoutTextureKernels
Function · 0.70
readFromTextureKernels
Function · 0.70
speedTest
Function · 0.70
balancedTest
Function · 0.70
precisionTest
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected