diff --git a/hpvm/lib/Transforms/DFG2LLVM_WrapperAPI/DFG2LLVM_WrapperAPI.cpp b/hpvm/lib/Transforms/DFG2LLVM_WrapperAPI/DFG2LLVM_WrapperAPI.cpp
index d9dcc7c876621760c1b391217f11b8a86da94589..83f5e235ee33bf599da6e463552c1713209a1c70 100644
--- a/hpvm/lib/Transforms/DFG2LLVM_WrapperAPI/DFG2LLVM_WrapperAPI.cpp
+++ b/hpvm/lib/Transforms/DFG2LLVM_WrapperAPI/DFG2LLVM_WrapperAPI.cpp
@@ -27,6 +27,8 @@
 
 #include "SupportHPVM/DFG2LLVM.h"
 #include "InPlaceDFG/InPlaceDFGAnalysis.h"
+#include "Config.h"
+
 #include <sstream>
 #include <fstream>
 
@@ -891,8 +893,9 @@ void CodeGenStateMachine::codeGen(
     errs() << "TensorII: " << *TensorII << "\n";
 
     switch (TensorII->getIntrinsicID()) {
-    case Intrinsic::hpvm_tensor_group_convolution: { /* llvm.hpvm.tensor.group.conv
-                                                      */
+    case Intrinsic::
+        hpvm_tensor_group_convolution: { /* llvm.hpvm.tensor.group.conv
+                                          */
       // Tensor group conv is not in place.
       DEBUG(errs() << F->getName()
                    << "\t: Handling tensor group convolution \n");
@@ -1099,7 +1102,7 @@ void CodeGenStateMachine::codeGen(
       // may provide an in place operation(safe choice)
       //-- assert(inplace &&
       //--        "Operand not valid for in place operation. Code gen
-      //aborted.\n");
+      // aborted.\n");
 
       // Create string for node name, as first argument for wrapper API call
       Constant *ConstArray =