diff --git a/hpvm/test/hpvm_pass/DFG2LLVM_WrapperAPI/wrapAddTanh.ll b/hpvm/test/hpvm_pass/DFG2LLVM_WrapperAPI/wrapAddTanh.ll index 33c431a78d1fbae8404ff7f4b0c449165a950053..0287357e687f8b2e542be033af082ddb1dffe661 100644 --- a/hpvm/test/hpvm_pass/DFG2LLVM_WrapperAPI/wrapAddTanh.ll +++ b/hpvm/test/hpvm_pass/DFG2LLVM_WrapperAPI/wrapAddTanh.ll @@ -18,13 +18,10 @@ target triple = "x86_64-unknown-linux-gnu" ; CHECK-NEXT: call void @llvm.hpvm.cleanup() ; CHECK-LABEL: @_Z11matadd_nodePvmS_m_cloned_wrapper_api( -; CHECK: call void @hpvm_request_tensor( -; CHECK: call void @hpvm_request_tensor( ; CHECK: call i8* @wrapper_tensorAdd( ; CHECK: ret ; CHECK-LABEL: @_Z9tanh_nodePvm_cloned_wrapper_api( -; CHECK: call void @hpvm_request_tensor( ; CHECK: call i8* @wrapper_tensorTanh( ; CHECK: ret diff --git a/hpvm/test/hpvm_pass/DFG2LLVM_WrapperAPI/wrapBatchNormRelu.ll b/hpvm/test/hpvm_pass/DFG2LLVM_WrapperAPI/wrapBatchNormRelu.ll index f93d325a7ff0107f01510f639a3f09eb840f917e..da2a96ae0bc6aae4e6087ea76eb765a77d6bf641 100644 --- a/hpvm/test/hpvm_pass/DFG2LLVM_WrapperAPI/wrapBatchNormRelu.ll +++ b/hpvm/test/hpvm_pass/DFG2LLVM_WrapperAPI/wrapBatchNormRelu.ll @@ -19,16 +19,10 @@ target triple = "x86_64-unknown-linux-gnu" ; CHECK-NEXT: call void @llvm.hpvm.cleanup() ; CHECK-LABEL: @_Z19batchNormLayer_nodePvmS_mS_mS_mS_m_cloned_wrapper_api( -; CHECK: call void @hpvm_request_tensor( -; CHECK: call void @hpvm_request_tensor( -; CHECK: call void @hpvm_request_tensor( -; CHECK: call void @hpvm_request_tensor( -; CHECK: call void @hpvm_request_tensor( ; CHECK: call i8* @wrapper_tensorBatchNorm( ; CHECK: ret ; CHECK-LABEL: @_Z9relu_nodePvm_cloned_wrapper_api( -; CHECK: call void @hpvm_request_tensor( ; CHECK: call i8* @wrapper_tensorRelu( ; CHECK: ret diff --git a/hpvm/test/hpvm_pass/DFG2LLVM_WrapperAPI/wrapConv.ll b/hpvm/test/hpvm_pass/DFG2LLVM_WrapperAPI/wrapConv.ll index 3a0ef959449b8057a7d3440b5da3fc2a671905ad..72e455c4418539678a239ccecf02ec1e5aa15732 100644 --- a/hpvm/test/hpvm_pass/DFG2LLVM_WrapperAPI/wrapConv.ll +++ b/hpvm/test/hpvm_pass/DFG2LLVM_WrapperAPI/wrapConv.ll @@ -20,9 +20,6 @@ target triple = "x86_64-unknown-linux-gnu" ; CHECK-LABEL: @_Z9conv_nodePvmS_m_cloned__Z13bias_add_nodePvmS_m_cloned__Z9tanh_nodePvm_cloned__Z13pool_max_nodePvm_cloned_wrapper_api( -; CHECK: call void @hpvm_request_tensor( -; CHECK: call void @hpvm_request_tensor( -; CHECK: call void @hpvm_request_tensor( ; CHECK: call i8* @wrapper_ConvLayer2( ; CHECK: ret diff --git a/hpvm/test/hpvm_pass/DFG2LLVM_WrapperAPI/wrapMatMul.ll b/hpvm/test/hpvm_pass/DFG2LLVM_WrapperAPI/wrapMatMul.ll index c1546533d844bc71003a8ff7148e6c09a932deaf..98ed86266785b8b95075b9eae310d65fef858da4 100644 --- a/hpvm/test/hpvm_pass/DFG2LLVM_WrapperAPI/wrapMatMul.ll +++ b/hpvm/test/hpvm_pass/DFG2LLVM_WrapperAPI/wrapMatMul.ll @@ -20,14 +20,10 @@ target triple = "x86_64-unknown-linux-gnu" ; CHECK-LABEL: @_Z11matmul_nodePvmS_m_cloned__Z13bias_add_nodePvmS_m_cloned__Z9tanh_nodePvm_cloned_wrapper_api( -; CHECK: call void @hpvm_request_tensor( -; CHECK: call void @hpvm_request_tensor( -; CHECK: call void @hpvm_request_tensor( ; CHECK: call i8* @wrapper_FCLayer( ; CHECK: ret ; CHECK-LABEL: @_Z13pool_max_nodePvm_cloned_wrapper_api( -; CHECK: call void @hpvm_request_tensor(i8* %t1, i32 1) ; CHECK: call i8* @wrapper_tensorPooling( ; CHECK: ret