diff --git a/recipes_source/compiling_optimizer.rst b/recipes_source/compiling_optimizer.rst index e8222f95fdf..951495ca4fa 100644 --- a/recipes_source/compiling_optimizer.rst +++ b/recipes_source/compiling_optimizer.rst @@ -86,3 +86,9 @@ Sample Results: * Eager runtime: 747.2437149845064us * Compiled runtime: 392.07384741178us + +See Also +~~~~~~~~~ + +* For an in-depth technical overview, see +`Compiling the optimizer with PT2 `__