From 8ff2e9808cc51e52f256f09b53eb02a8bf10b83e Mon Sep 17 00:00:00 2001 From: Yifan Zhao <yifanz16@illinois.edu> Date: Fri, 19 Mar 2021 00:34:20 -0500 Subject: [PATCH] Fixed up previous merge by removing quant file flags --- hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapAddTanh.ll | 2 +- .../regressionTests/DFG2LLVM_WrapperAPI/wrapBatchNormRelu.ll | 2 +- hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapConv.ll | 2 +- .../regressionTests/DFG2LLVM_WrapperAPI/wrapGroupPoolSoftmax.ll | 2 +- hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapMatMul.ll | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapAddTanh.ll b/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapAddTanh.ll index 5bfec92306..33c431a78d 100644 --- a/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapAddTanh.ll +++ b/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapAddTanh.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVMDFG2LLVM_WrapperAPI.so -S -inplace -dfg2llvm-wrapperapi -quantization-levels-filename=q_file.txt --configuration-inputs-filename=conf_file.txt < %s | FileCheck %s +; RUN: opt -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVMDFG2LLVM_WrapperAPI.so -S -inplace -dfg2llvm-wrapperapi --configuration-inputs-filename=conf_file.txt < %s | FileCheck %s ; ModuleID = 'addTanh.hpvm.ll' source_filename = "addTanh.cpp" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" diff --git a/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapBatchNormRelu.ll b/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapBatchNormRelu.ll index c67d15ab6c..f93d325a7f 100644 --- a/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapBatchNormRelu.ll +++ b/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapBatchNormRelu.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVMDFG2LLVM_WrapperAPI.so -S -inplace -dfg2llvm-wrapperapi -quantization-levels-filename=q_file.txt --configuration-inputs-filename=conf_file.txt < %s | FileCheck %s +; RUN: opt -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVMDFG2LLVM_WrapperAPI.so -S -inplace -dfg2llvm-wrapperapi --configuration-inputs-filename=conf_file.txt < %s | FileCheck %s ; ModuleID = 'batchNorm.hpvm.ll' source_filename = "batchNorm.cpp" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" diff --git a/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapConv.ll b/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapConv.ll index b61979c89d..3a0ef95944 100644 --- a/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapConv.ll +++ b/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapConv.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVMDFG2LLVM_WrapperAPI.so -S -inplace -dfg2llvm-wrapperapi -quantization-levels-filename=q_file.txt --configuration-inputs-filename=conf_file.txt < %s | FileCheck %s +; RUN: opt -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVMDFG2LLVM_WrapperAPI.so -S -inplace -dfg2llvm-wrapperapi --configuration-inputs-filename=conf_file.txt < %s | FileCheck %s ; ModuleID = 'fuseConv.hpvm_.ll' source_filename = "fuseConv.cpp" diff --git a/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapGroupPoolSoftmax.ll b/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapGroupPoolSoftmax.ll index d3aa94081c..25344f98f5 100644 --- a/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapGroupPoolSoftmax.ll +++ b/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapGroupPoolSoftmax.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVMDFG2LLVM_WrapperAPI.so -S -inplace -dfg2llvm-wrapperapi -quantization-levels-filename=q_file.txt --configuration-inputs-filename=conf_file.txt < %s | FileCheck %s +; RUN: opt -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVMDFG2LLVM_WrapperAPI.so -S -inplace -dfg2llvm-wrapperapi --configuration-inputs-filename=conf_file.txt < %s | FileCheck %s ; ModuleID = 'groupPoolSoftmax.hpvm.ll' source_filename = "groupPoolSoftmax.cpp" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" diff --git a/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapMatMul.ll b/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapMatMul.ll index ce901a6d41..c1546533d8 100644 --- a/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapMatMul.ll +++ b/hpvm/test/regressionTests/DFG2LLVM_WrapperAPI/wrapMatMul.ll @@ -1,4 +1,4 @@ -; RUN: opt -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVMDFG2LLVM_WrapperAPI.so -S -inplace -dfg2llvm-wrapperapi -quantization-levels-filename=q_file.txt --configuration-inputs-filename=conf_file.txt < %s | FileCheck %s +; RUN: opt -load LLVMBuildDFG.so -load LLVMInPlaceDFGAnalysis.so -load LLVMDFG2LLVM_WrapperAPI.so -S -inplace -dfg2llvm-wrapperapi --configuration-inputs-filename=conf_file.txt < %s | FileCheck %s ; ModuleID = 'fuseMatMul.hpvm.ll' source_filename = "fuseMatMul.cpp" -- GitLab