diff --git a/docs/source/jit.rst b/docs/source/jit.rst index 58c6549fe05..4c92f7a0ac4 100644 --- a/docs/source/jit.rst +++ b/docs/source/jit.rst @@ -876,7 +876,7 @@ now supported. Fusion Backends ~~~~~~~~~~~~~~~ -There are a couple of fusion backends available to optimize TorchScript execution. The default fuser on CPUs is NNC, which can perform fusions for both CPUs and GPUs. The default fuser on GPUs is NVFuser, which supports a wider range of operators and has demonstrated generated kernels with improved throughput. See the `NVFuser documentation `_ for more details on usage and debugging. +There are a couple of fusion backends available to optimize TorchScript execution. The default fuser on CPUs is NNC, which can perform fusions for both CPUs and GPUs. The default fuser on GPUs is NVFuser, which supports a wider range of operators and has demonstrated generated kernels with improved throughput. See the `NVFuser documentation `_ for more details on usage and debugging. References