Skip to content

Commit 504e5cd

Browse files
committed
Update on "Enable torch.is_complex"
cc voznesenskym penguinwu anijain2305 EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx ipiszy [ghstack-poisoned]
1 parent 7616a74 commit 504e5cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torch/_dynamo/variables/torch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ def call_function(
205205

206206
constant_args = check_constant_args(args, kwargs)
207207
unspec_python_args = check_unspec_python_args(args, kwargs)
208-
constant_args = True
209208
options = VariableTracker.propagate(self, args, kwargs.values())
210209

211210
if self.value in config.constant_functions:

0 commit comments

Comments
 (0)