Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TOPI] check empty array of x86 injective's iters #15513

Merged

Conversation

wrongtest-intellif
Copy link
Contributor

Just add a missing check, for following simple case:

#[version = "0.0.5"]
def @main(%v: float32 /* ty=float32 */) -> float32 {
  %0 = fn (%X: float32 /* ty=float32 */, Primitive=1) -> float32 {
    add(%X, 1f /* ty=float32 */) /* ty=float32 */
  } /* ty=fn (float32) -> float32 */;
  %0(%v) /* ty=float32 */
}

@tvm-bot
Copy link
Collaborator

tvm-bot commented Aug 9, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

  • No users to tag found in teams: topi See #10317 for details

Generated by tvm-bot

@vinx13 vinx13 merged commit 907b29e into apache:main Aug 9, 2023
@lhutton1
Copy link
Contributor

Is it possible to add a test case to this fix to prevent regression in the future?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants