From da5df7e2d2ae5c5cfbd28d81e5d8388f71eb2163 Mon Sep 17 00:00:00 2001 From: James Gilbert Date: Tue, 18 Aug 2020 15:09:45 -0700 Subject: [PATCH] Remove use of term "blacklist" from tools/autograd/gen_python_functions.py (#42047) Summary: Fixes https://github.com/pytorch/pytorch/issues/41720 Pull Request resolved: https://github.com/pytorch/pytorch/pull/42047 Reviewed By: colesbury Differential Revision: D23197785 Pulled By: SplitInfinity fbshipit-source-id: 8ef38518f479e5e96b6a51bc420b0df5b35b447c --- tools/autograd/gen_python_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/autograd/gen_python_functions.py b/tools/autograd/gen_python_functions.py index 532df03cc7b..6deac0e8ccd 100644 --- a/tools/autograd/gen_python_functions.py +++ b/tools/autograd/gen_python_functions.py @@ -42,7 +42,7 @@ except ImportError: CodeTemplate = import_module('code_template', 'aten/src/ATen/code_template.py').CodeTemplate # -# declarations blacklist +# declarations blocklist # We skip codegen for these functions, for various reasons. # Future PRs will categorize this list and eliminate or hoist # them out of eager-only codegen.