File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
onnxruntime/core/providers/webgpu/wgsl_templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ This section includes instructions for how to use the template system in the dev
64641 . 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
70702 . 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 )
You can’t perform that action at this time.
0 commit comments