From d64ee86a3130f8eeb75d09193c38c621d7565eba Mon Sep 17 00:00:00 2001 From: Yong He Date: Sun, 26 Mar 2023 13:59:11 -0700 Subject: Add PyTorch C++ binding generation. (#2734) * Add PyTorch C++ binding generation. * fix --------- Co-authored-by: Yong He --- source/compiler-core/slang-artifact.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/compiler-core/slang-artifact.h') diff --git a/source/compiler-core/slang-artifact.h b/source/compiler-core/slang-artifact.h index cc4d3e9fd..65d4d1bf9 100644 --- a/source/compiler-core/slang-artifact.h +++ b/source/compiler-core/slang-artifact.h @@ -208,7 +208,6 @@ enum class ArtifactStyle : uint8_t Kernel, ///< Compiled as `GPU kernel` style. Host, ///< Compiled in `host` style - Obfuscated, ///< Holds something specific to obfuscation, such as an obfuscated source map CountOf, -- cgit v1.2.3