You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>Note: The repository defaults to the master branch. To build version 5.0.2, please check out the r5.0.2 branch; otherwise, it will build using the master branch.
149
149
```bash
@@ -161,7 +161,7 @@ Build setup downloads the ZenDNN, AOCL BLIS and FBGEMM repos into `third_party`
>Note: The wheel file will be generated in dist folder in ZenDNN_PyTorch_Plugin directory
182
+
>Note: The wheel file will be generated in dist folder in ZenDNN-pytorch-plugin directory
183
183
184
184
#### 2.2.2.5. To install the wheel file of _zentorch_
185
185
```bash
@@ -366,7 +366,7 @@ PyTorch offers a debugging toolbox that comprises a built-in stats and trace fun
366
366
# test.py contains model optimized by torch.compile with 'zentorch' as backend
367
367
TORCH_COMPILE_DEBUG=1 python test.py
368
368
```
369
-
For more information about TORCH_COMPILE_DEBUG refer to the official PyTorch documentaion available.
369
+
For more information about TORCH_COMPILE_DEBUG refer to the official PyTorch documentation available.
370
370
371
371
# 6. Performance tuning and Benchmarking
372
372
zentorch v5.0.2 is supported with ZenDNN v5.0.2. Please see the **Tuning Guidelines** section of ZenDNN User Guide for performance tuning. ZenDNN User Guide can be downloaded from [here](https://developer.amd.com/zendnn)
0 commit comments