mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
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:
parent
3951457ca5
commit
da5df7e2d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue