From 7b21dff5d542f21af827c44578c2f2f92db07671 Mon Sep 17 00:00:00 2001 From: d00845784 Date: Wed, 2 Jul 2025 10:13:42 +0800 Subject: [PATCH] aclgraph + libtorch --- torch_npu/csrc/core/npu/NPUGraph.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/torch_npu/csrc/core/npu/NPUGraph.cpp b/torch_npu/csrc/core/npu/NPUGraph.cpp index fd060dcb086..a00448bd1cf 100644 --- a/torch_npu/csrc/core/npu/NPUGraph.cpp +++ b/torch_npu/csrc/core/npu/NPUGraph.cpp @@ -1,4 +1,3 @@ -#ifndef BUILD_LIBTORCH #include "torch_npu/csrc/core/npu/NPUGraph.h" #include "torch_npu/csrc/core/npu/NPUCachingAllocator.h" #include "torch_npu/csrc/core/npu/NPUFunctions.h" @@ -10,7 +9,6 @@ #include #include -#include namespace c10_npu { @@ -261,4 +259,3 @@ NPUGraph::~NPUGraph() } } // namespace c10_npu -#endif -- Gitee