|
|
# Run-Time Compilation API
|
||
|
|
|
||
|
|
```eval_rst
|
||
|
|
.. currentmodule:: mxnet.rtc
|
||
|
|
```
|
||
|
|
|
||
|
|
## Overview
|
||
|
|
|
||
|
|
The RTC package contains tools for compiling and running CUDA code from python
|
||
|
|
frontend. The compiled kernels can be used stand-alone or combined with
|
||
|
|
`autograd.Function` or `operator.CustomOpProp` to support differentiation.
|
||
|
|
|
||
|
|
```eval_rst
|
||
|
|
.. autosummary::
|
||
|
|
:nosignatures:
|
||
|
|
|
||
|
|
mxnet.rtc
|
||
|
|
```
|
||
|
|
|
||
|
|
## API Reference
|
||
|
|
|
||
|
|
<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
|
||
|
|
|
||
|
|
```eval_rst
|
||
|
|
.. automodule:: mxnet.rtc
|
||
|
|
:members:
|
||
|
|
```
|
||
|
|
|
||
|
|
<script>auto_index("api-reference");</script>
|