Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
axinging committed Nov 3, 2023
1 parent 0ecdc6c commit a0aa145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/web/lib/wasm/jsep/webgpu/ops/concat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const createConcatProgramInfo = (inputs: readonly TensorView[], axis: number): P
getRunData: () => ({
outputs: [{dims: outputShape, dataType: inputs[0].dataType}],
dispatchGroup: {x: Math.ceil(outputSize / 64 /* workgroup size */)},
programUniforms: programUniforms as ProgramUniform[],
programUniforms,
}),
getShaderSource,
};
Expand Down

0 comments on commit a0aa145

Please sign in to comment.