Skip to content

[Bug] topi.get_const_tuple hangs indefinitely when passed a te.Placeholder #18765

@Cookiee235

Description

@Cookiee235

Expected behavior:

Either return a tuple representation of the placeholder or raise a clear error message.

Actual behavior

The program hangs indefinitely.

Environment

TVM: 0.23.dev0

Steps to reproduce

import tvm
from tvm import te, topi


in_tuple = te.placeholder([1], dtype='uint32', name='in_tuple')
op_outputs = topi.get_const_tuple(in_tuple)

Triage

  • needs-triage

Metadata

Metadata

Assignees

Labels

needs-triagePRs or issues that need to be investigated by maintainers to find the right assignees to address ittype: bug

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions