From fdda437aeb42464aa268742a31155cc81d9dc4d4 Mon Sep 17 00:00:00 2001 From: Jerry Zhang Date: Wed, 1 Nov 2023 12:55:27 -0700 Subject: [PATCH 1/2] [quant][docs] Add x86 inductor quant docs Summary: att Test Plan: . Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned] --- docs/source/quantization.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/quantization.rst b/docs/source/quantization.rst index ba6b14c772e8..90289aafa693 100644 --- a/docs/source/quantization.rst +++ b/docs/source/quantization.rst @@ -558,8 +558,9 @@ API Example:: Please follow these tutorials to get started on PyTorch 2 Export Quantization: - `PyTorch 2 Export Post Training Quantization `_ +- `PyTorch 2 Export Post Training Quantization with X86 Backend through Inductor `_ - `PyTorch 2 Export Quantization Aware Training `_ -- `How to Write a Quantizer for PyTorch 2 Export Quantization `_ +- (for Backend Developers) `How to Write a Quantizer for PyTorch 2 Export Quantization `_ Quantization Stack @@ -1401,4 +1402,4 @@ Please take a look at `Limitations of Symbolic Tracing Date: Wed, 1 Nov 2023 14:02:22 -0700 Subject: [PATCH 2/2] Update on "[quant][docs] Add x86 inductor quant docs" Summary: att Test Plan: . Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned] --- docs/source/quantization.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/source/quantization.rst b/docs/source/quantization.rst index 90289aafa693..28614176fc75 100644 --- a/docs/source/quantization.rst +++ b/docs/source/quantization.rst @@ -557,10 +557,13 @@ API Example:: Please follow these tutorials to get started on PyTorch 2 Export Quantization: +Modeling Users: - `PyTorch 2 Export Post Training Quantization `_ -- `PyTorch 2 Export Post Training Quantization with X86 Backend through Inductor `_ +- `PyTorch 2 Export Post Training Quantization with X86 Backend through Inductor `_ - `PyTorch 2 Export Quantization Aware Training `_ -- (for Backend Developers) `How to Write a Quantizer for PyTorch 2 Export Quantization `_ + +Backend Developers: +- `How to Write a Quantizer for PyTorch 2 Export Quantization `_ Quantization Stack