Skip to content

Commit b9b7530

Browse files
authored
[webgpu] Update wgsl_templates README.md (microsoft#25336)
### Description Fix a broken URL and numbering in the ordered list in README.md. ### Motivation and Context See Above.
1 parent ce8796d commit b9b7530

File tree

1 file changed

+2
-2
lines changed
  • onnxruntime/core/providers/webgpu/wgsl_templates

1 file changed

+2
-2
lines changed

onnxruntime/core/providers/webgpu/wgsl_templates/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This section includes instructions for how to use the template system in the dev
6464
1. Create WGSL template files in `.wgsl.template` extension.
6565

6666
- [Reference: Template Syntax](https://github.com/fs-eire/wgsl-template?tab=readme-ov-file#template-syntax)
67-
- [Reference: Built-in Utilities](#Utilities)
67+
- [Reference: Built-in Utilities](https://github.com/fs-eire/wgsl-template?tab=readme-ov-file#Utilities)
6868
- [Example: Pad](../tensor/pad.wgsl.template)
6969

7070
2. In the implementation of `YourProgram::GenerateShaderCode()`, load and use the generated template files.
@@ -117,4 +117,4 @@ This section includes instructions for how to use the template system in the dev
117117
1. Build ORT once with dynamic template mode
118118
2. Launch wgsl-gen in watch mode
119119
3. Run ORT to debug/validate the shader
120-
4. Make changes to the template files, and repeat step (3)
120+
4. Make changes to the template files, and repeat step (c)

0 commit comments

Comments
 (0)