Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ 267-immutable-sub-kernels.js
File
267-immutable-sub-kernels.js
test/issues/267-immutable-sub-kernels.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 } = require(
'../../src'
);
3
4
describe(
'issue #267 kernel'
);
Callers
nothing calls this directly
Calls
4
immutableKernelWithoutFloats
Function · 0.85
immutableKernelWithFloats
Function · 0.85
immutableSubKernelsWithoutFloats
Function · 0.85
immutableKernelsMixedWithoutFloats
Function · 0.85
Tested by
no test coverage detected