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
This commit is contained in:
James Gilbert 2020-08-18 15:09:45 -07:00 committed by Facebook GitHub Bot
parent 3951457ca5
commit da5df7e2d2

View file

@ -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.