Skip to content

Commit

Permalink
Fix the import/export of gpgpu_util. (tensorflow#1009)
Browse files Browse the repository at this point in the history
BUG
  • Loading branch information
Nicola Pezzotti authored and Nikhil Thorat committed May 3, 2018
1 parent b062378 commit 316d5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webgl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

import * as webgl_util from './kernels/webgl/webgl_util';
import * as gpgpu_util from './kernels/webgl/webgl_util';
import * as gpgpu_util from './kernels/webgl/gpgpu_util';

export {MathBackendWebGL, WebGLTimingInfo} from './kernels/backend_webgl';
export {GPGPUContext} from './kernels/webgl/gpgpu_context';
Expand Down

0 comments on commit 316d5da

Please sign in to comment.