pytorch/docs/source/dynamo
Jason Ansel e071d72f3c Tag dynamo backends as debug/experimental (#93878)
Hides debug/experimental backends by default.

Before:
```
torch._dynamo.list_backends()
['aot_eager', 'aot_eager_decomp_partition', 'aot_torchxla_trace_once', 'aot_torchxla_trivial', 'aot_ts', 'aot_ts_nvfuser', 'cudagraphs', 'dynamo_accuracy_minifier_backend', 'dynamo_minifier_backend', 'eager', 'inductor', 'ipex', 'nvprims_aten', 'nvprims_nvfuser', 'onnxrt', 'tensorrt', 'torchxla_trace_once', 'torchxla_trivial', 'ts', 'tvm']
```

After:
```
torch._dynamo.list_backends()
['aot_ts_nvfuser', 'cudagraphs', 'inductor', 'ipex', 'nvprims_nvfuser', 'onnxrt', 'tensorrt', 'tvm']
```

Fixes https://github.com/pytorch/pytorch/issues/93733

Pull Request resolved: https://github.com/pytorch/pytorch/pull/93878
Approved by: https://github.com/voznesenskym
2023-02-04 00:50:51 +00:00
..
custom-backends.rst Update custom backend docs (#92721) 2023-01-30 23:54:49 +00:00
deep-dive.rst [dynamo] Write full code of how to enable output_code (#91230) 2022-12-22 14:09:06 +00:00
faq.rst Fix typo under docs directory (#92762) 2023-01-23 18:07:22 +00:00
get-started.rst Tag dynamo backends as debug/experimental (#93878) 2023-02-04 00:50:51 +00:00
guards-overview.rst Fix typo under docs directory (#92762) 2023-01-23 18:07:22 +00:00
index.rst Editorial pass on Dyamo docs (#89921) 2022-12-01 18:53:16 +00:00
installation.rst Editorial pass on Dyamo docs (#89921) 2022-12-01 18:53:16 +00:00
troubleshooting.rst Split the aot/dynamo TORCHDYNAMO_REPRO_AFTER cases (#93226) 2023-01-30 14:23:16 +00:00