Skip to content

Commit

Permalink
Reverted changes to split.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
satyajandhyala committed Feb 23, 2024
1 parent f020517 commit 47eb6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/web/lib/wasm/jsep/webgpu/ops/split.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const createSplitProgramInfo = (inputs: readonly TensorView[], attributes: Split
}`;
return {
name: 'Split',
shaderCache: {hint: `${attributes.cacheKey};${inputShape}`, inputDependencies: ['rank']},
shaderCache: {hint: attributes.cacheKey, inputDependencies: ['rank']},
getShaderSource,
getRunData: () => ({
outputs: outputsTensorInfo,
Expand Down

0 comments on commit 47eb6ee

Please sign in to comment.