MCPcopy Create free account
hub / github.com/gpujs/gpu.js / addFloatArray

Function addFloatArray

test/internal/deep-types.js:457–459  ·  view source on GitHub ↗
(addFloatArrayArgument1, addFloatArrayArgument2)

Source from the content-addressed store, hash-verified

455function testTortureTest(mode) {
456 const gpu = new GPU({ mode });
457 function addFloatArray(addFloatArrayArgument1, addFloatArrayArgument2) {
458 return addFloatArrayArgument1 + addFloatArrayArgument2[this.thread.x];
459 }
460 function addArrayFloat(addArrayFloatArgument1, addArrayFloatArgument2) {
461 return addArrayFloatArgument1[this.thread.x] + addArrayFloatArgument2;
462 }

Callers 1

testTortureTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…