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

Set TOpPattern=kOpaque for scatter_nd #7464

Merged
merged 1 commit into from Feb 18, 2021
Merged

Conversation

apivovarov
Copy link
Contributor

@apivovarov apivovarov commented Feb 17, 2021

Set TOpPattern=kOpaque for scatter_nd op to fix the issue described here
https://discuss.tvm.apache.org/t/scatter-nd-and-concatenate-fails/9138
@masahi @anijain2305 @tkonolige @haan

Copy link
Contributor

@tkonolige tkonolige left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not very familiar with fusion. I should have guess that this would cause an issue.

Thanks @apivovarov!

@anijain2305
Copy link
Contributor

@apivovarov Can you please add the failing test from the discuss post?

And also please add a comment on the lines of "scatter_nd operator has extern schedules for CPU and GPU devices. Fusing extern schedules with injective schedules leads to errors. So, converting the scatter_nd to Opaque to prevent compilation failures"

@tqchen tqchen merged commit 84c4b15 into apache:main Feb 18, 2021
@tqchen
Copy link
Member

tqchen commented Feb 18, 2021

Thanks @apivovarov for catching the problem! Thanks @anijain2305 @tkonolige

masahi pushed a commit to masahi/tvm that referenced this pull request Feb 22, 2021
Lokiiiiii pushed a commit to Lokiiiiii/tvm that referenced this pull request Mar 2, 2021
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Mar 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants