From 521d4dddd6d76ef2dcad405f40239a2e76c94590 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Mon, 29 Jan 2024 10:16:52 -0800 Subject: [PATCH 1/2] Add a link to Compiling the optimizer w PT2 dev-discuss --- recipes_source/compiling_optimizer.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/recipes_source/compiling_optimizer.rst b/recipes_source/compiling_optimizer.rst index e8222f95fdf..36fd2b6cc94 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 `__ From 27bb935b3ce88d56d42cc3ab21e0624f11a2e400 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Mon, 29 Jan 2024 10:18:19 -0800 Subject: [PATCH 2/2] Update --- recipes_source/compiling_optimizer.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes_source/compiling_optimizer.rst b/recipes_source/compiling_optimizer.rst index 36fd2b6cc94..951495ca4fa 100644 --- a/recipes_source/compiling_optimizer.rst +++ b/recipes_source/compiling_optimizer.rst @@ -87,8 +87,8 @@ Sample Results: * Eager runtime: 747.2437149845064us * Compiled runtime: 392.07384741178us -See also -~~~~~~~~ +See Also +~~~~~~~~~ * For an in-depth technical overview, see `Compiling the optimizer with PT2 `__