Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ create-kernel-map.js
File
create-kernel-map.js
test/features/create-kernel-map.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ assert, skip, test, module: describe, only } = require(
'qunit'
);
2
const
{ GPU, alias } = require(
'../../src'
);
3
4
describe(
'features: create kernel map'
);
Callers
nothing calls this directly
Calls
8
createKernelMapObject1Dimension1Length
Function · 0.85
createKernelMapArray1Dimension1Length
Function · 0.85
createKernelMapObject1Dimension5Length
Function · 0.85
createKernelMapArrayAuto
Function · 0.85
createKernelMap3DAuto
Function · 0.85
createKernelMapArray2
Function · 0.85
createKernelMapArray3
Function · 0.85
createKernelMapArray4
Function · 0.85
Tested by
no test coverage detected