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][relay] new PR to re-add tan to TVM #5025

Merged
merged 8 commits into from
Mar 11, 2020

Conversation

notoraptor
Copy link
Contributor

Following #4938 and #5017 , I re-submit this branch to add tan to TVM.

@kevinthesun @tqchen

@notoraptor
Copy link
Contributor Author

Tests failed, but I don't know why.

@tqchen
Copy link
Member

tqchen commented Mar 10, 2020

should be fixed by #5029, please send a dummy commit(or rebase your code after that PR is merged)

Simplify topi/tests/python/test_topi_math. Add testing for tan with float32 and float64.

Finally implement tan as sin/cos in llvm.
@notoraptor
Copy link
Contributor Author

Just amended the latest commit message to trigger checks.

@masahi masahi merged commit 45ee7b5 into apache:master Mar 11, 2020
@masahi
Copy link
Member

masahi commented Mar 11, 2020

Thanks @notoraptor

@notoraptor notoraptor deleted the relay-op-tan branch March 20, 2020 13:06
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Apr 16, 2020
* Add relay operation relay.op.tan.

* Update tan implementation in TVM.

* Update tests.

* Add shape function for tan.

* Add missing main test to python/frontend/tensorflow/test_forward.

* Revert, back to sin/cos.

* Revert "Revert, back to sin/cos."

This reverts commit 4da5b50.

* Fix implementation of tan in cuda. Do not support tan for float16.

Simplify topi/tests/python/test_topi_math. Add testing for tan with float32 and float64.

Finally implement tan as sin/cos in llvm.
zhiics pushed a commit to neo-ai/tvm that referenced this pull request Apr 17, 2020
* Add relay operation relay.op.tan.

* Update tan implementation in TVM.

* Update tests.

* Add shape function for tan.

* Add missing main test to python/frontend/tensorflow/test_forward.

* Revert, back to sin/cos.

* Revert "Revert, back to sin/cos."

This reverts commit 4da5b50.

* Fix implementation of tan in cuda. Do not support tan for float16.

Simplify topi/tests/python/test_topi_math. Add testing for tan with float32 and float64.

Finally implement tan as sin/cos in llvm.
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.

3 participants