Updated MPS Backend (markdown)

Denis Vieriu
2023-05-30 14:02:10 -07:00
parent 7a1b345b0e
commit e128b65be9

@ -214,7 +214,7 @@ The PyTorch MPS Profiler is capable of capturing both *interval-based* or *event
To start the profiler, use the ```torch.mps.profiler.start()``` function. To stop the profiler, use the ```torch.mps.profiler.stop()``` function. The generated OS Signposts could be recorded and viewed in XCode Instruments Logging tool.
## Methods:
```start(mode: str="interval", wait_until_complted: bool = False)```
*```start(mode: str="interval", wait_until_complted: bool = False)```*
- Starts a profiler session.