Skip to content
Snippets Groups Projects
Commit c7101537 authored by masahi's avatar masahi Committed by Tianqi Chen
Browse files

add tanh dispatch (#619)

parent c1008ec4
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,8 @@ TVM_REGISTER_GLOBAL("tvm.intrin.rule.rocm.sqrt")
TVM_REGISTER_GLOBAL("tvm.intrin.rule.rocm.pow")
.set_body(DispatchExternOCML);
TVM_REGISTER_GLOBAL("tvm.intrin.rule.rocm.tanh")
.set_body(DispatchExternOCML);
} // namespace llvm
} // namespace codegen
} // namespace tvm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment