From e6b4cf2f6cda0c7384dee60fe397b05fc4d4cd0b Mon Sep 17 00:00:00 2001
From: Hashim Sharif <hsharif3@tyler.cs.illinois.edu>
Date: Fri, 1 Nov 2019 02:20:51 -0500
Subject: [PATCH] Adding OpCost files

---
 .../opentuner/data/alexnet/op_cost.txt        |  6 ++++
 .../opentuner/data/alexnet2/op_cost.txt       |  7 +++++
 .../opentuner/data/lenet/op_cost.txt          |  4 +++
 .../opentuner/data/mobilenet/op_cost.txt      | 28 +++++++++++++++++++
 .../data/mobilenet_shallow/op_cost.txt        |  8 ++++++
 .../opentuner/data/resnet/op_cost.txt         | 22 +++++++++++++++
 .../opentuner/data/vgg16_cifar10/op_cost.txt  | 15 ++++++++++
 .../opentuner/data/vgg16_cifar100/op_cost.txt | 15 ++++++++++
 8 files changed, 105 insertions(+)
 create mode 100644 llvm/projects/hpvm-tensor-rt/opentuner/data/alexnet/op_cost.txt
 create mode 100644 llvm/projects/hpvm-tensor-rt/opentuner/data/alexnet2/op_cost.txt
 create mode 100644 llvm/projects/hpvm-tensor-rt/opentuner/data/lenet/op_cost.txt
 create mode 100644 llvm/projects/hpvm-tensor-rt/opentuner/data/mobilenet/op_cost.txt
 create mode 100644 llvm/projects/hpvm-tensor-rt/opentuner/data/mobilenet_shallow/op_cost.txt
 create mode 100644 llvm/projects/hpvm-tensor-rt/opentuner/data/resnet/op_cost.txt
 create mode 100644 llvm/projects/hpvm-tensor-rt/opentuner/data/vgg16_cifar10/op_cost.txt
 create mode 100644 llvm/projects/hpvm-tensor-rt/opentuner/data/vgg16_cifar100/op_cost.txt

diff --git a/llvm/projects/hpvm-tensor-rt/opentuner/data/alexnet/op_cost.txt b/llvm/projects/hpvm-tensor-rt/opentuner/data/alexnet/op_cost.txt
new file mode 100644
index 0000000000..04336fca27
--- /dev/null
+++ b/llvm/projects/hpvm-tensor-rt/opentuner/data/alexnet/op_cost.txt
@@ -0,0 +1,6 @@
+11894784.000000
+39321600.000000
+21233664.000000
+28311552.000000
+18874368.000000
+20480.000000
diff --git a/llvm/projects/hpvm-tensor-rt/opentuner/data/alexnet2/op_cost.txt b/llvm/projects/hpvm-tensor-rt/opentuner/data/alexnet2/op_cost.txt
new file mode 100644
index 0000000000..5a5722f202
--- /dev/null
+++ b/llvm/projects/hpvm-tensor-rt/opentuner/data/alexnet2/op_cost.txt
@@ -0,0 +1,7 @@
+88473.601562
+943718.375000
+471859.187500
+943718.375000
+471859.187500
+943718.375000
+2048.000000
diff --git a/llvm/projects/hpvm-tensor-rt/opentuner/data/lenet/op_cost.txt b/llvm/projects/hpvm-tensor-rt/opentuner/data/lenet/op_cost.txt
new file mode 100644
index 0000000000..74b1b668e2
--- /dev/null
+++ b/llvm/projects/hpvm-tensor-rt/opentuner/data/lenet/op_cost.txt
@@ -0,0 +1,4 @@
+62720.000000
+1003520.000000
+321126.406250
+1024.000000
diff --git a/llvm/projects/hpvm-tensor-rt/opentuner/data/mobilenet/op_cost.txt b/llvm/projects/hpvm-tensor-rt/opentuner/data/mobilenet/op_cost.txt
new file mode 100644
index 0000000000..673e704b7e
--- /dev/null
+++ b/llvm/projects/hpvm-tensor-rt/opentuner/data/mobilenet/op_cost.txt
@@ -0,0 +1,28 @@
+88473.601562
+29491.199219
+209715.203125
+14745.599609
+209715.203125
+29491.199219
+419430.406250
+7372.799805
+209715.203125
+14745.599609
+419430.406250
+3686.399902
+209715.203125
+7372.799805
+419430.406250
+7372.799805
+419430.406250
+7372.799805
+419430.406250
+7372.799805
+419430.406250
+7372.799805
+419430.406250
+1843.199951
+209715.203125
+3686.399902
+419430.406250
+1024.000000
diff --git a/llvm/projects/hpvm-tensor-rt/opentuner/data/mobilenet_shallow/op_cost.txt b/llvm/projects/hpvm-tensor-rt/opentuner/data/mobilenet_shallow/op_cost.txt
new file mode 100644
index 0000000000..7266441905
--- /dev/null
+++ b/llvm/projects/hpvm-tensor-rt/opentuner/data/mobilenet_shallow/op_cost.txt
@@ -0,0 +1,8 @@
+265420.812500
+629145.625000
+629145.625000
+1258291.250000
+629145.625000
+1258291.250000
+629145.625000
+6144.000000
diff --git a/llvm/projects/hpvm-tensor-rt/opentuner/data/resnet/op_cost.txt b/llvm/projects/hpvm-tensor-rt/opentuner/data/resnet/op_cost.txt
new file mode 100644
index 0000000000..fdba070cfc
--- /dev/null
+++ b/llvm/projects/hpvm-tensor-rt/opentuner/data/resnet/op_cost.txt
@@ -0,0 +1,22 @@
+44236.800781
+235929.593750
+235929.593750
+235929.593750
+235929.593750
+235929.593750
+235929.593750
+117964.796875
+235929.593750
+13107.200195
+235929.593750
+235929.593750
+235929.593750
+235929.593750
+117964.796875
+235929.593750
+13107.200195
+235929.593750
+235929.593750
+235929.593750
+235929.593750
+64.000000
diff --git a/llvm/projects/hpvm-tensor-rt/opentuner/data/vgg16_cifar10/op_cost.txt b/llvm/projects/hpvm-tensor-rt/opentuner/data/vgg16_cifar10/op_cost.txt
new file mode 100644
index 0000000000..5f58ebcc04
--- /dev/null
+++ b/llvm/projects/hpvm-tensor-rt/opentuner/data/vgg16_cifar10/op_cost.txt
@@ -0,0 +1,15 @@
+88473.601562
+1887436.750000
+943718.375000
+1887436.750000
+943718.375000
+1887436.750000
+1887436.750000
+943718.375000
+1887436.750000
+1887436.750000
+471859.187500
+471859.187500
+471859.187500
+13107.200195
+256.000000
diff --git a/llvm/projects/hpvm-tensor-rt/opentuner/data/vgg16_cifar100/op_cost.txt b/llvm/projects/hpvm-tensor-rt/opentuner/data/vgg16_cifar100/op_cost.txt
new file mode 100644
index 0000000000..8c6daad2e2
--- /dev/null
+++ b/llvm/projects/hpvm-tensor-rt/opentuner/data/vgg16_cifar100/op_cost.txt
@@ -0,0 +1,15 @@
+884736.000000
+18874368.000000
+9437184.000000
+18874368.000000
+9437184.000000
+18874368.000000
+18874368.000000
+9437184.000000
+18874368.000000
+18874368.000000
+4718592.000000
+4718592.000000
+4718592.000000
+131072.000000
+25600.000000
-- 
GitLab