index.rst 572 Bytes
Newer Older
Przemek Tredak's avatar
Przemek Tredak committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
..
    Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.

    See LICENSE for license information.

C/C++ API
=========

.. Caution:: This feature is not officially supported yet and may change without notice.

The C/C++ API allows you to access the custom kernels defined in `libtransformer_engine.so` library
directly from C/C++, without Python.

.. toctree::
   :caption: Headers

   activation.h <activation>
   cast.h <cast>
   gemm.h <gemm>
   layer_norm.h <layer_norm>
   transformer_engine.h <transformer_engine>
   transpose.h <transpose>