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

Add Binary Intrinsic ops to TIR Ops in C++ #5900

Merged
merged 2 commits into from
Jun 23, 2020

Conversation

mbrookhart
Copy link
Contributor

@tqchen

These ops are already registered and tested through python, this simply adds them to the C++ API. I don't see tests for the existing instrinsic unary ops outside of python, do we test this C++ API?

https://github.com/apache/incubator-tvm/blob/90b08f5e4ef5a40e1efb9a9ba2882df87b0a9391/tests/python/unittest/test_tir_intrin.py#L92-L134

Copy link
Member

@junrushao junrushao left a comment

Choose a reason for hiding this comment

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

Thank you for the patch! LGTM

@tqchen tqchen merged commit a1fb841 into apache:master Jun 23, 2020
@tqchen
Copy link
Member

tqchen commented Jun 23, 2020

Thanks @mbrookhart @junrushao1994 !

trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Jun 30, 2020
* Add Binary Intrinsic ops to TIR Ops in C++

* clang-format
zhiics pushed a commit to neo-ai/tvm that referenced this pull request Jul 2, 2020
* Add Binary Intrinsic ops to TIR Ops in C++

* clang-format
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.

3 participants