From b5d63b7dcfd28f37e760a9cef794ce6b311f9d14 Mon Sep 17 00:00:00 2001
From: Elizabeth <hashim.sharif91@gmail.com>
Date: Sun, 13 Oct 2019 03:07:13 -0500
Subject: [PATCH] Adding missing signatures for InitApproxHPVMRt

---
 .../hpvm-tensor-rt/tensor_runtime/include/tensor_signatures.cc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/llvm/projects/hpvm-tensor-rt/tensor_runtime/include/tensor_signatures.cc b/llvm/projects/hpvm-tensor-rt/tensor_runtime/include/tensor_signatures.cc
index 1b4dd03b25..e7784cb18e 100644
--- a/llvm/projects/hpvm-tensor-rt/tensor_runtime/include/tensor_signatures.cc
+++ b/llvm/projects/hpvm-tensor-rt/tensor_runtime/include/tensor_signatures.cc
@@ -7,6 +7,9 @@ void dummyFunction(){
   void* initRT = (void*) &llvm_hpvm_initTensorRt;
   void* cleanRT = (void*) &llvm_hpvm_cleanupTensorRt;
 
+  void* initApproxRT = (void*) &llvm_hpvm_initApproxhpvmRt;
+  void* cleanApproxRT = (void*) &llvm_hpvm_cleanupApproxhpvmRt;
+
   void* initRTController = (void*) &llvm_hpvm_initializeRuntimeController;
   void* cleanRTController = (void*) &llvm_hpvm_clearRuntimeController;
   
-- 
GitLab