From 900db8b90cec2cafde965d97c1f88fbc23a4ff4f Mon Sep 17 00:00:00 2001 From: Akash Kothari <akashk4@tyler.cs.illinois.edu> Date: Mon, 21 Dec 2020 12:42:54 -0600 Subject: [PATCH] Add InplaceDFG analysis as a subdirectory in CMake file --- hpvm/lib/Transforms/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpvm/lib/Transforms/CMakeLists.txt b/hpvm/lib/Transforms/CMakeLists.txt index af8c711d33..bb044cd756 100644 --- a/hpvm/lib/Transforms/CMakeLists.txt +++ b/hpvm/lib/Transforms/CMakeLists.txt @@ -4,10 +4,10 @@ add_subdirectory(DFG2LLVM_OpenCL) add_subdirectory(DFG2LLVM_CPU) add_subdirectory(GenHPVM) add_subdirectory(LocalMem) -add_subdirectory(HPVM2NGRAPH) add_subdirectory(DFG2LLVM_WrapperAPI) add_subdirectory(ReplaceIntrinsics) add_subdirectory(DFG2LLVM_CUDNN) add_subdirectory(ExtractHPVMLeafNodes) add_subdirectory(FuseHPVMTensorNodes) add_subdirectory(InlineTensorCalls) +add_subdirectory(InPlaceDFG) -- GitLab