intrin.rst 1.59 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
..  Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at

..    http://www.apache.org/licenses/LICENSE-2.0

..  Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.

18 19 20 21 22 23 24 25
tvm.intrin
----------
.. automodule:: tvm.intrin

.. autosummary::

   tvm.call_packed
   tvm.call_pure_intrin
26
   tvm.call_intrin
27
   tvm.call_pure_extern
28 29
   tvm.call_extern
   tvm.call_llvm_intrin
30
   tvm.register_intrin_rule
31
   tvm.if_then_else
32 33
   tvm.exp
   tvm.log
34 35 36 37
   tvm.floor
   tvm.ceil
   tvm.trunc
   tvm.round
38
   tvm.abs
39 40 41

.. autofunction:: tvm.call_packed
.. autofunction:: tvm.call_pure_intrin
42
.. autofunction:: tvm.call_intrin
43
.. autofunction:: tvm.call_pure_extern
44 45
.. autofunction:: tvm.call_extern
.. autofunction:: tvm.call_llvm_intrin
46
.. autofunction:: tvm.register_intrin_rule
47
.. autofunction:: tvm.if_then_else
48 49
.. autofunction:: tvm.exp
.. autofunction:: tvm.log
50 51 52 53
.. autofunction:: tvm.floor
.. autofunction:: tvm.ceil
.. autofunction:: tvm.trunc
.. autofunction:: tvm.round
54
.. autofunction:: tvm.abs