From c6e6b7a9177bf4f7fc2f05da36c5952979006d78 Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 4 Nov 2022 09:36:23 -0700 Subject: Higher order differentiation. (#2487) Co-authored-by: Yong He --- source/slang/slang-emit.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/slang/slang-emit.cpp') diff --git a/source/slang/slang-emit.cpp b/source/slang/slang-emit.cpp index fcdee78ea..9c72f1d63 100644 --- a/source/slang/slang-emit.cpp +++ b/source/slang/slang-emit.cpp @@ -381,9 +381,6 @@ Result linkAndOptimizeIR( // 2. Transpose JVP to VJP code wherever needed. (Transposition or "reverse-mode" pass) // processVJPDerivativeMarkers(module); // Disabled currently. No impl yet. - - // 3. Fill in higher-order invocations with the generated functions. - processDerivativeCalls(irModule); stripAutoDiffDecorations(irModule); -- cgit v1.2.3