Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
axinging committed Dec 3, 2024
1 parent 26b78b4 commit 07a502f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/web/lib/wasm/jsep/webgpu/ops/gather-nd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const computeSliceOffsets = (

const getShaderSource = (shaderHelper: ShaderHelper) => {
const indices = inputVariable('indices_data', indicesData.dataType, indicesData.dims.length);
const output = outputVariable('input_slice_offsets_data', DataType.uint32, 1, 1);
const output = outputVariable('input_slice_offsets_data', DataType.int64, 1, 1);
const variables = [indices, output];
const uniforms: UniformsArrayType = [
{ name: 'output_size', type: 'u32' },
Expand Down

0 comments on commit 07a502f

Please sign in to comment.