10000 [DO-NOT-REVIEW] webgl auto-version/feature WIP by nkreeger · Pull Request #1855 · tensorflow/tfjs-core · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

[DO-NOT-REVIEW] webgl auto-version/feature WIP #1855

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
save
  • Loading branch information
nkreeger committed Jul 23, 2019
commit 488798a32a1db35085e91001bcfc0c889edab57d
2 changes: 1 addition & 1 deletion src/backends/webgl/backend_webgl_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ describeWithFlags('upload tensors as uniforms', FLOAT32_WEBGL_ENVS, () => {
expect(m.numBytesInGPU).toBe(a.size * 4 * 2);
});

it('download and re-upload an output of a shader', async () => {
it('download and re-upload an output of a shader KREEGER', async () => {
const vals = new Float32Array(SIZE_UPLOAD_UNIFORM + 1);
vals.fill(2);
const a = tf.square(vals);
Expand Down
0