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

[TVMSCRIPT] Add tir.min node in tvm script #8219

Merged
merged 8 commits into from
Jun 9, 2021
Merged

Conversation

Beya2019
Copy link
Contributor

@Beya2019 Beya2019 commented Jun 9, 2021

Tvm script lacks tir.min node, we can use it like below

    with tir.block([1024, 1024], "init") as [vi, vj]:
        D[vi, vj] = tir.min(C[vi, vj], 0.0)

@tqchen tqchen merged commit 55459e7 into apache:main Jun 9, 2021
@tqchen
Copy link
Member

tqchen commented Jun 9, 2021

Thanks @Beya2019 !

trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Jun 17, 2021
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Jun 17, 2021
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.

2 participants