From 85c1569308793cc2408088e539a3ed1da5f9d235 Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 24 Feb 2023 14:33:32 -0800 Subject: Support dynamic dispatch a backward differentiable function. (#2678) Co-authored-by: Yong He --- source/slang/slang-mangle.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/slang/slang-mangle.cpp') diff --git a/source/slang/slang-mangle.cpp b/source/slang/slang-mangle.cpp index da5099934..a7d047a0c 100644 --- a/source/slang/slang-mangle.cpp +++ b/source/slang/slang-mangle.cpp @@ -521,12 +521,6 @@ namespace Slang emitRaw(context, "FwdReq_"); else if (as(decl)) emitRaw(context, "BwdReq_"); - else if (as(decl)) - emitRaw(context, "BwdReq_Prop_"); - else if (as(decl)) - emitRaw(context, "BwdReq_Primal_"); - else if (as(decl)) - emitRaw(context, "BwdReq_CtxType_"); else { // TODO: handle other cases -- cgit v1.2.3