Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mem-efficient fake_quant: delete old version #50857

Closed
wants to merge 2 commits into from

Conversation

vkuzo
Copy link
Contributor

@vkuzo vkuzo commented Jan 21, 2021

Stack from ghstack:

Summary:

Switches the default fake_quant path to use the new memory efficient backward from
#50561.

Separating for clean testing and review, but ideally we combine
this with #50561.

Test Plan:

python test/test_quantization.py TestFakeQuantize.test_forward_per_tensor_cpu
python test/test_quantization.py TestFakeQuantize.test_forward_per_tensor_cuda
python test/test_quantization.py TestFakeQuantize.test_backward_per_tensor_cpu
python test/test_quantization.py TestFakeQuantize.test_backward_per_tensor_cuda

Reviewers:

Subscribers:

Tasks:

Tags:

Summary:

Switches the default fake_quant path to use the new memory efficient backward from
#50561.

Separating for clean testing and review, but ideally we combine
this with #50561.

Test Plan:

```
python test/test_quantization.py TestFakeQuantize.test_forward_per_tensor_cpu
python test/test_quantization.py TestFakeQuantize.test_forward_per_tensor_cuda
python test/test_quantization.py TestFakeQuantize.test_backward_per_tensor_cpu
python test/test_quantization.py TestFakeQuantize.test_backward_per_tensor_cuda
```

Reviewers:

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
vkuzo added a commit that referenced this pull request Jan 21, 2021
Summary:

Switches the default fake_quant path to use the new memory efficient backward from
#50561.

Separating for clean testing and review, but ideally we combine
this with #50561.

Test Plan:

```
python test/test_quantization.py TestFakeQuantize.test_forward_per_tensor_cpu
python test/test_quantization.py TestFakeQuantize.test_forward_per_tensor_cuda
python test/test_quantization.py TestFakeQuantize.test_backward_per_tensor_cpu
python test/test_quantization.py TestFakeQuantize.test_backward_per_tensor_cuda
```

Reviewers:

Subscribers:

Tasks:

Tags:

ghstack-source-id: ba2787ee2a6b023bab36733ec32c91fb174f2cc7
Pull Request resolved: #50857
Summary:

Switches the default fake_quant path to use the new memory efficient backward from
#50561.

Separating for clean testing and review, but ideally we combine
this with #50561.

Test Plan:

```
python test/test_quantization.py TestFakeQuantize.test_forward_per_tensor_cpu
python test/test_quantization.py TestFakeQuantize.test_forward_per_tensor_cuda
python test/test_quantization.py TestFakeQuantize.test_backward_per_tensor_cpu
python test/test_quantization.py TestFakeQuantize.test_backward_per_tensor_cuda
```

Reviewers:

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
vkuzo added a commit that referenced this pull request Jan 21, 2021
Summary:

Switches the default fake_quant path to use the new memory efficient backward from
#50561.

Separating for clean testing and review, but ideally we combine
this with #50561.

Test Plan:

```
python test/test_quantization.py TestFakeQuantize.test_forward_per_tensor_cpu
python test/test_quantization.py TestFakeQuantize.test_forward_per_tensor_cuda
python test/test_quantization.py TestFakeQuantize.test_backward_per_tensor_cpu
python test/test_quantization.py TestFakeQuantize.test_backward_per_tensor_cuda
```

Reviewers:

Subscribers:

Tasks:

Tags:

ghstack-source-id: 7f15da247757c9423374bc32d0a8df8318308f68
Pull Request resolved: #50857
@vkuzo vkuzo closed this Feb 8, 2021
@facebook-github-bot facebook-github-bot deleted the gh/vkuzo/212/head branch March 11, 2021 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants