You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2022/04/01 15:25:50 UTC

[tvm-site] branch asf-site updated: deploying docs (apache/tvm@621f777b7309bb11fde09de49f5135ce756a1bee)

This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/tvm-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new ee4fe4e  deploying docs (apache/tvm@621f777b7309bb11fde09de49f5135ce756a1bee)
ee4fe4e is described below

commit ee4fe4e0e6a207be7e8cc0e7fb3810afbb572923
Author: tvm-bot <95...@users.noreply.github.com>
AuthorDate: Fri Apr 1 15:25:44 2022 +0000

    deploying docs (apache/tvm@621f777b7309bb11fde09de49f5135ce756a1bee)
---
 .../c23f7654585d9b0fa2129e1765b2a8f2/from_keras.py |    5 +-
 .../from_keras.ipynb                               |    6 +-
 .../how_to/compile_models/from_keras.rst.txt       |    5 +-
 .../how_to/compile_models/from_mxnet.rst.txt       |    2 +-
 .../how_to/compile_models/from_paddle.rst.txt      |    2 +-
 .../how_to/compile_models/from_pytorch.rst.txt     |    2 +-
 .../how_to/compile_models/from_tensorflow.rst.txt  |   10 +-
 .../compile_models/sg_execution_times.rst.txt      |   20 +-
 .../deploy_models/deploy_model_on_android.rst.txt  |    2 +-
 .../deploy_object_detection_pytorch.rst.txt        |   28 +-
 .../deploy_models/deploy_prequantized.rst.txt      |   14 +-
 .../deploy_prequantized_tflite.rst.txt             |    4 +-
 .../how_to/deploy_models/deploy_quantized.rst.txt  |    2 +-
 .../how_to/deploy_models/deploy_sparse.rst.txt     |    8 -
 .../deploy_models/deploy_ssd_gluoncv.rst.txt       |    6 +-
 .../deploy_models/sg_execution_times.rst.txt       |   18 +-
 .../extend_tvm/bring_your_own_datatypes.rst.txt    |    2 +-
 .../how_to/extend_tvm/sg_execution_times.rst.txt   |   10 +-
 .../how_to/extend_tvm/use_pass_instrument.rst.txt  |   16 +-
 .../optimize_operators/opt_conv_cuda.rst.txt       |    2 +-
 .../optimize_operators/opt_conv_tensorcore.rst.txt |    2 +-
 .../how_to/optimize_operators/opt_gemm.rst.txt     |   16 +-
 .../optimize_operators/sg_execution_times.rst.txt  |    8 +-
 .../sg_execution_times.rst.txt                     |   16 +-
 .../tune_conv2d_layer_cuda.rst.txt                 | 1770 +++++++++++++-------
 .../tune_network_cuda.rst.txt                      |    2 +-
 .../tune_network_x86.rst.txt                       |    4 +-
 .../tune_sparse_x86.rst.txt                        |   86 +-
 .../tune_with_autotvm/sg_execution_times.rst.txt   |   12 +-
 .../tune_with_autotvm/tune_conv2d_cuda.rst.txt     |   34 +-
 .../work_with_microtvm/micro_autotune.rst.txt      |   16 +-
 .../work_with_microtvm/sg_execution_times.rst.txt  |   12 +-
 .../work_with_relay/sg_execution_times.rst.txt     |    8 +-
 .../work_with_schedules/sg_execution_times.rst.txt |   18 +-
 .../how_to/work_with_schedules/tensorize.rst.txt   |    4 +-
 .../tutorials/autotvm/sg_execution_times.rst.txt   |    6 +-
 .../frontend/deploy_classification.rst.txt         |    2 +-
 .../tutorials/frontend/deploy_detection.rst.txt    |    2 +-
 .../tutorials/frontend/sg_execution_times.rst.txt  |    6 +-
 .../tutorials/optimize/sg_execution_times.rst.txt  |    6 +-
 .../topic/vta/tutorials/sg_execution_times.rst.txt |    6 +-
 .../tutorial/auto_scheduler_matmul_x86.rst.txt     |    9 +-
 docs/_sources/tutorial/autotvm_relay_x86.rst.txt   |   55 +-
 .../tutorial/cross_compilation_and_rpc.rst.txt     |    2 +-
 docs/_sources/tutorial/intro_topi.rst.txt          |    2 +-
 docs/_sources/tutorial/sg_execution_times.rst.txt  |   26 +-
 .../tutorial/tensor_expr_get_started.rst.txt       |   46 +-
 docs/commit_hash                                   |    2 +-
 docs/how_to/compile_models/from_keras.html         |    5 +-
 docs/how_to/compile_models/from_mxnet.html         |    2 +-
 docs/how_to/compile_models/from_paddle.html        |    2 +-
 docs/how_to/compile_models/from_pytorch.html       |    7 +-
 docs/how_to/compile_models/from_tensorflow.html    |    6 +-
 docs/how_to/compile_models/sg_execution_times.html |   20 +-
 .../deploy_models/deploy_model_on_android.html     |    2 +-
 .../deploy_object_detection_pytorch.html           |   70 +-
 docs/how_to/deploy_models/deploy_prequantized.html |   16 +-
 .../deploy_models/deploy_prequantized_tflite.html  |    4 +-
 docs/how_to/deploy_models/deploy_quantized.html    |    2 +-
 docs/how_to/deploy_models/deploy_sparse.html       |    4 -
 docs/how_to/deploy_models/deploy_ssd_gluoncv.html  |   38 +-
 docs/how_to/deploy_models/sg_execution_times.html  |   18 +-
 .../extend_tvm/bring_your_own_datatypes.html       |    2 +-
 docs/how_to/extend_tvm/sg_execution_times.html     |   10 +-
 docs/how_to/extend_tvm/use_pass_instrument.html    |   16 +-
 docs/how_to/optimize_operators/opt_conv_cuda.html  |    2 +-
 .../optimize_operators/opt_conv_tensorcore.html    |    2 +-
 docs/how_to/optimize_operators/opt_gemm.html       |   16 +-
 .../optimize_operators/sg_execution_times.html     |    8 +-
 .../sg_execution_times.html                        |   14 +-
 .../tune_conv2d_layer_cuda.html                    | 1770 +++++++++++++-------
 .../tune_with_autoscheduler/tune_network_cuda.html |    2 +-
 .../tune_with_autoscheduler/tune_network_x86.html  |    4 +-
 .../tune_with_autoscheduler/tune_sparse_x86.html   |   86 +-
 .../tune_with_autotvm/sg_execution_times.html      |   12 +-
 .../how_to/tune_with_autotvm/tune_conv2d_cuda.html |   34 +-
 docs/how_to/work_with_microtvm/micro_autotune.html |   16 +-
 .../work_with_microtvm/sg_execution_times.html     |   12 +-
 .../how_to/work_with_relay/sg_execution_times.html |    8 +-
 .../work_with_schedules/sg_execution_times.html    |   18 +-
 docs/how_to/work_with_schedules/tensorize.html     |    4 +-
 docs/reference/api/python/auto_scheduler.html      |    4 +-
 .../api/typedoc/classes/bytestreamreader.html      |   12 +-
 .../api/typedoc/classes/cachedcallstack.html       |   34 +-
 docs/reference/api/typedoc/classes/dldatatype.html |   12 +-
 docs/reference/api/typedoc/classes/dldevice.html   |   10 +-
 .../reference/api/typedoc/classes/environment.html |   12 +-
 docs/reference/api/typedoc/classes/ffilibrary.html |   20 +-
 .../api/typedoc/classes/graphexecutor.html         |   16 +-
 docs/reference/api/typedoc/classes/instance.html   |   40 +-
 docs/reference/api/typedoc/classes/memory.html     |   34 +-
 docs/reference/api/typedoc/classes/module.html     |   10 +-
 docs/reference/api/typedoc/classes/ndarray.html    |   22 +-
 .../api/typedoc/classes/packedfunccell.html        |    6 +-
 docs/reference/api/typedoc/classes/rpcserver.html  |   14 +-
 docs/reference/api/typedoc/classes/scalar.html     |    6 +-
 .../api/typedoc/classes/webgpucontext.html         |   12 +-
 docs/reference/api/typedoc/enums/argtypecode.html  |   30 +-
 .../api/typedoc/enums/aynccallbackcode.html        |    4 +-
 .../api/typedoc/enums/dldatatypecode.html          |    8 +-
 .../api/typedoc/enums/rpcserverstate.html          |   12 +-
 docs/reference/api/typedoc/enums/sizeof.html       |   18 +-
 docs/reference/api/typedoc/index.html              |  112 +-
 .../api/typedoc/interfaces/disposable.html         |    2 +-
 .../api/typedoc/interfaces/functioninfo.html       |    6 +-
 .../api/typedoc/interfaces/libraryprovider.html    |    4 +-
 docs/searchindex.js                                |    2 +-
 .../vta/tutorials/autotvm/sg_execution_times.html  |    6 +-
 .../tutorials/frontend/deploy_classification.html  |    2 +-
 .../vta/tutorials/frontend/deploy_detection.html   |    2 +-
 .../vta/tutorials/frontend/sg_execution_times.html |    6 +-
 .../vta/tutorials/optimize/sg_execution_times.html |    6 +-
 docs/topic/vta/tutorials/sg_execution_times.html   |    6 +-
 docs/tutorial/auto_scheduler_matmul_x86.html       |    5 +-
 docs/tutorial/autotvm_relay_x86.html               |  170 +-
 docs/tutorial/cross_compilation_and_rpc.html       |    2 +-
 docs/tutorial/intro_topi.html                      |    2 +-
 docs/tutorial/sg_execution_times.html              |   26 +-
 docs/tutorial/tensor_expr_get_started.html         |   46 +-
 119 files changed, 3158 insertions(+), 2157 deletions(-)

diff --git a/docs/_downloads/c23f7654585d9b0fa2129e1765b2a8f2/from_keras.py b/docs/_downloads/c23f7654585d9b0fa2129e1765b2a8f2/from_keras.py
index 182e769..1db2779 100644
--- a/docs/_downloads/c23f7654585d9b0fa2129e1765b2a8f2/from_keras.py
+++ b/docs/_downloads/c23f7654585d9b0fa2129e1765b2a8f2/from_keras.py
@@ -39,6 +39,7 @@ from tvm import te
 import tvm.relay as relay
 from tvm.contrib.download import download_testdata
 import keras
+import tensorflow as tf
 import numpy as np
 
 ######################################################################
@@ -65,7 +66,7 @@ else:
 
 
 weights_path = download_testdata(weights_url, weights_file, module="keras")
-keras_resnet50 = keras.applications.resnet50.ResNet50(
+keras_resnet50 = tf.keras.applications.resnet50.ResNet50(
     include_top=True, weights=None, input_shape=(224, 224, 3), classes=1000
 )
 keras_resnet50.load_weights(weights_path)
@@ -76,7 +77,7 @@ keras_resnet50.load_weights(weights_path)
 # A single cat dominates the examples!
 from PIL import Image
 from matplotlib import pyplot as plt
-from keras.applications.resnet50 import preprocess_input
+from tensorflow.keras.applications.resnet50 import preprocess_input
 
 img_url = "https://github.com/dmlc/mxnet.js/blob/main/data/cat.png?raw=true"
 img_path = download_testdata(img_url, "cat.png", module="data")
diff --git a/docs/_downloads/c82f632d47458e76d2af9821b6778e36/from_keras.ipynb b/docs/_downloads/c82f632d47458e76d2af9821b6778e36/from_keras.ipynb
index 6d6fb1a..dd00a4f 100644
--- a/docs/_downloads/c82f632d47458e76d2af9821b6778e36/from_keras.ipynb
+++ b/docs/_downloads/c82f632d47458e76d2af9821b6778e36/from_keras.ipynb
@@ -26,7 +26,7 @@
       },
       "outputs": [],
       "source": [
-        "import tvm\nfrom tvm import te\nimport tvm.relay as relay\nfrom tvm.contrib.download import download_testdata\nimport keras\nimport numpy as np"
+        "import tvm\nfrom tvm import te\nimport tvm.relay as relay\nfrom tvm.contrib.download import download_testdata\nimport keras\nimport tensorflow as tf\nimport numpy as np"
       ]
     },
     {
@@ -44,7 +44,7 @@
       },
       "outputs": [],
       "source": [
-        "if tuple(keras.__version__.split(\".\")) < (\"2\", \"4\", \"0\"):\n    weights_url = \"\".join(\n        [\n            \"https://github.com/fchollet/deep-learning-models/releases/\",\n            \"download/v0.2/resnet50_weights_tf_dim_ordering_tf_kernels.h5\",\n        ]\n    )\n    weights_file = \"resnet50_keras_old.h5\"\nelse:\n    weights_url = \"\".join(\n        [\n            \" https://storage.googleapis.com/tensorflow/keras-applications/\",\n            \"resnet/resne [...]
+        "if tuple(keras.__version__.split(\".\")) < (\"2\", \"4\", \"0\"):\n    weights_url = \"\".join(\n        [\n            \"https://github.com/fchollet/deep-learning-models/releases/\",\n            \"download/v0.2/resnet50_weights_tf_dim_ordering_tf_kernels.h5\",\n        ]\n    )\n    weights_file = \"resnet50_keras_old.h5\"\nelse:\n    weights_url = \"\".join(\n        [\n            \" https://storage.googleapis.com/tensorflow/keras-applications/\",\n            \"resnet/resne [...]
       ]
     },
     {
@@ -62,7 +62,7 @@
       },
       "outputs": [],
       "source": [
-        "from PIL import Image\nfrom matplotlib import pyplot as plt\nfrom keras.applications.resnet50 import preprocess_input\n\nimg_url = \"https://github.com/dmlc/mxnet.js/blob/main/data/cat.png?raw=true\"\nimg_path = download_testdata(img_url, \"cat.png\", module=\"data\")\nimg = Image.open(img_path).resize((224, 224))\nplt.imshow(img)\nplt.show()\n# input preprocess\ndata = np.array(img)[np.newaxis, :].astype(\"float32\")\ndata = preprocess_input(data).transpose([0, 3, 1, 2])\nprint [...]
+        "from PIL import Image\nfrom matplotlib import pyplot as plt\nfrom tensorflow.keras.applications.resnet50 import preprocess_input\n\nimg_url = \"https://github.com/dmlc/mxnet.js/blob/main/data/cat.png?raw=true\"\nimg_path = download_testdata(img_url, \"cat.png\", module=\"data\")\nimg = Image.open(img_path).resize((224, 224))\nplt.imshow(img)\nplt.show()\n# input preprocess\ndata = np.array(img)[np.newaxis, :].astype(\"float32\")\ndata = preprocess_input(data).transpose([0, 3, 1, [...]
       ]
     },
     {
diff --git a/docs/_sources/how_to/compile_models/from_keras.rst.txt b/docs/_sources/how_to/compile_models/from_keras.rst.txt
index f2fdd68..045ab24 100644
--- a/docs/_sources/how_to/compile_models/from_keras.rst.txt
+++ b/docs/_sources/how_to/compile_models/from_keras.rst.txt
@@ -34,6 +34,7 @@ https://keras.io/#installation
     import tvm.relay as relay
     from tvm.contrib.download import download_testdata
     import keras
+    import tensorflow as tf
     import numpy as np
 
 
@@ -69,7 +70,7 @@ We load a pretrained resnet-50 classification model provided by keras.
 
 
     weights_path = download_testdata(weights_url, weights_file, module="keras")
-    keras_resnet50 = keras.applications.resnet50.ResNet50(
+    keras_resnet50 = tf.keras.applications.resnet50.ResNet50(
         include_top=True, weights=None, input_shape=(224, 224, 3), classes=1000
     )
     keras_resnet50.load_weights(weights_path)
@@ -89,7 +90,7 @@ A single cat dominates the examples!
 
     from PIL import Image
     from matplotlib import pyplot as plt
-    from keras.applications.resnet50 import preprocess_input
+    from tensorflow.keras.applications.resnet50 import preprocess_input
 
     img_url = "https://github.com/dmlc/mxnet.js/blob/main/data/cat.png?raw=true"
     img_path = download_testdata(img_url, "cat.png", module="data")
diff --git a/docs/_sources/how_to/compile_models/from_mxnet.rst.txt b/docs/_sources/how_to/compile_models/from_mxnet.rst.txt
index d743f83..3ff201a 100644
--- a/docs/_sources/how_to/compile_models/from_mxnet.rst.txt
+++ b/docs/_sources/how_to/compile_models/from_mxnet.rst.txt
@@ -98,7 +98,7 @@ In this section, we download a pretrained imagenet model and classify an image.
 
  .. code-block:: none
 
-    Downloading /workspace/.mxnet/models/resnet18_v1-a0666292.zip548cbff5-1ca5-4ed1-8a88-209fec301df1 from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/resnet18_v1-a0666292.zip...
+    Downloading /workspace/.mxnet/models/resnet18_v1-a0666292.zip95c56813-9669-4810-9640-b18e569a0813 from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/resnet18_v1-a0666292.zip...
     x (1, 3, 224, 224)
 
 
diff --git a/docs/_sources/how_to/compile_models/from_paddle.rst.txt b/docs/_sources/how_to/compile_models/from_paddle.rst.txt
index c489797..b12bf1f 100644
--- a/docs/_sources/how_to/compile_models/from_paddle.rst.txt
+++ b/docs/_sources/how_to/compile_models/from_paddle.rst.txt
@@ -182,7 +182,7 @@ Look up prediction top 1 index in 1000 class synset.
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  5.332 seconds)
+   **Total running time of the script:** ( 1 minutes  7.700 seconds)
 
 
 .. _sphx_glr_download_how_to_compile_models_from_paddle.py:
diff --git a/docs/_sources/how_to/compile_models/from_pytorch.rst.txt b/docs/_sources/how_to/compile_models/from_pytorch.rst.txt
index f800882..70b250d 100644
--- a/docs/_sources/how_to/compile_models/from_pytorch.rst.txt
+++ b/docs/_sources/how_to/compile_models/from_pytorch.rst.txt
@@ -79,7 +79,7 @@ Load a pretrained PyTorch model
  .. code-block:: none
 
     Downloading: "https://download.pytorch.org/models/resnet18-f37072fd.pth" to /workspace/.cache/torch/hub/checkpoints/resnet18-f37072fd.pth
-
      0%|          | 0.00/44.7M [00:00<?, ?B/s]
     24%|##3       | 10.5M/44.7M [00:00<00:00, 110MB/s]
     62%|######1   | 27.6M/44.7M [00:00<00:00, 151MB/s]
    100%|##########| 44.7M/44.7M [00:00<00:00, 156MB/s]
+
      0%|          | 0.00/44.7M [00:00<?, ?B/s]
     22%|##1       | 9.68M/44.7M [00:00<00:00, 101MB/s]
     58%|#####7    | 25.8M/44.7M [00:00<00:00, 141MB/s]
     93%|#########2| 41.5M/44.7M [00:00<00:00, 152MB/s]
    100%|##########| 44.7M/44.7M [00:00<00:00, 147MB/s]
 
 
 
diff --git a/docs/_sources/how_to/compile_models/from_tensorflow.rst.txt b/docs/_sources/how_to/compile_models/from_tensorflow.rst.txt
index 865ac9d..f6eea23 100644
--- a/docs/_sources/how_to/compile_models/from_tensorflow.rst.txt
+++ b/docs/_sources/how_to/compile_models/from_tensorflow.rst.txt
@@ -65,14 +65,6 @@ Please refer to https://www.tensorflow.org/install
 
 
 
-.. rst-class:: sphx-glr-script-out
-
- Out:
-
- .. code-block:: none
-
-    tensorflow will use experimental.set_memory_growth(True)
-
 
 
 Tutorials
@@ -380,7 +372,7 @@ Run the corresponding model on tensorflow
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  10.515 seconds)
+   **Total running time of the script:** ( 1 minutes  3.048 seconds)
 
 
 .. _sphx_glr_download_how_to_compile_models_from_tensorflow.py:
diff --git a/docs/_sources/how_to/compile_models/sg_execution_times.rst.txt b/docs/_sources/how_to/compile_models/sg_execution_times.rst.txt
index 0d5a96a..f2a3a1b 100644
--- a/docs/_sources/how_to/compile_models/sg_execution_times.rst.txt
+++ b/docs/_sources/how_to/compile_models/sg_execution_times.rst.txt
@@ -5,14 +5,14 @@
 
 Computation times
 =================
-**04:52.593** total execution time for **how_to_compile_models** files:
+**04:56.984** total execution time for **how_to_compile_models** files:
 
-- **01:10.515**: :ref:`sphx_glr_how_to_compile_models_from_tensorflow.py` (``from_tensorflow.py``)
-- **01:05.332**: :ref:`sphx_glr_how_to_compile_models_from_paddle.py` (``from_paddle.py``)
-- **00:54.749**: :ref:`sphx_glr_how_to_compile_models_from_darknet.py` (``from_darknet.py``)
-- **00:26.067**: :ref:`sphx_glr_how_to_compile_models_from_tflite.py` (``from_tflite.py``)
-- **00:20.800**: :ref:`sphx_glr_how_to_compile_models_from_mxnet.py` (``from_mxnet.py``)
-- **00:20.115**: :ref:`sphx_glr_how_to_compile_models_from_coreml.py` (``from_coreml.py``)
-- **00:18.875**: :ref:`sphx_glr_how_to_compile_models_from_pytorch.py` (``from_pytorch.py``)
-- **00:13.681**: :ref:`sphx_glr_how_to_compile_models_from_keras.py` (``from_keras.py``)
-- **00:02.459**: :ref:`sphx_glr_how_to_compile_models_from_onnx.py` (``from_onnx.py``)
+- **01:07.700**: :ref:`sphx_glr_how_to_compile_models_from_paddle.py` (``from_paddle.py``)
+- **01:03.048**: :ref:`sphx_glr_how_to_compile_models_from_tensorflow.py` (``from_tensorflow.py``)
+- **00:58.967**: :ref:`sphx_glr_how_to_compile_models_from_darknet.py` (``from_darknet.py``)
+- **00:26.756**: :ref:`sphx_glr_how_to_compile_models_from_tflite.py` (``from_tflite.py``)
+- **00:22.045**: :ref:`sphx_glr_how_to_compile_models_from_mxnet.py` (``from_mxnet.py``)
+- **00:21.993**: :ref:`sphx_glr_how_to_compile_models_from_coreml.py` (``from_coreml.py``)
+- **00:19.974**: :ref:`sphx_glr_how_to_compile_models_from_pytorch.py` (``from_pytorch.py``)
+- **00:14.053**: :ref:`sphx_glr_how_to_compile_models_from_keras.py` (``from_keras.py``)
+- **00:02.446**: :ref:`sphx_glr_how_to_compile_models_from_onnx.py` (``from_onnx.py``)
diff --git a/docs/_sources/how_to/deploy_models/deploy_model_on_android.rst.txt b/docs/_sources/how_to/deploy_models/deploy_model_on_android.rst.txt
index 0175fd4..c5872bc 100644
--- a/docs/_sources/how_to/deploy_models/deploy_model_on_android.rst.txt
+++ b/docs/_sources/how_to/deploy_models/deploy_model_on_android.rst.txt
@@ -393,7 +393,7 @@ Execute on TVM
     Evaluate inference time cost...
     Execution time summary:
      mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)  
-      15.8718      15.7418      17.0015      15.6429       0.3867   
+      17.0666      16.9648      17.5925      16.4772       0.4169   
                
 
 
diff --git a/docs/_sources/how_to/deploy_models/deploy_object_detection_pytorch.rst.txt b/docs/_sources/how_to/deploy_models/deploy_object_detection_pytorch.rst.txt
index 8353a07..0a1b20e 100644
--- a/docs/_sources/how_to/deploy_models/deploy_object_detection_pytorch.rst.txt
+++ b/docs/_sources/how_to/deploy_models/deploy_object_detection_pytorch.rst.txt
@@ -108,26 +108,24 @@ Load pre-trained maskrcnn from torchvision and do tracing
  .. code-block:: none
 
     Downloading: "https://download.pytorch.org/models/maskrcnn_resnet50_fpn_coco-bf2d0c1e.pth" to /workspace/.cache/torch/hub/checkpoints/maskrcnn_resnet50_fpn_coco-bf2d0c1e.pth
-
      0%|          | 0.00/170M [00:00<?, ?B/s]
      3%|3         | 5.29M/170M [00:00<00:03, 53.1MB/s]
      6%|6         | 10.4M/170M [00:00<00:04, 41.4MB/s]
      9%|9         | 15.8M/170M [00:00<00:03, 47.3MB/s]
     12%|#2        | 20.9M/170M [00:00<00:03, 49.7MB/s]
     15%|#5        | 25.8M/170M [00:00<00:03, 44.6MB/s]
     18%|#8        | 30.9M/170M [00:00<00:03, 46.3MB/s]
     22%|##1       | 37.2M/170M [00:00<00:02, 52.4MB/s]
     25%|##5       | 42.8M/170M [00:00<00:02, 54.2MB/s]
     29%|##8       | 49.1M/170M [00:00<00:02, 57.7MB/s]
     32%|###2      | 54.7M/170M [00:01<00:02, 47.4MB/s]
     35%|###5      | 59.6M/170M [00:01<00:02, 44.9MB/s]
     38%|###7      | 64.3M/170M [00:01<00:02, 46.1MB/s]
     41%|####      | 68.9M/170M [00:01<00:02, 45.5MB/s]
     44%|####3     | 74.3M/170M [00:01<00:02, 48.7MB/s]
     47%|####6     | 79.5M/170M [00:01<00:01, 50.0MB/s]
     50%|####9     | 84.3M/170M [00:01<00:01, 48.8MB/s]
     52%|#####2    | 89.1M/170M [00:01<00:02, 42.2MB/
 s]
     55%|#####4    | 93.3M/170M [00:02<00:01, 40.9MB/s]
     58%|#####7    | 98.1M/170M [00:02<00:01, 43.2MB/s]
     61%|######1   | 104M/170M [00:02<00:01, 45.6MB/s] 
     64%|######3   | 108M/170M [00:02<00:01, 45.2MB/s]
     66%|######6   | 113M/170M [00:02<00:01, 41.6MB/s]
     69%|######8   | 117M/170M [00:02<00:01, 38.9MB/s]
     72%|#######2  | 122M/170M [00:02<00:01, 44.1MB/s]
     75%|#######5  | 128M/170M [00:02<00:00, 47.6MB/s]
     78%|#######8  | 133M/170M [00:02<00:00, 47.5MB/s]
     82%|########1 | 139M/170M [00:03<00:00, 51.8MB/s]
     85%|########4 | 144M/170M [00:03<00:00, 52.1MB/s]
     88%|########7 | 149M/170M [00:03<00:00, 48.1MB/s]
     90%|######### | 153M/170M [00:03<00:00, 27.9MB/s]
     94%|#########3| 159M/170M [00:03<00:00, 33.6MB/s]
     96%|#########6| 163M/170M [00:03<00:00, 34.6MB/s]
    100%|##########| 170M/170M [00:04<00:00, 44.5MB/s]
-    /usr/local/lib/python3.7/dist-packages/torch/functional.py:445: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at  ../aten/src/ATen/native/TensorShape.cpp:2157.)
-      return _VF.meshgrid(tensors, **kwargs)  # type: ignore[attr-defined]
-    /usr/local/lib/python3.7/dist-packages/torch/nn/functional.py:3702: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
+
      0%|          | 0.00/170M [00:00<?, ?B/s]
      5%|5         | 9.25M/170M [00:00<00:01, 96.8MB/s]
     15%|#5        | 25.5M/170M [00:00<00:01, 140MB/s] 
     24%|##4       | 41.2M/170M [00:00<00:00, 150MB/s]
     34%|###3      | 57.1M/170M [00:00<00:00, 157MB/s]
     43%|####3     | 73.3M/170M [00:00<00:00, 162MB/s]
     53%|#####2    | 89.7M/170M [00:00<00:00, 165MB/s]
     62%|######2   | 106M/170M [00:00<00:00, 167MB/s] 
     72%|#######2  | 122M/170M [00:00<00:00, 168MB/s]
     82%|########1 | 139M/170M [00:00<00:00, 169MB/s]
     91%|#########1| 155M/170M [00:01<00:00, 170MB/s]
    100%|##########| 170M/170M [00:01<00:00, 163MB/s]
+    /usr/local/lib/python3.7/dist-packages/torch/nn/functional.py:3878: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
       for i in range(dim)
-    /usr/local/lib/python3.7/dist-packages/torchvision/models/detection/anchor_utils.py:123: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor').
-      torch.tensor(image_size[1] // g[1], dtype=torch.int64, device=device)] for g in grid_sizes]
-    /usr/local/lib/python3.7/dist-packages/torchvision/models/detection/anchor_utils.py:123: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
-      torch.tensor(image_size[1] // g[1], dtype=torch.int64, device=device)] for g in grid_sizes]
-    /usr/local/lib/python3.7/dist-packages/torchvision/models/detection/rpn.py:84: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor').
+    /usr/local/lib/python3.7/dist-packages/torchvision/models/detection/anchor_utils.py:127: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor').
+      for g in grid_sizes
+    /usr/local/lib/python3.7/dist-packages/torchvision/models/detection/anchor_utils.py:127: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
+      for g in grid_sizes
+    /usr/local/lib/python3.7/dist-packages/torchvision/models/detection/rpn.py:73: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor').
       A = Ax4 // 4
-    /usr/local/lib/python3.7/dist-packages/torchvision/models/detection/rpn.py:85: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor').
+    /usr/local/lib/python3.7/dist-packages/torchvision/models/detection/rpn.py:74: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor').
       C = AxC // A
-    /usr/local/lib/python3.7/dist-packages/torchvision/ops/boxes.py:146: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
+    /usr/local/lib/python3.7/dist-packages/torchvision/ops/boxes.py:156: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
       boxes_x = torch.min(boxes_x, torch.tensor(width, dtype=boxes.dtype, device=boxes.device))
-    /usr/local/lib/python3.7/dist-packages/torchvision/ops/boxes.py:148: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
+    /usr/local/lib/python3.7/dist-packages/torchvision/ops/boxes.py:158: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
       boxes_y = torch.min(boxes_y, torch.tensor(height, dtype=boxes.dtype, device=boxes.device))
-    /usr/local/lib/python3.7/dist-packages/torchvision/models/detection/transform.py:276: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
+    /usr/local/lib/python3.7/dist-packages/torchvision/models/detection/transform.py:293: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
       for s, s_orig in zip(new_size, original_size)
-    /usr/local/lib/python3.7/dist-packages/torchvision/models/detection/roi_heads.py:372: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
+    /usr/local/lib/python3.7/dist-packages/torchvision/models/detection/roi_heads.py:387: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
       return torch.tensor(M + 2 * padding).to(torch.float32) / torch.tensor(M).to(torch.float32)
 
 
@@ -255,7 +253,7 @@ Get boxes with score larger than 0.9
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 3 minutes  4.939 seconds)
+   **Total running time of the script:** ( 3 minutes  24.023 seconds)
 
 
 .. _sphx_glr_download_how_to_deploy_models_deploy_object_detection_pytorch.py:
diff --git a/docs/_sources/how_to/deploy_models/deploy_prequantized.rst.txt b/docs/_sources/how_to/deploy_models/deploy_prequantized.rst.txt
index 59e1755..b928101 100644
--- a/docs/_sources/how_to/deploy_models/deploy_prequantized.rst.txt
+++ b/docs/_sources/how_to/deploy_models/deploy_prequantized.rst.txt
@@ -187,7 +187,7 @@ training. Other models require a full post training calibration.
  .. code-block:: none
 
     Downloading: "https://download.pytorch.org/models/mobilenet_v2-b0353104.pth" to /workspace/.cache/torch/hub/checkpoints/mobilenet_v2-b0353104.pth
-
      0%|          | 0.00/13.6M [00:00<?, ?B/s]
     71%|#######   | 9.62M/13.6M [00:00<00:00, 100MB/s]
    100%|##########| 13.6M/13.6M [00:00<00:00, 114MB/s]
+
      0%|          | 0.00/13.6M [00:00<?, ?B/s]
     69%|######8   | 9.32M/13.6M [00:00<00:00, 97.6MB/s]
    100%|##########| 13.6M/13.6M [00:00<00:00, 112MB/s] 
 
 
 
@@ -216,13 +216,9 @@ on the PyTorch website to learn about quantization and jit.
 
  .. code-block:: none
 
-    /usr/local/lib/python3.7/dist-packages/torch/ao/quantization/observer.py:174: UserWarning: Please use quant_min and quant_max to specify the range for observers.                     reduce_range will be deprecated in a future release of PyTorch.
+    /usr/local/lib/python3.7/dist-packages/torch/ao/quantization/observer.py:179: UserWarning: Please use quant_min and quant_max to specify the range for observers.                     reduce_range will be deprecated in a future release of PyTorch.
       reduce_range will be deprecated in a future release of PyTorch."
-    /usr/local/lib/python3.7/dist-packages/torch/ao/quantization/observer.py:886: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor').
-      src_bin_begin // dst_bin_width, 0, self.dst_nbins - 1
-    /usr/local/lib/python3.7/dist-packages/torch/ao/quantization/observer.py:891: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor').
-      src_bin_end // dst_bin_width, 0, self.dst_nbins - 1
-    /usr/local/lib/python3.7/dist-packages/torch/ao/quantization/observer.py:1109: UserWarning: must run observer before calling calculate_qparams.                                    Returning default scale and zero point 
+    /usr/local/lib/python3.7/dist-packages/torch/ao/quantization/observer.py:1126: UserWarning: must run observer before calling calculate_qparams.                                    Returning default scale and zero point 
       Returning default scale and zero point "
 
 
@@ -348,7 +344,7 @@ Here we give an example of how to measure performance of TVM compiled models.
 
     Execution time summary:
      mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)  
-      90.5038      90.3787      99.0103      89.9865       0.9076   
+      90.9934      90.8639      98.0630      90.6502       0.7415   
                
 
 
@@ -388,7 +384,7 @@ TODO
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  4.086 seconds)
+   **Total running time of the script:** ( 1 minutes  7.980 seconds)
 
 
 .. _sphx_glr_download_how_to_deploy_models_deploy_prequantized.py:
diff --git a/docs/_sources/how_to/deploy_models/deploy_prequantized_tflite.rst.txt b/docs/_sources/how_to/deploy_models/deploy_prequantized_tflite.rst.txt
index 5adae0d..9b4e95e 100644
--- a/docs/_sources/how_to/deploy_models/deploy_prequantized_tflite.rst.txt
+++ b/docs/_sources/how_to/deploy_models/deploy_prequantized_tflite.rst.txt
@@ -351,7 +351,7 @@ Here we give an example of how to measure performance of TVM compiled models.
 
     Execution time summary:
      mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)  
-      119.3098     118.9068     139.2161     117.8411      2.2115   
+      122.3868     122.4208     126.3363     120.4906      0.7674   
                
 
 
@@ -385,7 +385,7 @@ Here we give an example of how to measure performance of TVM compiled models.
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  59.528 seconds)
+   **Total running time of the script:** ( 2 minutes  3.812 seconds)
 
 
 .. _sphx_glr_download_how_to_deploy_models_deploy_prequantized_tflite.py:
diff --git a/docs/_sources/how_to/deploy_models/deploy_quantized.rst.txt b/docs/_sources/how_to/deploy_models/deploy_quantized.rst.txt
index 52b48b7..816f991 100644
--- a/docs/_sources/how_to/deploy_models/deploy_quantized.rst.txt
+++ b/docs/_sources/how_to/deploy_models/deploy_quantized.rst.txt
@@ -221,7 +221,7 @@ We create a Relay VM to build and execute the model.
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  12.664 seconds)
+   **Total running time of the script:** ( 1 minutes  19.008 seconds)
 
 
 .. _sphx_glr_download_how_to_deploy_models_deploy_quantized.py:
diff --git a/docs/_sources/how_to/deploy_models/deploy_sparse.rst.txt b/docs/_sources/how_to/deploy_models/deploy_sparse.rst.txt
index 4c54d3e..de02f9c 100644
--- a/docs/_sources/how_to/deploy_models/deploy_sparse.rst.txt
+++ b/docs/_sources/how_to/deploy_models/deploy_sparse.rst.txt
@@ -102,14 +102,6 @@ tensorflow 2.2+ are required.
 
 
 
-.. rst-class:: sphx-glr-script-out
-
- Out:
-
- .. code-block:: none
-
-    tensorflow will use experimental.set_memory_growth(True)
-
 
 
 Configure Settings
diff --git a/docs/_sources/how_to/deploy_models/deploy_ssd_gluoncv.rst.txt b/docs/_sources/how_to/deploy_models/deploy_ssd_gluoncv.rst.txt
index 006a494..9b4beff 100644
--- a/docs/_sources/how_to/deploy_models/deploy_ssd_gluoncv.rst.txt
+++ b/docs/_sources/how_to/deploy_models/deploy_ssd_gluoncv.rst.txt
@@ -38,7 +38,7 @@ We will use GluonCV pre-trained SSD model and convert it to Relay IR
 
  .. code-block:: none
 
-    /usr/local/lib/python3.7/dist-packages/gluoncv/__init__.py:40: UserWarning: Both `mxnet==1.6.0` and `torch==1.10.1+cu102` are installed. You might encounter increased GPU memory footprint if both framework are used at the same time.
+    /usr/local/lib/python3.7/dist-packages/gluoncv/__init__.py:40: UserWarning: Both `mxnet==1.6.0` and `torch==1.11.0+cu102` are installed. You might encounter increased GPU memory footprint if both framework are used at the same time.
       warnings.warn(f'Both `mxnet=={mx.__version__}` and `torch=={torch.__version__}` are installed. '
 
 
@@ -137,7 +137,7 @@ Convert and compile model for CPU.
             data: None
       input_sym_arg_type = in_param.infer_type()[0]
     Downloading /workspace/.mxnet/models/ssd_512_resnet50_v1_voc-9c8b225a.zip from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/ssd_512_resnet50_v1_voc-9c8b225a.zip...
-
      0%|          | 0/132723 [00:00<?, ?KB/s]
      4%|4         | 5705/132723 [00:00<00:02, 57044.61KB/s]
     11%|#         | 14498/132723 [00:00<00:01, 75207.29KB/s]
     17%|#6        | 22019/132723 [00:00<00:01, 66824.84KB/s]
     23%|##3       | 30865/132723 [00:00<00:01, 74761.91KB/s]
     29%|##8       | 38478/132723 [00:00<00:01, 75229.09KB/s]
     36%|###5      | 47304/132723 [00:00<00:01, 79519.49KB/s]
     42%|####2     | 56187/132723 [00:00<00:00, 82495.52KB/s]
     49%|####9     | 65181/132723 [00:00<00:00, 84827.91KB/s]
     56%|#####5    | 74073/132723 [00:00<00:00, 86092.84KB/s]
     62%|######2   | 82908/132723 [00:01<00:00, 86783.49KB/s]
     69%|######9   | 91803/132723 [00:01<00:00, 87441.06KB/s]
     76%|#######5  | 100737/132723 [00:01<00:00, 88014.44KB/s]
     83%|########2 | 109607/132723 [00:01<00:00, 88219.29KB/s]
     89%|########9 | 118552/132723 [00:01<00:00, 88588.38KB/s]
     96%|#########6| 127416/132723 [00:01<00:00, 74967.96KB/s]
    100%|#######
 ###| 132723/132723 [00:01<00:00, 78715.28KB/s]
+
      0%|          | 0/132723 [00:00<?, ?KB/s]
      4%|3         | 4953/132723 [00:00<00:02, 49525.44KB/s]
     10%|9         | 12799/132723 [00:00<00:01, 66533.69KB/s]
     16%|#5        | 20645/132723 [00:00<00:01, 71974.12KB/s]
     21%|##1       | 28456/132723 [00:00<00:01, 74393.32KB/s]
     27%|##7       | 36326/132723 [00:00<00:01, 75944.26KB/s]
     33%|###3      | 44141/132723 [00:00<00:01, 76691.76KB/s]
     39%|###9      | 51811/132723 [00:00<00:01, 76269.63KB/s]
     45%|####4     | 59439/132723 [00:00<00:00, 75870.18KB/s]
     51%|#####     | 67027/132723 [00:00<00:00, 75558.35KB/s]
     56%|#####6    | 74584/132723 [00:01<00:00, 75325.09KB/s]
     62%|######1   | 82117/132723 [00:01<00:00, 75196.30KB/s]
     68%|######7   | 89637/132723 [00:01<00:00, 75106.76KB/s]
     73%|#######3  | 97157/132723 [00:01<00:00, 75129.27KB/s]
     79%|#######8  | 104671/132723 [00:01<00:00, 74944.10KB/s]
     85%|########4 | 112210/132723 [00:01<00:00, 75074.83KB/s]
     90%|#########
  | 119719/132723 [00:01<00:00, 75076.99KB/s]
     96%|#########5| 127283/132723 [00:01<00:00, 75243.84KB/s]
    100%|##########| 132723/132723 [00:01<00:00, 74563.11KB/s]
 
 
 
@@ -202,7 +202,7 @@ Display result
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 2 minutes  18.963 seconds)
+   **Total running time of the script:** ( 2 minutes  37.184 seconds)
 
 
 .. _sphx_glr_download_how_to_deploy_models_deploy_ssd_gluoncv.py:
diff --git a/docs/_sources/how_to/deploy_models/sg_execution_times.rst.txt b/docs/_sources/how_to/deploy_models/sg_execution_times.rst.txt
index 063280b..e440cef 100644
--- a/docs/_sources/how_to/deploy_models/sg_execution_times.rst.txt
+++ b/docs/_sources/how_to/deploy_models/sg_execution_times.rst.txt
@@ -5,13 +5,13 @@
 
 Computation times
 =================
-**10:29.690** total execution time for **how_to_deploy_models** files:
+**11:25.650** total execution time for **how_to_deploy_models** files:
 
-- **03:04.939**: :ref:`sphx_glr_how_to_deploy_models_deploy_object_detection_pytorch.py` (``deploy_object_detection_pytorch.py``)
-- **02:18.963**: :ref:`sphx_glr_how_to_deploy_models_deploy_ssd_gluoncv.py` (``deploy_ssd_gluoncv.py``)
-- **01:59.528**: :ref:`sphx_glr_how_to_deploy_models_deploy_prequantized_tflite.py` (``deploy_prequantized_tflite.py``)
-- **01:12.664**: :ref:`sphx_glr_how_to_deploy_models_deploy_quantized.py` (``deploy_quantized.py``)
-- **01:04.086**: :ref:`sphx_glr_how_to_deploy_models_deploy_prequantized.py` (``deploy_prequantized.py``)
-- **00:27.565**: :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_android.py` (``deploy_model_on_android.py``)
-- **00:21.753**: :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_rasp.py` (``deploy_model_on_rasp.py``)
-- **00:00.193**: :ref:`sphx_glr_how_to_deploy_models_deploy_sparse.py` (``deploy_sparse.py``)
+- **03:24.023**: :ref:`sphx_glr_how_to_deploy_models_deploy_object_detection_pytorch.py` (``deploy_object_detection_pytorch.py``)
+- **02:37.184**: :ref:`sphx_glr_how_to_deploy_models_deploy_ssd_gluoncv.py` (``deploy_ssd_gluoncv.py``)
+- **02:03.812**: :ref:`sphx_glr_how_to_deploy_models_deploy_prequantized_tflite.py` (``deploy_prequantized_tflite.py``)
+- **01:19.008**: :ref:`sphx_glr_how_to_deploy_models_deploy_quantized.py` (``deploy_quantized.py``)
+- **01:07.980**: :ref:`sphx_glr_how_to_deploy_models_deploy_prequantized.py` (``deploy_prequantized.py``)
+- **00:30.099**: :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_android.py` (``deploy_model_on_android.py``)
+- **00:23.331**: :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_rasp.py` (``deploy_model_on_rasp.py``)
+- **00:00.212**: :ref:`sphx_glr_how_to_deploy_models_deploy_sparse.py` (``deploy_sparse.py``)
diff --git a/docs/_sources/how_to/extend_tvm/bring_your_own_datatypes.rst.txt b/docs/_sources/how_to/extend_tvm/bring_your_own_datatypes.rst.txt
index 3f6cbd0..45b7baa 100644
--- a/docs/_sources/how_to/extend_tvm/bring_your_own_datatypes.rst.txt
+++ b/docs/_sources/how_to/extend_tvm/bring_your_own_datatypes.rst.txt
@@ -423,7 +423,7 @@ First let us define two helper functions to get the mobilenet model and a cat im
 
  .. code-block:: none
 
-    Downloading /workspace/.mxnet/models/mobilenet0.25-9f83e440.zip893362af-c56a-4ab6-9279-ef1cf7614420 from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/mobilenet0.25-9f83e440.zip...
+    Downloading /workspace/.mxnet/models/mobilenet0.25-9f83e440.zipe52eea56-e21c-4c83-9806-3d1107bd1731 from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/mobilenet0.25-9f83e440.zip...
 
 
 
diff --git a/docs/_sources/how_to/extend_tvm/sg_execution_times.rst.txt b/docs/_sources/how_to/extend_tvm/sg_execution_times.rst.txt
index 440e256..45e7d4f 100644
--- a/docs/_sources/how_to/extend_tvm/sg_execution_times.rst.txt
+++ b/docs/_sources/how_to/extend_tvm/sg_execution_times.rst.txt
@@ -5,9 +5,9 @@
 
 Computation times
 =================
-**00:37.617** total execution time for **how_to_extend_tvm** files:
+**00:40.713** total execution time for **how_to_extend_tvm** files:
 
-- **00:34.113**: :ref:`sphx_glr_how_to_extend_tvm_bring_your_own_datatypes.py` (``bring_your_own_datatypes.py``)
-- **00:02.241**: :ref:`sphx_glr_how_to_extend_tvm_use_pass_instrument.py` (``use_pass_instrument.py``)
-- **00:01.061**: :ref:`sphx_glr_how_to_extend_tvm_use_pass_infra.py` (``use_pass_infra.py``)
-- **00:00.201**: :ref:`sphx_glr_how_to_extend_tvm_low_level_custom_pass.py` (``low_level_custom_pass.py``)
+- **00:36.948**: :ref:`sphx_glr_how_to_extend_tvm_bring_your_own_datatypes.py` (``bring_your_own_datatypes.py``)
+- **00:02.418**: :ref:`sphx_glr_how_to_extend_tvm_use_pass_instrument.py` (``use_pass_instrument.py``)
+- **00:01.132**: :ref:`sphx_glr_how_to_extend_tvm_use_pass_infra.py` (``use_pass_infra.py``)
+- **00:00.215**: :ref:`sphx_glr_how_to_extend_tvm_low_level_custom_pass.py` (``low_level_custom_pass.py``)
diff --git a/docs/_sources/how_to/extend_tvm/use_pass_instrument.rst.txt b/docs/_sources/how_to/extend_tvm/use_pass_instrument.rst.txt
index 8e153f2..e7c9384 100644
--- a/docs/_sources/how_to/extend_tvm/use_pass_instrument.rst.txt
+++ b/docs/_sources/how_to/extend_tvm/use_pass_instrument.rst.txt
@@ -199,10 +199,10 @@ profile the execution time of each passes.
  .. code-block:: none
 
     Printing results of timing profile...
-    InferType: 6172us [6172us] (45.46%; 45.46%)
-    FoldScaleAxis: 7406us [3us] (54.54%; 54.54%)
-            FoldConstant: 7403us [1541us] (54.52%; 99.97%)
-                    InferType: 5862us [5862us] (43.18%; 79.19%)
+    InferType: 6821us [6821us] (46.76%; 46.76%)
+    FoldScaleAxis: 7766us [4us] (53.24%; 53.24%)
+            FoldConstant: 7762us [1518us] (53.22%; 99.95%)
+                    InferType: 6244us [6244us] (42.81%; 80.44%)
 
 
 
@@ -239,10 +239,10 @@ Refer to following sections and :py:func:`tvm.instrument.pass_instrument` for th
  .. code-block:: none
 
     Printing results of timing profile...
-    InferType: 5963us [5963us] (44.69%; 44.69%)
-    FoldScaleAxis: 7381us [2us] (55.31%; 55.31%)
-            FoldConstant: 7379us [1544us] (55.30%; 99.97%)
-                    InferType: 5835us [5835us] (43.73%; 79.08%)
+    InferType: 6269us [6269us] (45.39%; 45.39%)
+    FoldScaleAxis: 7542us [3us] (54.61%; 54.61%)
+            FoldConstant: 7539us [1537us] (54.59%; 99.96%)
+                    InferType: 6001us [6001us] (43.46%; 79.61%)
 
 
 
diff --git a/docs/_sources/how_to/optimize_operators/opt_conv_cuda.rst.txt b/docs/_sources/how_to/optimize_operators/opt_conv_cuda.rst.txt
index 4a465fc..cbe6430 100644
--- a/docs/_sources/how_to/optimize_operators/opt_conv_cuda.rst.txt
+++ b/docs/_sources/how_to/optimize_operators/opt_conv_cuda.rst.txt
@@ -295,7 +295,7 @@ latency of convolution.
 
  .. code-block:: none
 
-    Convolution: 54.123481 ms
+    Convolution: 54.205926 ms
 
 
 
diff --git a/docs/_sources/how_to/optimize_operators/opt_conv_tensorcore.rst.txt b/docs/_sources/how_to/optimize_operators/opt_conv_tensorcore.rst.txt
index 42d7e1e..c5e66f0 100644
--- a/docs/_sources/how_to/optimize_operators/opt_conv_tensorcore.rst.txt
+++ b/docs/_sources/how_to/optimize_operators/opt_conv_tensorcore.rst.txt
@@ -626,7 +626,7 @@ be able to run on our build server
 
  .. code-block:: none
 
-    conv2d with tensor core: 6.689506 ms
+    conv2d with tensor core: 6.512085 ms
 
 
 
diff --git a/docs/_sources/how_to/optimize_operators/opt_gemm.rst.txt b/docs/_sources/how_to/optimize_operators/opt_gemm.rst.txt
index 6e9c619..375dd5a 100644
--- a/docs/_sources/how_to/optimize_operators/opt_gemm.rst.txt
+++ b/docs/_sources/how_to/optimize_operators/opt_gemm.rst.txt
@@ -118,8 +118,8 @@ Then we write a baseline implementation, the simplest way to write a matrix mult
 
  .. code-block:: none
 
-    Numpy running time: 0.017615
-    Baseline: 3.427615
+    Numpy running time: 0.020275
+    Baseline: 3.634168
 
 
 
@@ -209,7 +209,7 @@ fill 32 * 32 * sizeof(float) which is 4KB in the cache whose total size is 32KB
 
  .. code-block:: none
 
-    Opt1: 0.303126
+    Opt1: 0.332438
 
 
 
@@ -307,7 +307,7 @@ In this tutorial, we chose to vectorize the inner loop row data since it is cach
 
  .. code-block:: none
 
-    Opt2: 0.334398
+    Opt2: 0.349068
 
 
 
@@ -398,7 +398,7 @@ the access pattern for A matrix is more cache friendly.
 
  .. code-block:: none
 
-    Opt3: 0.113512
+    Opt3: 0.138454
 
 
 
@@ -516,7 +516,7 @@ flattening.
 
  .. code-block:: none
 
-    Opt4: 0.109189
+    Opt4: 0.113577
 
 
 
@@ -633,7 +633,7 @@ write to C when all the block results are ready.
 
  .. code-block:: none
 
-    Opt5: 0.111525
+    Opt5: 0.115102
 
 
 
@@ -753,7 +753,7 @@ Futhermore, we can also utilize multi-core processors to do the thread-level par
 
  .. code-block:: none
 
-    Opt6: 0.144697
+    Opt6: 0.147673
 
 
 
diff --git a/docs/_sources/how_to/optimize_operators/sg_execution_times.rst.txt b/docs/_sources/how_to/optimize_operators/sg_execution_times.rst.txt
index 3233d7e..2771c26 100644
--- a/docs/_sources/how_to/optimize_operators/sg_execution_times.rst.txt
+++ b/docs/_sources/how_to/optimize_operators/sg_execution_times.rst.txt
@@ -5,8 +5,8 @@
 
 Computation times
 =================
-**00:34.980** total execution time for **how_to_optimize_operators** files:
+**00:37.023** total execution time for **how_to_optimize_operators** files:
 
-- **00:32.337**: :ref:`sphx_glr_how_to_optimize_operators_opt_gemm.py` (``opt_gemm.py``)
-- **00:01.421**: :ref:`sphx_glr_how_to_optimize_operators_opt_conv_tensorcore.py` (``opt_conv_tensorcore.py``)
-- **00:01.222**: :ref:`sphx_glr_how_to_optimize_operators_opt_conv_cuda.py` (``opt_conv_cuda.py``)
+- **00:34.340**: :ref:`sphx_glr_how_to_optimize_operators_opt_gemm.py` (``opt_gemm.py``)
+- **00:01.427**: :ref:`sphx_glr_how_to_optimize_operators_opt_conv_tensorcore.py` (``opt_conv_tensorcore.py``)
+- **00:01.256**: :ref:`sphx_glr_how_to_optimize_operators_opt_conv_cuda.py` (``opt_conv_cuda.py``)
diff --git a/docs/_sources/how_to/tune_with_autoscheduler/sg_execution_times.rst.txt b/docs/_sources/how_to/tune_with_autoscheduler/sg_execution_times.rst.txt
index 81556d1..0eb8119 100644
--- a/docs/_sources/how_to/tune_with_autoscheduler/sg_execution_times.rst.txt
+++ b/docs/_sources/how_to/tune_with_autoscheduler/sg_execution_times.rst.txt
@@ -5,11 +5,11 @@
 
 Computation times
 =================
-**04:54.492** total execution time for **how_to_tune_with_autoscheduler** files:
-
-- **02:20.378**: :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_conv2d_layer_cuda.py` (``tune_conv2d_layer_cuda.py``)
-- **01:19.521**: :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_x86.py` (``tune_network_x86.py``)
-- **00:40.376**: :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_cuda.py` (``tune_network_cuda.py``)
-- **00:17.229**: :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_sparse_x86.py` (``tune_sparse_x86.py``)
-- **00:08.811**: :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_mali.py` (``tune_network_mali.py``)
-- **00:08.177**: :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_arm.py` (``tune_network_arm.py``)
+**05:07.939** total execution time for **how_to_tune_with_autoscheduler** files:
+
+- **02:26.916**: :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_conv2d_layer_cuda.py` (``tune_conv2d_layer_cuda.py``)
+- **01:23.017**: :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_x86.py` (``tune_network_x86.py``)
+- **00:41.534**: :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_cuda.py` (``tune_network_cuda.py``)
+- **00:17.955**: :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_sparse_x86.py` (``tune_sparse_x86.py``)
+- **00:09.405**: :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_mali.py` (``tune_network_mali.py``)
+- **00:09.112**: :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_arm.py` (``tune_network_arm.py``)
diff --git a/docs/_sources/how_to/tune_with_autoscheduler/tune_conv2d_layer_cuda.rst.txt b/docs/_sources/how_to/tune_with_autoscheduler/tune_conv2d_layer_cuda.rst.txt
index 75c57c1..b7082c8 100644
--- a/docs/_sources/how_to/tune_with_autoscheduler/tune_conv2d_layer_cuda.rst.txt
+++ b/docs/_sources/how_to/tune_with_autoscheduler/tune_conv2d_layer_cuda.rst.txt
@@ -221,336 +221,612 @@ cooperative fetching, unrolling and operator fusion.
                  bias: Buffer(bias_2: Pointer(float32), float32, [512], []),
                  compute: Buffer(compute_2: Pointer(float32), float32, [25088], [])}
       buffer_map = {data_1: data, kernel_1: kernel, bias_1: bias, compute_1: compute} {
-      attr [IterVar(blockIdx.x: int32, (nullptr), "ThreadIndex", "blockIdx.x")] "thread_extent" = 64;
-      allocate(conv2d_nchw: Pointer(local float32), float32, [7]), storage_scope = local;
-      allocate(pad_temp.shared: Pointer(shared float32), float32, [252]), storage_scope = shared;
-      allocate(kernel.shared: Pointer(shared float32), float32, [96]), storage_scope = shared;
+      attr [IterVar(blockIdx.x: int32, (nullptr), "ThreadIndex", "blockIdx.x")] "thread_extent" = 32;
+      allocate(conv2d_nchw: Pointer(local float32), float32, [14]), storage_scope = local;
+      allocate(pad_temp.shared: Pointer(shared float32), float32, [4032]), storage_scope = shared;
+      allocate(kernel.shared: Pointer(shared float32), float32, [3072]), storage_scope = shared;
       attr [IterVar(threadIdx.x: int32, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56 {
-        conv2d_nchw_1: Buffer(conv2d_nchw, float32, [1], [], scope="local", align=4)[0] = 0f32
-        conv2d_nchw_1[1] = 0f32
+        conv2d_nchw_1: Buffer(conv2d_nchw, float32, [4], [], scope="local", align=8)[0] = 0f32
         conv2d_nchw_1[2] = 0f32
-        conv2d_nchw_1[3] = 0f32
         conv2d_nchw_1[4] = 0f32
-        conv2d_nchw_1[5] = 0f32
         conv2d_nchw_1[6] = 0f32
-        for (rc.outer.outer: int32, 0, 128) {
-          let cse_var_1: int32 = (rc.outer.outer*196)
-           {
-            attr [IterVar(threadIdx.x_1: int32, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            pad_temp.shared_1: Buffer(pad_temp.shared, float32, [252], [], scope="shared")[threadIdx.x_1] = @tir.if_then_else(((7 <= threadIdx.x_1) && (1 <= floormod(threadIdx.x_1, 7))), data[((cse_var_1 + threadIdx.x_1) - 8)], 0f32, dtype=float32)
-            attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            pad_temp.shared_1[(threadIdx.x_1 + 56)] = @tir.if_then_else((((1 <= floormod((floordiv(threadIdx.x_1, 7) + 8), 9)) && (floormod((floordiv(threadIdx.x_1, 7) + 8), 9) < 8)) && (1 <= floormod(threadIdx.x_1, 7))), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 8), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 8), 9)*7)) + floormod(threadIdx.x_1, 7)) - 8)], 0f32, dtype=float32)
-            attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            pad_temp.shared_1[(threadIdx.x_1 + 112)] = @tir.if_then_else((((1 <= floormod((floordiv(threadIdx.x_1, 7) + 7), 9)) && (floormod((floordiv(threadIdx.x_1, 7) + 7), 9) < 8)) && (1 <= floormod(threadIdx.x_1, 7))), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 16), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 7), 9)*7)) + floormod(threadIdx.x_1, 7)) - 8)], 0f32, dtype=float32)
-            attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            pad_temp.shared_1[(threadIdx.x_1 + 168)] = @tir.if_then_else((((1 <= floormod((floordiv(threadIdx.x_1, 7) + 6), 9)) && (floormod((floordiv(threadIdx.x_1, 7) + 6), 9) < 8)) && (1 <= floormod(threadIdx.x_1, 7))), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 24), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 6), 9)*7)) + floormod(threadIdx.x_1, 7)) - 8)], 0f32, dtype=float32)
-            attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            if @tir.likely((threadIdx.x_1 < 28), dtype=bool) {
-              pad_temp.shared_1[(threadIdx.x_1 + 224)] = @tir.if_then_else(((floormod((floordiv(threadIdx.x_1, 7) + 5), 9) < 8) && (1 <= floormod(threadIdx.x_1, 7))), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 32), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 5), 9)*7)) + floormod(threadIdx.x_1, 7)) - 8)], 0f32, dtype=float32)
-            }
-            attr [IterVar(threadIdx.x_2: int32, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            kernel.shared_1: Buffer(kernel.shared, float32, [96], [], scope="shared")[threadIdx.x_2] = kernel[((((blockIdx.x*36864) + (floordiv(threadIdx.x_2, 12)*4608)) + (rc.outer.outer*36)) + (floormod(threadIdx.x_2, 12)*3))]
-            attr [IterVar(threadIdx.x_2, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            if @tir.likely((threadIdx.x_2 < 40), dtype=bool) {
-              kernel.shared_1[(threadIdx.x_2 + 56)] = kernel[((((blockIdx.x*36864) + (floordiv((floordiv(threadIdx.x_2, 4) + 14), 3)*4608)) + (rc.outer.outer*36)) + (floormod((threadIdx.x_2 + 8), 12)*3))]
-            }
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(floormod(threadIdx.x, 7)*7)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 1)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 2)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 3)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 4)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 5)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 6)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 63)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 64)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 65)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 66)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 67)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 68)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 69)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 126)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 127)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 128)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 129)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 130)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 131)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 132)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 189)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 190)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 191)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 192)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 193)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 194)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 195)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 7)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 8)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 9)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 10)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 11)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 12)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 13)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 70)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 71)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 72)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 73)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 74)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 75)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 76)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 133)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 134)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 135)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 136)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 137)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 138)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 139)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 196)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 197)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 198)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 199)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 200)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 201)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 202)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 14)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 15)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 16)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 17)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 18)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 19)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 20)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 77)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 78)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 79)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 80)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 81)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 82)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 83)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 140)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 141)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 142)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 143)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 144)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 145)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 146)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 203)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 204)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 205)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 206)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 207)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 208)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 209)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-            attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            pad_temp.shared_1[threadIdx.x_1] = @tir.if_then_else((7 <= threadIdx.x_1), data[((cse_var_1 + threadIdx.x_1) - 7)], 0f32, dtype=float32)
-            attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            pad_temp.shared_1[(threadIdx.x_1 + 56)] = @tir.if_then_else(((1 <= floormod((floordiv(threadIdx.x_1, 7) + 8), 9)) && (floormod((floordiv(threadIdx.x_1, 7) + 8), 9) < 8)), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 8), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 8), 9)*7)) + floormod(threadIdx.x_1, 7)) - 7)], 0f32, dtype=float32)
-            attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            pad_temp.shared_1[(threadIdx.x_1 + 112)] = @tir.if_then_else(((1 <= floormod((floordiv(threadIdx.x_1, 7) + 7), 9)) && (floormod((floordiv(threadIdx.x_1, 7) + 7), 9) < 8)), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 16), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 7), 9)*7)) + floormod(threadIdx.x_1, 7)) - 7)], 0f32, dtype=float32)
-            attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            pad_temp.shared_1[(threadIdx.x_1 + 168)] = @tir.if_then_else(((1 <= floormod((floordiv(threadIdx.x_1, 7) + 6), 9)) && (floormod((floordiv(threadIdx.x_1, 7) + 6), 9) < 8)), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 24), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 6), 9)*7)) + floormod(threadIdx.x_1, 7)) - 7)], 0f32, dtype=float32)
-            attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            if @tir.likely((threadIdx.x_1 < 28), dtype=bool) {
-              pad_temp.shared_1[(threadIdx.x_1 + 224)] = @tir.if_then_else((floormod((floordiv(threadIdx.x_1, 7) + 5), 9) < 8), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 32), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 5), 9)*7)) + floormod(threadIdx.x_1, 7)) - 7)], 0f32, dtype=float32)
-            }
-            attr [IterVar(threadIdx.x_2, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            kernel.shared_1[threadIdx.x_2] = kernel[(((((blockIdx.x*36864) + (floordiv(threadIdx.x_2, 12)*4608)) + (rc.outer.outer*36)) + (floormod(threadIdx.x_2, 12)*3)) + 1)]
-            attr [IterVar(threadIdx.x_2, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            if @tir.likely((threadIdx.x_2 < 40), dtype=bool) {
-              kernel.shared_1[(threadIdx.x_2 + 56)] = kernel[(((((blockIdx.x*36864) + (floordiv((floordiv(threadIdx.x_2, 4) + 14), 3)*4608)) + (rc.outer.outer*36)) + (floormod((threadIdx.x_2 + 8), 12)*3)) + 1)]
-            }
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(floormod(threadIdx.x, 7)*7)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 1)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 2)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 3)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 4)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 5)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 6)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 63)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 64)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 65)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 66)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 67)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 68)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 69)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 126)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 127)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 128)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 129)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 130)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 131)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 132)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 189)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 190)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 191)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 192)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 193)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 194)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 195)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 7)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 8)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 9)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 10)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 11)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 12)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 13)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 70)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 71)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 72)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 73)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 74)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 75)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 76)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 133)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 134)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 135)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 136)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 137)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 138)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 139)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 196)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 197)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 198)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 199)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 200)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 201)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 202)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 14)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 15)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 16)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 17)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 18)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 19)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 20)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 77)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 78)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 79)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 80)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 81)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 82)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 83)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 140)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 141)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 142)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 143)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 144)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 145)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 146)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 203)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 204)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 205)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 206)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 207)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 208)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 209)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-            attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            pad_temp.shared_1[threadIdx.x_1] = @tir.if_then_else(((7 <= threadIdx.x_1) && (floormod(threadIdx.x_1, 7) < 6)), data[((cse_var_1 + threadIdx.x_1) - 6)], 0f32, dtype=float32)
-            attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            pad_temp.shared_1[(threadIdx.x_1 + 56)] = @tir.if_then_else((((1 <= floormod((floordiv(threadIdx.x_1, 7) + 8), 9)) && (floormod((floordiv(threadIdx.x_1, 7) + 8), 9) < 8)) && (floormod(threadIdx.x_1, 7) < 6)), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 8), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 8), 9)*7)) + floormod(threadIdx.x_1, 7)) - 6)], 0f32, dtype=float32)
-            attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            pad_temp.shared_1[(threadIdx.x_1 + 112)] = @tir.if_then_else((((1 <= floormod((floordiv(threadIdx.x_1, 7) + 7), 9)) && (floormod((floordiv(threadIdx.x_1, 7) + 7), 9) < 8)) && (floormod(threadIdx.x_1, 7) < 6)), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 16), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 7), 9)*7)) + floormod(threadIdx.x_1, 7)) - 6)], 0f32, dtype=float32)
-            attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            pad_temp.shared_1[(threadIdx.x_1 + 168)] = @tir.if_then_else((((1 <= floormod((floordiv(threadIdx.x_1, 7) + 6), 9)) && (floormod((floordiv(threadIdx.x_1, 7) + 6), 9) < 8)) && (floormod(threadIdx.x_1, 7) < 6)), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 24), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 6), 9)*7)) + floormod(threadIdx.x_1, 7)) - 6)], 0f32, dtype=float32)
-            attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            if @tir.likely((threadIdx.x_1 < 28), dtype=bool) {
-              pad_temp.shared_1[(threadIdx.x_1 + 224)] = @tir.if_then_else(((floormod((floordiv(threadIdx.x_1, 7) + 5), 9) < 8) && (floormod(threadIdx.x_1, 7) < 6)), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 32), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 5), 9)*7)) + floormod(threadIdx.x_1, 7)) - 6)], 0f32, dtype=float32)
-            }
-            attr [IterVar(threadIdx.x_2, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            kernel.shared_1[threadIdx.x_2] = kernel[(((((blockIdx.x*36864) + (floordiv(threadIdx.x_2, 12)*4608)) + (rc.outer.outer*36)) + (floormod(threadIdx.x_2, 12)*3)) + 2)]
-            attr [IterVar(threadIdx.x_2, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
-            if @tir.likely((threadIdx.x_2 < 40), dtype=bool) {
-              kernel.shared_1[(threadIdx.x_2 + 56)] = kernel[(((((blockIdx.x*36864) + (floordiv((floordiv(threadIdx.x_2, 4) + 14), 3)*4608)) + (rc.outer.outer*36)) + (floormod((threadIdx.x_2 + 8), 12)*3)) + 2)]
+        conv2d_nchw_1[8] = 0f32
+        conv2d_nchw_1[10] = 0f32
+        conv2d_nchw_1[12] = 0f32
+        conv2d_nchw_1[1] = 0f32
+        conv2d_nchw_1[3] = 0f32
+        conv2d_nchw_1[5] = 0f32
+        conv2d_nchw_1[7] = 0f32
+        conv2d_nchw_1[9] = 0f32
+        conv2d_nchw_1[11] = 0f32
+        conv2d_nchw_1[13] = 0f32
+        for (rc.outer.outer: int32, 0, 8) {
+          for (ry.outer.outer: int32, 0, 3) {
+            let cse_var_4: int32 = (rc.outer.outer*3136)
+            let cse_var_3: int32 = (ry.outer.outer*7)
+            let cse_var_2: int32 = (rc.outer.outer*576)
+            let cse_var_1: int32 = (ry.outer.outer*3)
+             {
+              attr [IterVar(threadIdx.x_1: int32, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1: Buffer(pad_temp.shared, float32, [4032], [], scope="shared")[threadIdx.x_1] = @tir.if_then_else(((((1 <= (floordiv(threadIdx.x_1, 9) + ry.outer.outer)) && ((floordiv(threadIdx.x_1, 9) + ry.outer.outer) < 8)) && (1 <= floormod(threadIdx.x_1, 9))) && (floormod(threadIdx.x_1, 9) < 8)), data[((((cse_var_4 + (floordiv(threadIdx.x_1, 9)*7)) + cse_var_3) + floormod(threadIdx.x_1, 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 56)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 56), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 56), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 2), 9))) && (floormod((threadIdx.x_1 + 2), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 56), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 2), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 112)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 112), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 112), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 4), 9))) && (floormod((threadIdx.x_1 + 4), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 112), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 4), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 168)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 168), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 168), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 6), 9))) && (floormod((threadIdx.x_1 + 6), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 168), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 6), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 224)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 224), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 224), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 8), 9))) && (floormod((threadIdx.x_1 + 8), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 224), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 8), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 280)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 280), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 280), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 1), 9))) && (floormod((threadIdx.x_1 + 1), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 280), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 1), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 336)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 336), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 336), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 3), 9))) && (floormod((threadIdx.x_1 + 3), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 336), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 3), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 392)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 392), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 392), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 5), 9))) && (floormod((threadIdx.x_1 + 5), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 392), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 5), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 448)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 448), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 448), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 7), 9))) && (floormod((threadIdx.x_1 + 7), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 448), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 7), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 504)] = @tir.if_then_else(((((1 <= (floordiv(threadIdx.x_1, 9) + ry.outer.outer)) && ((floordiv(threadIdx.x_1, 9) + ry.outer.outer) < 8)) && (1 <= floormod(threadIdx.x_1, 9))) && (floormod(threadIdx.x_1, 9) < 8)), data[((((cse_var_4 + (floordiv(threadIdx.x_1, 9)*7)) + cse_var_3) + floormod(threadIdx.x_1, 9)) + 384)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 560)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 560), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 560), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 2), 9))) && (floormod((threadIdx.x_1 + 2), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 560), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 2), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 616)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 616), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 616), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 4), 9))) && (floormod((threadIdx.x_1 + 4), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 616), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 4), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 672)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 672), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 672), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 6), 9))) && (floormod((threadIdx.x_1 + 6), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 672), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 6), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 728)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 728), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 728), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 8), 9))) && (floormod((threadIdx.x_1 + 8), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 728), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 8), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 784)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 784), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 784), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 1), 9))) && (floormod((threadIdx.x_1 + 1), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 784), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 1), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 840)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 840), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 840), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 3), 9))) && (floormod((threadIdx.x_1 + 3), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 840), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 3), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 896)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 896), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 896), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 5), 9))) && (floormod((threadIdx.x_1 + 5), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 896), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 5), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 952)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 952), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 952), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 7), 9))) && (floormod((threadIdx.x_1 + 7), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 952), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 7), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 1008)] = @tir.if_then_else(((((1 <= (floordiv(threadIdx.x_1, 9) + ry.outer.outer)) && ((floordiv(threadIdx.x_1, 9) + ry.outer.outer) < 8)) && (1 <= floormod(threadIdx.x_1, 9))) && (floormod(threadIdx.x_1, 9) < 8)), data[((((cse_var_4 + (floordiv(threadIdx.x_1, 9)*7)) + cse_var_3) + floormod(threadIdx.x_1, 9)) + 776)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 1064)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 1064), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 1064), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 2), 9))) && (floormod((threadIdx.x_1 + 2), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1064), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 2), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 1120)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 1120), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 1120), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 4), 9))) && (floormod((threadIdx.x_1 + 4), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1120), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 4), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 1176)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 1176), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 1176), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 6), 9))) && (floormod((threadIdx.x_1 + 6), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1176), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 6), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 1232)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 1232), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 1232), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 8), 9))) && (floormod((threadIdx.x_1 + 8), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1232), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 8), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 1288)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 1288), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 1288), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 1), 9))) && (floormod((threadIdx.x_1 + 1), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1288), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 1), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 1344)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 1344), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 1344), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 3), 9))) && (floormod((threadIdx.x_1 + 3), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1344), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 3), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 1400)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 1400), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 1400), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 5), 9))) && (floormod((threadIdx.x_1 + 5), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1400), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 5), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 1456)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 1456), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 1456), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 7), 9))) && (floormod((threadIdx.x_1 + 7), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1456), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 7), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 1512)] = @tir.if_then_else(((((1 <= (floordiv(threadIdx.x_1, 9) + ry.outer.outer)) && ((floordiv(threadIdx.x_1, 9) + ry.outer.outer) < 8)) && (1 <= floormod(threadIdx.x_1, 9))) && (floormod(threadIdx.x_1, 9) < 8)), data[((((cse_var_4 + (floordiv(threadIdx.x_1, 9)*7)) + cse_var_3) + floormod(threadIdx.x_1, 9)) + 1168)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 1568)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 1568), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 1568), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 2), 9))) && (floormod((threadIdx.x_1 + 2), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1568), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 2), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 1624)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 1624), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 1624), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 4), 9))) && (floormod((threadIdx.x_1 + 4), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1624), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 4), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 1680)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 1680), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 1680), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 6), 9))) && (floormod((threadIdx.x_1 + 6), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1680), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 6), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 1736)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 1736), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 1736), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 8), 9))) && (floormod((threadIdx.x_1 + 8), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1736), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 8), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 1792)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 1792), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 1792), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 1), 9))) && (floormod((threadIdx.x_1 + 1), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1792), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 1), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 1848)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 1848), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 1848), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 3), 9))) && (floormod((threadIdx.x_1 + 3), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1848), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 3), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 1904)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 1904), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 1904), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 5), 9))) && (floormod((threadIdx.x_1 + 5), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1904), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 5), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 1960)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 1960), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 1960), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 7), 9))) && (floormod((threadIdx.x_1 + 7), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1960), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 7), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 2016)] = @tir.if_then_else(((((1 <= (floordiv(threadIdx.x_1, 9) + ry.outer.outer)) && ((floordiv(threadIdx.x_1, 9) + ry.outer.outer) < 8)) && (1 <= floormod(threadIdx.x_1, 9))) && (floormod(threadIdx.x_1, 9) < 8)), data[((((cse_var_4 + (floordiv(threadIdx.x_1, 9)*7)) + cse_var_3) + floormod(threadIdx.x_1, 9)) + 1560)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 2072)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 2072), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 2072), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 2), 9))) && (floormod((threadIdx.x_1 + 2), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2072), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 2), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 2128)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 2128), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 2128), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 4), 9))) && (floormod((threadIdx.x_1 + 4), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2128), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 4), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 2184)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 2184), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 2184), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 6), 9))) && (floormod((threadIdx.x_1 + 6), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2184), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 6), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 2240)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 2240), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 2240), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 8), 9))) && (floormod((threadIdx.x_1 + 8), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2240), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 8), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 2296)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 2296), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 2296), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 1), 9))) && (floormod((threadIdx.x_1 + 1), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2296), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 1), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 2352)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 2352), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 2352), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 3), 9))) && (floormod((threadIdx.x_1 + 3), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2352), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 3), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 2408)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 2408), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 2408), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 5), 9))) && (floormod((threadIdx.x_1 + 5), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2408), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 5), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 2464)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 2464), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 2464), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 7), 9))) && (floormod((threadIdx.x_1 + 7), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2464), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 7), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 2520)] = @tir.if_then_else(((((1 <= (floordiv(threadIdx.x_1, 9) + ry.outer.outer)) && ((floordiv(threadIdx.x_1, 9) + ry.outer.outer) < 8)) && (1 <= floormod(threadIdx.x_1, 9))) && (floormod(threadIdx.x_1, 9) < 8)), data[((((cse_var_4 + (floordiv(threadIdx.x_1, 9)*7)) + cse_var_3) + floormod(threadIdx.x_1, 9)) + 1952)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 2576)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 2576), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 2576), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 2), 9))) && (floormod((threadIdx.x_1 + 2), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2576), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 2), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 2632)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 2632), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 2632), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 4), 9))) && (floormod((threadIdx.x_1 + 4), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2632), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 4), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 2688)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 2688), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 2688), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 6), 9))) && (floormod((threadIdx.x_1 + 6), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2688), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 6), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 2744)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 2744), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 2744), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 8), 9))) && (floormod((threadIdx.x_1 + 8), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2744), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 8), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 2800)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 2800), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 2800), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 1), 9))) && (floormod((threadIdx.x_1 + 1), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2800), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 1), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 2856)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 2856), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 2856), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 3), 9))) && (floormod((threadIdx.x_1 + 3), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2856), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 3), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 2912)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 2912), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 2912), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 5), 9))) && (floormod((threadIdx.x_1 + 5), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2912), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 5), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 2968)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 2968), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 2968), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 7), 9))) && (floormod((threadIdx.x_1 + 7), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2968), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 7), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 3024)] = @tir.if_then_else(((((1 <= (floordiv(threadIdx.x_1, 9) + ry.outer.outer)) && ((floordiv(threadIdx.x_1, 9) + ry.outer.outer) < 8)) && (1 <= floormod(threadIdx.x_1, 9))) && (floormod(threadIdx.x_1, 9) < 8)), data[((((cse_var_4 + (floordiv(threadIdx.x_1, 9)*7)) + cse_var_3) + floormod(threadIdx.x_1, 9)) + 2344)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 3080)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 3080), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 3080), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 2), 9))) && (floormod((threadIdx.x_1 + 2), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3080), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 2), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 3136)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 3136), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 3136), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 4), 9))) && (floormod((threadIdx.x_1 + 4), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3136), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 4), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 3192)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 3192), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 3192), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 6), 9))) && (floormod((threadIdx.x_1 + 6), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3192), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 6), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 3248)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 3248), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 3248), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 8), 9))) && (floormod((threadIdx.x_1 + 8), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3248), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 8), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 3304)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 3304), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 3304), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 1), 9))) && (floormod((threadIdx.x_1 + 1), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3304), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 1), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 3360)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 3360), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 3360), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 3), 9))) && (floormod((threadIdx.x_1 + 3), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3360), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 3), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 3416)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 3416), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 3416), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 5), 9))) && (floormod((threadIdx.x_1 + 5), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3416), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 5), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 3472)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 3472), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 3472), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 7), 9))) && (floormod((threadIdx.x_1 + 7), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3472), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 7), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 3528)] = @tir.if_then_else(((((1 <= (floordiv(threadIdx.x_1, 9) + ry.outer.outer)) && ((floordiv(threadIdx.x_1, 9) + ry.outer.outer) < 8)) && (1 <= floormod(threadIdx.x_1, 9))) && (floormod(threadIdx.x_1, 9) < 8)), data[((((cse_var_4 + (floordiv(threadIdx.x_1, 9)*7)) + cse_var_3) + floormod(threadIdx.x_1, 9)) + 2736)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 3584)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 3584), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 3584), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 2), 9))) && (floormod((threadIdx.x_1 + 2), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3584), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 2), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 3640)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 3640), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 3640), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 4), 9))) && (floormod((threadIdx.x_1 + 4), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3640), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 4), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 3696)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 3696), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 3696), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 6), 9))) && (floormod((threadIdx.x_1 + 6), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3696), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 6), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 3752)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 3752), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 3752), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 8), 9))) && (floormod((threadIdx.x_1 + 8), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3752), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 8), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 3808)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 3808), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 3808), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 1), 9))) && (floormod((threadIdx.x_1 + 1), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3808), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 1), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 3864)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 3864), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 3864), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 3), 9))) && (floormod((threadIdx.x_1 + 3), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3864), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 3), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 3920)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 3920), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 3920), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 5), 9))) && (floormod((threadIdx.x_1 + 5), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3920), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 5), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_1, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56;
+              pad_temp.shared_1[(threadIdx.x_1 + 3976)] = @tir.if_then_else(((((1 <= (floordiv(floormod((threadIdx.x_1 + 3976), 63), 9) + ry.outer.outer)) && ((floordiv(floormod((threadIdx.x_1 + 3976), 63), 9) + ry.outer.outer) < 8)) && (1 <= floormod((threadIdx.x_1 + 7), 9))) && (floormod((threadIdx.x_1 + 7), 9) < 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3976), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 7), 9)) - 8)], 0f32, dtype=float32)
+              attr [IterVar(threadIdx.x_2: int32, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56 {
+                kernel.shared_1: Buffer(kernel.shared, float32, [3072], [], scope="shared")[(threadIdx.x_2*8)] = kernel[((((((blockIdx.x*73728) + (floordiv(threadIdx.x_2, 24)*4608)) + cse_var_2) + (floordiv(floormod((threadIdx.x_2*8), 192), 3)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 1)] = kernel[((((((blockIdx.x*73728) + (floordiv(threadIdx.x_2, 24)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 1), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 2)] = kernel[((((((blockIdx.x*73728) + (floordiv(threadIdx.x_2, 24)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 2), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 3)] = kernel[((((((blockIdx.x*73728) + (floordiv(threadIdx.x_2, 24)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 1), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 4)] = kernel[((((((blockIdx.x*73728) + (floordiv(threadIdx.x_2, 24)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 4), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 5)] = kernel[((((((blockIdx.x*73728) + (floordiv(threadIdx.x_2, 24)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 5), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 6)] = kernel[((((((blockIdx.x*73728) + (floordiv(threadIdx.x_2, 24)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 2), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 7)] = kernel[((((((blockIdx.x*73728) + (floordiv(threadIdx.x_2, 24)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 7), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+              }
+              attr [IterVar(threadIdx.x_2, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56 {
+                kernel.shared_1[((threadIdx.x_2*8) + 448)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 7), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 448), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 449)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 7), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 449), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 450)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 7), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 22), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 451)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 7), 3)*4608)) + cse_var_2) + (floormod((floordiv(((threadIdx.x_2*8) + 448), 3) + 1), 64)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 452)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 7), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 452), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 453)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 7), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 23), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 454)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 7), 3)*4608)) + cse_var_2) + (floormod((floordiv(((threadIdx.x_2*8) + 448), 3) + 2), 64)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 455)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 7), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 455), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+              }
+              attr [IterVar(threadIdx.x_2, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56 {
+                kernel.shared_1[((threadIdx.x_2*8) + 896)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 14), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 896), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 897)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 14), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 43), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 898)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 14), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 898), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 899)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 14), 3)*4608)) + cse_var_2) + (floormod((floordiv(((threadIdx.x_2*8) + 896), 3) + 1), 64)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 900)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 14), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 44), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 901)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 14), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 901), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 902)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 14), 3)*4608)) + cse_var_2) + (floormod((floordiv(((threadIdx.x_2*8) + 896), 3) + 2), 64)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 903)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 14), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 45), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+              }
+              attr [IterVar(threadIdx.x_2, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56 {
+                kernel.shared_1[((threadIdx.x_2*8) + 1344)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod((threadIdx.x_2*8), 192), 3)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3)) + 32256)]
+                kernel.shared_1[((threadIdx.x_2*8) + 1345)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 1345), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3)) + 32256)]
+                kernel.shared_1[((threadIdx.x_2*8) + 1346)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 1346), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3)) + 32256)]
+                kernel.shared_1[((threadIdx.x_2*8) + 1347)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 1), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3)) + 32256)]
+                kernel.shared_1[((threadIdx.x_2*8) + 1348)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 1348), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3)) + 32256)]
+                kernel.shared_1[((threadIdx.x_2*8) + 1349)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 1349), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3)) + 32256)]
+                kernel.shared_1[((threadIdx.x_2*8) + 1350)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 2), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3)) + 32256)]
+                kernel.shared_1[((threadIdx.x_2*8) + 1351)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 1351), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3)) + 32256)]
+              }
+              attr [IterVar(threadIdx.x_2, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56 {
+                kernel.shared_1[((threadIdx.x_2*8) + 1792)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 28), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 1792), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 1793)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 28), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 1793), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 1794)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 28), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 22), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 1795)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 28), 3)*4608)) + cse_var_2) + (floormod((floordiv(((threadIdx.x_2*8) + 1792), 3) + 1), 64)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 1796)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 28), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 1796), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 1797)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 28), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 23), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 1798)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 28), 3)*4608)) + cse_var_2) + (floormod((floordiv(((threadIdx.x_2*8) + 1792), 3) + 2), 64)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 1799)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 28), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 1799), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+              }
+              attr [IterVar(threadIdx.x_2, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56 {
+                kernel.shared_1[((threadIdx.x_2*8) + 2240)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 35), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 2240), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 2241)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 35), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 43), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 2242)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 35), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 2242), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 2243)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 35), 3)*4608)) + cse_var_2) + (floormod((floordiv(((threadIdx.x_2*8) + 2240), 3) + 1), 64)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 2244)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 35), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 44), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 2245)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 35), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 2245), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 2246)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 35), 3)*4608)) + cse_var_2) + (floormod((floordiv(((threadIdx.x_2*8) + 2240), 3) + 2), 64)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+                kernel.shared_1[((threadIdx.x_2*8) + 2247)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 35), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 45), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+              }
+              attr [IterVar(threadIdx.x_2, (nullptr), "ThreadIndex", "threadIdx.x")] "thread_extent" = 56 {
+                if @tir.likely((threadIdx.x_2 < 48), dtype=bool) {
+                  kernel.shared_1[((threadIdx.x_2*8) + 2688)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod((threadIdx.x_2*8), 192), 3)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3)) + 64512)]
+                }
+                if @tir.likely((threadIdx.x_2 < 48), dtype=bool) {
+                  kernel.shared_1[((threadIdx.x_2*8) + 2689)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 2689), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3)) + 64512)]
+                }
+                if @tir.likely((threadIdx.x_2 < 48), dtype=bool) {
+                  kernel.shared_1[((threadIdx.x_2*8) + 2690)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 2690), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3)) + 64512)]
+                }
+                if @tir.likely((threadIdx.x_2 < 48), dtype=bool) {
+                  kernel.shared_1[((threadIdx.x_2*8) + 2691)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 1), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3)) + 64512)]
+                }
+                if @tir.likely((threadIdx.x_2 < 48), dtype=bool) {
+                  kernel.shared_1[((threadIdx.x_2*8) + 2692)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 2692), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3)) + 64512)]
+                }
+                if @tir.likely((threadIdx.x_2 < 48), dtype=bool) {
+                  kernel.shared_1[((threadIdx.x_2*8) + 2693)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 2693), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3)) + 64512)]
+                }
+                if @tir.likely((threadIdx.x_2 < 48), dtype=bool) {
+                  kernel.shared_1[((threadIdx.x_2*8) + 2694)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 2), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3)) + 64512)]
+                }
+                if @tir.likely((threadIdx.x_2 < 48), dtype=bool) {
+                  kernel.shared_1[((threadIdx.x_2*8) + 2695)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 2695), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3)) + 64512)]
+                }
+              }
+              for (rc.outer.inner: int32, 0, 8) {
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((rc.outer.inner*504) + floormod(threadIdx.x, 7))]*kernel.shared_1[((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24))]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 9)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24))]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 18)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24))]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 27)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24))]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 36)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24))]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 45)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24))]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 54)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24))]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((rc.outer.inner*504) + floormod(threadIdx.x, 7))]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 192)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 9)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 192)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 18)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 192)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 27)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 192)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 36)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 192)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 45)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 192)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 54)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 192)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 1)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 1)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 10)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 1)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 19)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 1)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 28)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 1)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 37)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 1)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 46)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 1)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 55)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 1)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 1)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 193)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 10)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 193)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 19)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 193)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 28)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 193)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 37)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 193)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 46)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 193)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 55)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 193)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 2)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 2)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 11)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 2)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 20)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 2)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 29)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 2)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 38)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 2)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 47)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 2)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 56)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 2)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 2)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 194)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 11)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 194)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 20)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 194)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 29)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 194)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 38)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 194)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 47)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 194)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 56)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 194)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 63)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 3)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 72)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 3)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 81)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 3)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 90)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 3)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 99)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 3)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 108)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 3)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 117)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 3)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 63)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 195)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 72)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 195)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 81)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 195)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 90)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 195)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 99)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 195)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 108)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 195)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 117)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 195)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 64)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 4)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 73)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 4)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 82)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 4)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 91)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 4)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 100)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 4)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 109)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 4)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 118)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 4)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 64)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 196)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 73)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 196)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 82)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 196)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 91)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 196)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 100)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 196)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 109)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 196)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 118)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 196)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 65)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 5)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 74)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 5)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 83)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 5)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 92)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 5)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 101)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 5)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 110)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 5)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 119)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 5)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 65)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 197)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 74)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 197)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 83)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 197)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 92)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 197)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 101)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 197)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 110)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 197)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 119)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 197)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 126)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 6)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 135)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 6)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 144)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 6)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 153)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 6)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 162)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 6)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 171)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 6)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 180)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 6)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 126)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 198)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 135)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 198)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 144)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 198)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 153)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 198)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 162)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 198)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 171)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 198)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 180)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 198)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 127)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 7)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 136)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 7)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 145)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 7)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 154)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 7)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 163)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 7)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 172)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 7)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 181)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 7)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 127)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 199)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 136)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 199)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 145)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 199)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 154)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 199)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 163)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 199)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 172)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 199)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 181)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 199)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 128)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 8)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 137)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 8)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 146)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 8)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 155)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 8)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 164)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 8)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 173)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 8)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 182)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 8)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 128)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 200)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 137)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 200)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 146)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 200)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 155)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 200)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 164)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 200)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 173)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 200)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 182)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 200)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 189)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 9)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 198)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 9)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 207)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 9)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 216)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 9)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 225)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 9)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 234)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 9)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 243)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 9)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 189)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 201)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 198)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 201)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 207)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 201)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 216)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 201)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 225)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 201)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 234)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 201)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 243)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 201)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 190)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 10)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 199)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 10)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 208)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 10)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 217)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 10)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 226)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 10)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 235)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 10)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 244)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 10)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 190)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 202)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 199)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 202)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 208)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 202)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 217)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 202)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 226)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 202)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 235)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 202)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 244)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 202)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 191)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 11)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 200)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 11)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 209)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 11)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 218)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 11)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 227)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 11)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 236)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 11)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 245)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 11)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 191)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 203)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 200)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 203)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 209)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 203)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 218)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 203)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 227)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 203)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 236)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 203)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 245)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 203)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 252)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 12)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 261)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 12)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 270)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 12)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 279)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 12)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 288)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 12)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 297)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 12)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 306)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 12)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 252)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 204)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 261)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 204)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 270)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 204)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 279)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 204)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 288)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 204)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 297)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 204)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 306)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 204)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 253)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 13)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 262)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 13)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 271)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 13)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 280)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 13)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 289)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 13)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 298)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 13)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 307)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 13)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 253)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 205)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 262)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 205)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 271)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 205)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 280)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 205)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 289)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 205)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 298)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 205)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 307)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 205)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 254)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 14)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 263)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 14)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 272)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 14)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 281)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 14)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 290)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 14)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 299)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 14)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 308)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 14)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 254)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 206)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 263)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 206)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 272)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 206)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 281)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 206)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 290)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 206)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 299)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 206)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 308)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 206)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 315)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 15)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 324)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 15)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 333)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 15)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 342)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 15)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 351)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 15)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 360)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 15)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 369)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 15)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 315)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 207)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 324)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 207)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 333)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 207)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 342)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 207)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 351)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 207)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 360)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 207)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 369)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 207)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 316)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 16)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 325)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 16)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 334)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 16)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 343)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 16)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 352)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 16)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 361)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 16)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 370)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 16)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 316)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 208)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 325)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 208)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 334)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 208)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 343)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 208)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 352)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 208)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 361)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 208)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 370)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 208)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 317)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 17)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 326)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 17)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 335)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 17)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 344)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 17)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 353)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 17)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 362)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 17)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 371)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 17)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 317)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 209)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 326)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 209)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 335)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 209)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 344)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 209)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 353)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 209)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 362)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 209)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 371)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 209)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 378)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 18)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 387)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 18)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 396)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 18)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 405)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 18)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 414)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 18)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 423)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 18)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 432)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 18)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 378)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 210)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 387)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 210)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 396)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 210)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 405)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 210)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 414)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 210)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 423)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 210)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 432)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 210)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 379)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 19)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 388)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 19)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 397)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 19)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 406)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 19)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 415)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 19)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 424)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 19)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 433)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 19)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 379)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 211)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 388)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 211)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 397)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 211)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 406)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 211)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 415)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 211)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 424)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 211)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 433)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 211)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 380)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 20)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 389)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 20)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 398)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 20)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 407)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 20)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 416)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 20)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 425)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 20)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 434)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 20)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 380)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 212)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 389)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 212)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 398)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 212)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 407)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 212)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 416)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 212)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 425)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 212)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 434)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 212)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 441)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 21)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 450)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 21)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 459)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 21)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 468)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 21)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 477)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 21)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 486)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 21)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 495)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 21)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 441)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 213)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 450)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 213)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 459)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 213)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 468)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 213)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 477)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 213)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 486)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 213)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 495)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 213)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 442)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 22)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 451)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 22)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 460)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 22)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 469)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 22)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 478)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 22)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 487)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 22)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 496)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 22)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 442)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 214)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 451)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 214)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 460)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 214)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 469)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 214)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 478)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 214)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 487)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 214)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 496)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 214)]))
+                conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 443)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 23)]))
+                conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 452)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 23)]))
+                conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 461)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 23)]))
+                conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 470)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 23)]))
+                conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 479)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 23)]))
+                conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 488)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 23)]))
+                conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 497)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 23)]))
+                conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 443)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 215)]))
+                conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 452)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 215)]))
+                conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 461)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 215)]))
+                conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 470)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 215)]))
+                conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 479)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 215)]))
+                conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 488)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 215)]))
+                conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 497)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 215)]))
+              }
             }
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(floormod(threadIdx.x, 7)*7)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 1)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 2)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 3)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 4)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 5)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 6)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 63)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 64)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 65)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 66)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 67)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 68)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 69)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 126)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 127)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 128)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 129)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 130)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 131)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 132)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 189)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 190)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 191)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 192)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 193)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 194)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 195)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 7)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 8)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 9)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 10)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 11)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 12)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 13)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 70)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 71)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 72)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 73)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 74)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 75)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 76)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 133)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 134)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 135)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 136)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 137)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 138)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 139)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 196)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 197)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 198)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 199)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 200)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 201)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 202)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 14)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 15)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 16)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 17)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 18)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 19)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 20)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 77)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 78)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 79)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 80)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 81)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 82)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 83)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 140)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 141)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 142)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 143)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 144)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 145)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 146)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 203)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 204)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 205)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 206)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 207)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 208)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 209)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
           }
         }
-        compute[((blockIdx.x*392) + (threadIdx.x*7))] = max((conv2d_nchw_1[0] + bias[((blockIdx.x*8) + floordiv(threadIdx.x, 7))]), 0f32)
-        compute[(((blockIdx.x*392) + (threadIdx.x*7)) + 1)] = max((conv2d_nchw_1[1] + bias[((blockIdx.x*8) + floordiv(threadIdx.x, 7))]), 0f32)
-        compute[(((blockIdx.x*392) + (threadIdx.x*7)) + 2)] = max((conv2d_nchw_1[2] + bias[((blockIdx.x*8) + floordiv(threadIdx.x, 7))]), 0f32)
-        compute[(((blockIdx.x*392) + (threadIdx.x*7)) + 3)] = max((conv2d_nchw_1[3] + bias[((blockIdx.x*8) + floordiv(threadIdx.x, 7))]), 0f32)
-        compute[(((blockIdx.x*392) + (threadIdx.x*7)) + 4)] = max((conv2d_nchw_1[4] + bias[((blockIdx.x*8) + floordiv(threadIdx.x, 7))]), 0f32)
-        compute[(((blockIdx.x*392) + (threadIdx.x*7)) + 5)] = max((conv2d_nchw_1[5] + bias[((blockIdx.x*8) + floordiv(threadIdx.x, 7))]), 0f32)
-        compute[(((blockIdx.x*392) + (threadIdx.x*7)) + 6)] = max((conv2d_nchw_1[6] + bias[((blockIdx.x*8) + floordiv(threadIdx.x, 7))]), 0f32)
+        for (i1.inner: int32, 0, 2) {
+          compute[((((blockIdx.x*784) + (floordiv(threadIdx.x, 7)*98)) + (i1.inner*49)) + floormod(threadIdx.x, 7))] = max((conv2d_nchw_1[i1.inner] + bias[(((blockIdx.x*16) + (floordiv(threadIdx.x, 7)*2)) + i1.inner)]), 0f32)
+          compute[(((((blockIdx.x*784) + (floordiv(threadIdx.x, 7)*98)) + (i1.inner*49)) + floormod(threadIdx.x, 7)) + 7)] = max((conv2d_nchw_1[(i1.inner + 2)] + bias[(((blockIdx.x*16) + (floordiv(threadIdx.x, 7)*2)) + i1.inner)]), 0f32)
+          compute[(((((blockIdx.x*784) + (floordiv(threadIdx.x, 7)*98)) + (i1.inner*49)) + floormod(threadIdx.x, 7)) + 14)] = max((conv2d_nchw_1[(i1.inner + 4)] + bias[(((blockIdx.x*16) + (floordiv(threadIdx.x, 7)*2)) + i1.inner)]), 0f32)
+          compute[(((((blockIdx.x*784) + (floordiv(threadIdx.x, 7)*98)) + (i1.inner*49)) + floormod(threadIdx.x, 7)) + 21)] = max((conv2d_nchw_1[(i1.inner + 6)] + bias[(((blockIdx.x*16) + (floordiv(threadIdx.x, 7)*2)) + i1.inner)]), 0f32)
+          compute[(((((blockIdx.x*784) + (floordiv(threadIdx.x, 7)*98)) + (i1.inner*49)) + floormod(threadIdx.x, 7)) + 28)] = max((conv2d_nchw_1[(i1.inner + 8)] + bias[(((blockIdx.x*16) + (floordiv(threadIdx.x, 7)*2)) + i1.inner)]), 0f32)
+          compute[(((((blockIdx.x*784) + (floordiv(threadIdx.x, 7)*98)) + (i1.inner*49)) + floormod(threadIdx.x, 7)) + 35)] = max((conv2d_nchw_1[(i1.inner + 10)] + bias[(((blockIdx.x*16) + (floordiv(threadIdx.x, 7)*2)) + i1.inner)]), 0f32)
+          compute[(((((blockIdx.x*784) + (floordiv(threadIdx.x, 7)*98)) + (i1.inner*49)) + floormod(threadIdx.x, 7)) + 42)] = max((conv2d_nchw_1[(i1.inner + 12)] + bias[(((blockIdx.x*16) + (floordiv(threadIdx.x, 7)*2)) + i1.inner)]), 0f32)
+        }
       }
     }
 
@@ -602,7 +878,7 @@ We build the binary and check its correctness and performance.
 
  .. code-block:: none
 
-    Execution time of this operator: 0.357 ms
+    Execution time of this operator: 0.224 ms
 
 
 
@@ -646,37 +922,37 @@ They can be used for debugging and learning the behavior of the auto-scheduler.
     conv2d_nchw_nn_o_o_i, conv2d_nchw_nn_o_i = s[conv2d_nchw].split(conv2d_nchw_nn_o_i, factor=1)
     conv2d_nchw_nn_o_o_o_i, conv2d_nchw_nn_o_o_i = s[conv2d_nchw].split(conv2d_nchw_nn_o_o_i, factor=1)
     conv2d_nchw_nn_o_o_o_o, conv2d_nchw_nn_o_o_o_i = s[conv2d_nchw].split(conv2d_nchw_nn_o_o_o_i, factor=1)
-    conv2d_nchw_ff_o_i, conv2d_nchw_ff_i = s[conv2d_nchw].split(conv2d_nchw_ff, factor=1)
+    conv2d_nchw_ff_o_i, conv2d_nchw_ff_i = s[conv2d_nchw].split(conv2d_nchw_ff, factor=2)
     conv2d_nchw_ff_o_o_i, conv2d_nchw_ff_o_i = s[conv2d_nchw].split(conv2d_nchw_ff_o_i, factor=1)
     conv2d_nchw_ff_o_o_o_i, conv2d_nchw_ff_o_o_i = s[conv2d_nchw].split(conv2d_nchw_ff_o_o_i, factor=8)
     conv2d_nchw_ff_o_o_o_o, conv2d_nchw_ff_o_o_o_i = s[conv2d_nchw].split(conv2d_nchw_ff_o_o_o_i, factor=1)
     conv2d_nchw_yy_o_i, conv2d_nchw_yy_i = s[conv2d_nchw].split(conv2d_nchw_yy, factor=1)
     conv2d_nchw_yy_o_o_i, conv2d_nchw_yy_o_i = s[conv2d_nchw].split(conv2d_nchw_yy_o_i, factor=1)
-    conv2d_nchw_yy_o_o_o_i, conv2d_nchw_yy_o_o_i = s[conv2d_nchw].split(conv2d_nchw_yy_o_o_i, factor=7)
-    conv2d_nchw_yy_o_o_o_o, conv2d_nchw_yy_o_o_o_i = s[conv2d_nchw].split(conv2d_nchw_yy_o_o_o_i, factor=1)
+    conv2d_nchw_yy_o_o_o_i, conv2d_nchw_yy_o_o_i = s[conv2d_nchw].split(conv2d_nchw_yy_o_o_i, factor=1)
+    conv2d_nchw_yy_o_o_o_o, conv2d_nchw_yy_o_o_o_i = s[conv2d_nchw].split(conv2d_nchw_yy_o_o_o_i, factor=7)
     conv2d_nchw_xx_o_i, conv2d_nchw_xx_i = s[conv2d_nchw].split(conv2d_nchw_xx, factor=1)
     conv2d_nchw_xx_o_o_i, conv2d_nchw_xx_o_i = s[conv2d_nchw].split(conv2d_nchw_xx_o_i, factor=1)
-    conv2d_nchw_xx_o_o_o_i, conv2d_nchw_xx_o_o_i = s[conv2d_nchw].split(conv2d_nchw_xx_o_o_i, factor=1)
-    conv2d_nchw_xx_o_o_o_o, conv2d_nchw_xx_o_o_o_i = s[conv2d_nchw].split(conv2d_nchw_xx_o_o_o_i, factor=7)
-    conv2d_nchw_rc_o_i, conv2d_nchw_rc_i = s[conv2d_nchw].split(conv2d_nchw_rc, factor=4)
-    conv2d_nchw_rc_o_o, conv2d_nchw_rc_o_i = s[conv2d_nchw].split(conv2d_nchw_rc_o_i, factor=1)
+    conv2d_nchw_xx_o_o_o_i, conv2d_nchw_xx_o_o_i = s[conv2d_nchw].split(conv2d_nchw_xx_o_o_i, factor=7)
+    conv2d_nchw_xx_o_o_o_o, conv2d_nchw_xx_o_o_o_i = s[conv2d_nchw].split(conv2d_nchw_xx_o_o_o_i, factor=1)
+    conv2d_nchw_rc_o_i, conv2d_nchw_rc_i = s[conv2d_nchw].split(conv2d_nchw_rc, factor=8)
+    conv2d_nchw_rc_o_o, conv2d_nchw_rc_o_i = s[conv2d_nchw].split(conv2d_nchw_rc_o_i, factor=8)
     conv2d_nchw_ry_o_i, conv2d_nchw_ry_i = s[conv2d_nchw].split(conv2d_nchw_ry, factor=1)
-    conv2d_nchw_ry_o_o, conv2d_nchw_ry_o_i = s[conv2d_nchw].split(conv2d_nchw_ry_o_i, factor=3)
-    conv2d_nchw_rx_o_i, conv2d_nchw_rx_i = s[conv2d_nchw].split(conv2d_nchw_rx, factor=1)
+    conv2d_nchw_ry_o_o, conv2d_nchw_ry_o_i = s[conv2d_nchw].split(conv2d_nchw_ry_o_i, factor=1)
+    conv2d_nchw_rx_o_i, conv2d_nchw_rx_i = s[conv2d_nchw].split(conv2d_nchw_rx, factor=3)
     conv2d_nchw_rx_o_o, conv2d_nchw_rx_o_i = s[conv2d_nchw].split(conv2d_nchw_rx_o_i, factor=1)
     s[conv2d_nchw].reorder(conv2d_nchw_nn_o_o_o_o, conv2d_nchw_ff_o_o_o_o, conv2d_nchw_yy_o_o_o_o, conv2d_nchw_xx_o_o_o_o, conv2d_nchw_nn_o_o_o_i, conv2d_nchw_ff_o_o_o_i, conv2d_nchw_yy_o_o_o_i, conv2d_nchw_xx_o_o_o_i, conv2d_nchw_nn_o_o_i, conv2d_nchw_ff_o_o_i, conv2d_nchw_yy_o_o_i, conv2d_nchw_xx_o_o_i, conv2d_nchw_rc_o_o, conv2d_nchw_ry_o_o, conv2d_nchw_rx_o_o, conv2d_nchw_rc_o_i, conv2d_nchw_ry_o_i, conv2d_nchw_rx_o_i, conv2d_nchw_nn_o_i, conv2d_nchw_ff_o_i, conv2d_nchw_yy_o_i, conv2 [...]
     compute_i0_o_i, compute_i0_i = s[compute].split(compute_i0, factor=1)
     compute_i0_o_o_i, compute_i0_o_i = s[compute].split(compute_i0_o_i, factor=1)
     compute_i0_o_o_o, compute_i0_o_o_i = s[compute].split(compute_i0_o_o_i, factor=1)
-    compute_i1_o_i, compute_i1_i = s[compute].split(compute_i1, factor=1)
+    compute_i1_o_i, compute_i1_i = s[compute].split(compute_i1, factor=2)
     compute_i1_o_o_i, compute_i1_o_i = s[compute].split(compute_i1_o_i, factor=8)
     compute_i1_o_o_o, compute_i1_o_o_i = s[compute].split(compute_i1_o_o_i, factor=1)
     compute_i2_o_i, compute_i2_i = s[compute].split(compute_i2, factor=1)
-    compute_i2_o_o_i, compute_i2_o_i = s[compute].split(compute_i2_o_i, factor=7)
-    compute_i2_o_o_o, compute_i2_o_o_i = s[compute].split(compute_i2_o_o_i, factor=1)
+    compute_i2_o_o_i, compute_i2_o_i = s[compute].split(compute_i2_o_i, factor=1)
+    compute_i2_o_o_o, compute_i2_o_o_i = s[compute].split(compute_i2_o_o_i, factor=7)
     compute_i3_o_i, compute_i3_i = s[compute].split(compute_i3, factor=1)
-    compute_i3_o_o_i, compute_i3_o_i = s[compute].split(compute_i3_o_i, factor=1)
-    compute_i3_o_o_o, compute_i3_o_o_i = s[compute].split(compute_i3_o_o_i, factor=7)
+    compute_i3_o_o_i, compute_i3_o_i = s[compute].split(compute_i3_o_i, factor=7)
+    compute_i3_o_o_o, compute_i3_o_o_i = s[compute].split(compute_i3_o_o_i, factor=1)
     s[compute].reorder(compute_i0_o_o_o, compute_i1_o_o_o, compute_i2_o_o_o, compute_i3_o_o_o, compute_i0_o_o_i, compute_i1_o_o_i, compute_i2_o_o_i, compute_i3_o_o_i, compute_i0_o_i, compute_i1_o_i, compute_i2_o_i, compute_i3_o_i, compute_i0_i, compute_i1_i, compute_i2_i, compute_i3_i)
     s[conv2d_nchw].compute_at(s[compute], compute_i3_o_i)
     kernel_shared = s.cache_read(kernel, "shared", [conv2d_nchw])
@@ -693,7 +969,7 @@ They can be used for debugging and learning the behavior of the auto-scheduler.
     compute_i0_o_i_i1_o_i_fused_i2_o_i_fused_i3_o_i_fused = s[compute].fuse(compute_i0_o_i, compute_i1_o_i, compute_i2_o_i, compute_i3_o_i)
     s[compute].bind(compute_i0_o_i_i1_o_i_fused_i2_o_i_fused_i3_o_i_fused, te.thread_axis("threadIdx.x"))
     kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused = s[kernel_shared].fuse(kernel_shared_ax0, kernel_shared_ax1, kernel_shared_ax2, kernel_shared_ax3)
-    kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o, kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused_i = s[kernel_shared].split(kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused, factor=1)
+    kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o, kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused_i = s[kernel_shared].split(kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused, factor=8)
     s[kernel_shared].vectorize(kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused_i)
     kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o_o, kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o_i = s[kernel_shared].split(kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o, factor=56)
     s[kernel_shared].bind(kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o_i, te.thread_axis("threadIdx.x"))
@@ -702,7 +978,7 @@ They can be used for debugging and learning the behavior of the auto-scheduler.
     s[pad_temp_shared].vectorize(pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused_i)
     pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o_o, pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o_i = s[pad_temp_shared].split(pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o, factor=56)
     s[pad_temp_shared].bind(pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o_i, te.thread_axis("threadIdx.x"))
-    s[conv2d_nchw].pragma(conv2d_nchw_nn_o_o_o_o, "auto_unroll_max_step", 1024)
+    s[conv2d_nchw].pragma(conv2d_nchw_nn_o_o_o_o, "auto_unroll_max_step", 512)
     s[conv2d_nchw].pragma(conv2d_nchw_nn_o_o_o_o, "unroll_explicit", True)
 
     CUDA source code:
@@ -721,316 +997,520 @@ They can be used for debugging and learning the behavior of the auto-scheduler.
       #define uint64_t unsigned long long
     #endif
     extern "C" __global__ void __launch_bounds__(56) default_function_kernel0(float* __restrict__ data, float* __restrict__ kernel, float* __restrict__ compute, float* __restrict__ bias) {
-      float conv2d_nchw[7];
-      __shared__ float pad_temp_shared[252];
-      __shared__ float kernel_shared[96];
+      float conv2d_nchw[14];
+      __shared__ float pad_temp_shared[4032];
+      __shared__ float kernel_shared[3072];
       conv2d_nchw[0] = 0.000000e+00f;
-      conv2d_nchw[1] = 0.000000e+00f;
       conv2d_nchw[2] = 0.000000e+00f;
-      conv2d_nchw[3] = 0.000000e+00f;
       conv2d_nchw[4] = 0.000000e+00f;
-      conv2d_nchw[5] = 0.000000e+00f;
       conv2d_nchw[6] = 0.000000e+00f;
-      for (int rc_outer_outer = 0; rc_outer_outer < 128; ++rc_outer_outer) {
-        __syncthreads();
-        pad_temp_shared[((int)threadIdx.x)] = (((7 <= ((int)threadIdx.x)) && (1 <= (((int)threadIdx.x) % 7))) ? data[(((rc_outer_outer * 196) + ((int)threadIdx.x)) - 8)] : 0.000000e+00f);
-        pad_temp_shared[(((int)threadIdx.x) + 56)] = ((((1 <= (((((int)threadIdx.x) / 7) + 8) % 9)) && ((((((int)threadIdx.x) / 7) + 8) % 9) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 56) / 63) * 49)) + ((((((int)threadIdx.x) / 7) + 8) % 9) * 7)) + (((int)threadIdx.x) % 7)) - 8)] : 0.000000e+00f);
-        pad_temp_shared[(((int)threadIdx.x) + 112)] = ((((1 <= (((((int)threadIdx.x) / 7) + 7) % 9)) && ((((((int)threadIdx.x) / 7) + 7) % 9) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 112) / 63) * 49)) + ((((((int)threadIdx.x) / 7) + 7) % 9) * 7)) + (((int)threadIdx.x) % 7)) - 8)] : 0.000000e+00f);
-        pad_temp_shared[(((int)threadIdx.x) + 168)] = ((((1 <= (((((int)threadIdx.x) / 7) + 6) % 9)) && ((((((int)threadIdx.x) / 7) + 6) % 9) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 168) / 63) * 49)) + ((((((int)threadIdx.x) / 7) + 6) % 9) * 7)) + (((int)threadIdx.x) % 7)) - 8)] : 0.000000e+00f);
-        if (((int)threadIdx.x) < 28) {
-          pad_temp_shared[(((int)threadIdx.x) + 224)] = (((((int)threadIdx.x) < 21) && (1 <= (((int)threadIdx.x) % 7))) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 224) / 63) * 49)) + (((((int)threadIdx.x) / 7) + 5) * 7)) + (((int)threadIdx.x) % 7)) - 8)] : 0.000000e+00f);
-        }
-        kernel_shared[((int)threadIdx.x)] = kernel[((((((int)blockIdx.x) * 36864) + ((((int)threadIdx.x) / 12) * 4608)) + (rc_outer_outer * 36)) + ((((int)threadIdx.x) % 12) * 3))];
-        if (((int)threadIdx.x) < 40) {
-          kernel_shared[(((int)threadIdx.x) + 56)] = kernel[((((((int)blockIdx.x) * 36864) + (((((int)threadIdx.x) + 56) / 12) * 4608)) + (rc_outer_outer * 36)) + (((((int)threadIdx.x) + 8) % 12) * 3))];
-        }
-        __syncthreads();
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[((((int)threadIdx.x) % 7) * 7)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 1)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 2)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 3)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 4)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 5)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 6)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 63)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 64)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 65)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 66)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 67)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 68)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 69)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 126)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 127)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 128)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 129)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 130)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 131)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 132)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 189)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 190)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 191)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 192)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 193)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 194)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 195)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 7)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 8)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 9)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 10)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 11)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 12)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 13)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 70)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 71)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 72)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 73)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 74)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 75)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 76)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 133)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 134)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 135)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 136)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 137)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 138)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 139)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 196)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 197)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 198)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 199)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 200)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 201)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 202)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 14)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 15)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 16)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 17)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 18)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 19)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 20)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 77)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 78)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 79)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 80)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 81)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 82)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 83)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 140)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 141)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 142)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 143)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 144)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 145)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 146)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 203)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 204)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 205)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 206)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 207)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 208)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 209)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-        __syncthreads();
-        pad_temp_shared[((int)threadIdx.x)] = ((7 <= ((int)threadIdx.x)) ? data[(((rc_outer_outer * 196) + ((int)threadIdx.x)) - 7)] : 0.000000e+00f);
-        pad_temp_shared[(((int)threadIdx.x) + 56)] = (((1 <= (((((int)threadIdx.x) / 7) + 8) % 9)) && ((((((int)threadIdx.x) / 7) + 8) % 9) < 8)) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 56) / 63) * 49)) + ((((((int)threadIdx.x) / 7) + 8) % 9) * 7)) + (((int)threadIdx.x) % 7)) - 7)] : 0.000000e+00f);
-        pad_temp_shared[(((int)threadIdx.x) + 112)] = (((1 <= (((((int)threadIdx.x) / 7) + 7) % 9)) && ((((((int)threadIdx.x) / 7) + 7) % 9) < 8)) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 112) / 63) * 49)) + ((((((int)threadIdx.x) / 7) + 7) % 9) * 7)) + (((int)threadIdx.x) % 7)) - 7)] : 0.000000e+00f);
-        pad_temp_shared[(((int)threadIdx.x) + 168)] = (((1 <= (((((int)threadIdx.x) / 7) + 6) % 9)) && ((((((int)threadIdx.x) / 7) + 6) % 9) < 8)) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 168) / 63) * 49)) + ((((((int)threadIdx.x) / 7) + 6) % 9) * 7)) + (((int)threadIdx.x) % 7)) - 7)] : 0.000000e+00f);
-        if (((int)threadIdx.x) < 28) {
-          pad_temp_shared[(((int)threadIdx.x) + 224)] = ((((int)threadIdx.x) < 21) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 224) / 63) * 49)) + (((((int)threadIdx.x) / 7) + 5) * 7)) + (((int)threadIdx.x) % 7)) - 7)] : 0.000000e+00f);
-        }
-        kernel_shared[((int)threadIdx.x)] = kernel[(((((((int)blockIdx.x) * 36864) + ((((int)threadIdx.x) / 12) * 4608)) + (rc_outer_outer * 36)) + ((((int)threadIdx.x) % 12) * 3)) + 1)];
-        if (((int)threadIdx.x) < 40) {
-          kernel_shared[(((int)threadIdx.x) + 56)] = kernel[(((((((int)blockIdx.x) * 36864) + (((((int)threadIdx.x) + 56) / 12) * 4608)) + (rc_outer_outer * 36)) + (((((int)threadIdx.x) + 8) % 12) * 3)) + 1)];
-        }
-        __syncthreads();
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[((((int)threadIdx.x) % 7) * 7)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 1)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 2)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 3)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 4)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 5)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 6)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 63)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 64)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 65)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 66)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 67)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 68)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 69)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 126)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 127)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 128)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 129)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 130)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 131)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 132)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 189)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 190)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 191)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 192)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 193)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 194)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 195)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 7)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 8)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 9)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 10)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 11)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 12)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 13)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 70)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 71)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 72)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 73)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 74)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 75)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 76)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 133)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 134)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 135)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 136)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 137)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 138)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 139)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 196)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 197)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 198)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 199)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 200)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 201)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 202)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 14)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 15)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 16)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 17)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 18)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 19)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 20)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 77)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 78)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 79)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 80)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 81)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 82)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 83)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 140)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 141)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 142)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 143)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 144)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 145)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 146)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 203)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 204)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 205)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 206)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 207)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 208)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 209)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-        __syncthreads();
-        pad_temp_shared[((int)threadIdx.x)] = (((7 <= ((int)threadIdx.x)) && ((((int)threadIdx.x) % 7) < 6)) ? data[(((rc_outer_outer * 196) + ((int)threadIdx.x)) - 6)] : 0.000000e+00f);
-        pad_temp_shared[(((int)threadIdx.x) + 56)] = ((((1 <= (((((int)threadIdx.x) / 7) + 8) % 9)) && ((((((int)threadIdx.x) / 7) + 8) % 9) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 56) / 63) * 49)) + ((((((int)threadIdx.x) / 7) + 8) % 9) * 7)) + (((int)threadIdx.x) % 7)) - 6)] : 0.000000e+00f);
-        pad_temp_shared[(((int)threadIdx.x) + 112)] = ((((1 <= (((((int)threadIdx.x) / 7) + 7) % 9)) && ((((((int)threadIdx.x) / 7) + 7) % 9) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 112) / 63) * 49)) + ((((((int)threadIdx.x) / 7) + 7) % 9) * 7)) + (((int)threadIdx.x) % 7)) - 6)] : 0.000000e+00f);
-        pad_temp_shared[(((int)threadIdx.x) + 168)] = ((((1 <= (((((int)threadIdx.x) / 7) + 6) % 9)) && ((((((int)threadIdx.x) / 7) + 6) % 9) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 168) / 63) * 49)) + ((((((int)threadIdx.x) / 7) + 6) % 9) * 7)) + (((int)threadIdx.x) % 7)) - 6)] : 0.000000e+00f);
-        if (((int)threadIdx.x) < 28) {
-          pad_temp_shared[(((int)threadIdx.x) + 224)] = (((((int)threadIdx.x) < 21) && ((((int)threadIdx.x) % 7) < 6)) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 224) / 63) * 49)) + (((((int)threadIdx.x) / 7) + 5) * 7)) + (((int)threadIdx.x) % 7)) - 6)] : 0.000000e+00f);
-        }
-        kernel_shared[((int)threadIdx.x)] = kernel[(((((((int)blockIdx.x) * 36864) + ((((int)threadIdx.x) / 12) * 4608)) + (rc_outer_outer * 36)) + ((((int)threadIdx.x) % 12) * 3)) + 2)];
-        if (((int)threadIdx.x) < 40) {
-          kernel_shared[(((int)threadIdx.x) + 56)] = kernel[(((((((int)blockIdx.x) * 36864) + (((((int)threadIdx.x) + 56) / 12) * 4608)) + (rc_outer_outer * 36)) + (((((int)threadIdx.x) + 8) % 12) * 3)) + 2)];
+      conv2d_nchw[8] = 0.000000e+00f;
+      conv2d_nchw[10] = 0.000000e+00f;
+      conv2d_nchw[12] = 0.000000e+00f;
+      conv2d_nchw[1] = 0.000000e+00f;
+      conv2d_nchw[3] = 0.000000e+00f;
+      conv2d_nchw[5] = 0.000000e+00f;
+      conv2d_nchw[7] = 0.000000e+00f;
+      conv2d_nchw[9] = 0.000000e+00f;
+      conv2d_nchw[11] = 0.000000e+00f;
+      conv2d_nchw[13] = 0.000000e+00f;
+      for (int rc_outer_outer = 0; rc_outer_outer < 8; ++rc_outer_outer) {
+        for (int ry_outer_outer = 0; ry_outer_outer < 3; ++ry_outer_outer) {
+          __syncthreads();
+          pad_temp_shared[((int)threadIdx.x)] = (((((1 <= ((((int)threadIdx.x) / 9) + ry_outer_outer)) && (((((int)threadIdx.x) / 9) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 9))) && ((((int)threadIdx.x) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + ((((int)threadIdx.x) / 9) * 7)) + (ry_outer_outer * 7)) + (((int)threadIdx.x) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 56)] = (((((1 <= ((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 2) % 9))) && (((((int)threadIdx.x) + 2) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 56) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 2) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 112)] = (((((1 <= ((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 4) % 9))) && (((((int)threadIdx.x) + 4) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 112) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 4) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 168)] = (((((1 <= ((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 6) % 9))) && (((((int)threadIdx.x) + 6) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 168) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 6) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 224)] = (((((1 <= ((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 8) % 9))) && (((((int)threadIdx.x) + 8) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 224) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 8) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 280)] = (((((1 <= ((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 1) % 9))) && (((((int)threadIdx.x) + 1) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 280) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 1) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 336)] = (((((1 <= ((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 3) % 9))) && (((((int)threadIdx.x) + 3) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 336) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 3) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 392)] = (((((1 <= ((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 5) % 9))) && (((((int)threadIdx.x) + 5) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 392) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 5) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 448)] = (((((1 <= ((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 7) % 9))) && (((((int)threadIdx.x) + 7) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 448) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 7) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 504)] = (((((1 <= ((((int)threadIdx.x) / 9) + ry_outer_outer)) && (((((int)threadIdx.x) / 9) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 9))) && ((((int)threadIdx.x) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + ((((int)threadIdx.x) / 9) * 7)) + (ry_outer_outer * 7)) + (((int)threadIdx.x) % 9)) + 384)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 560)] = (((((1 <= ((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 2) % 9))) && (((((int)threadIdx.x) + 2) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 560) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 2) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 616)] = (((((1 <= ((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 4) % 9))) && (((((int)threadIdx.x) + 4) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 616) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 4) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 672)] = (((((1 <= ((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 6) % 9))) && (((((int)threadIdx.x) + 6) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 672) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 6) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 728)] = (((((1 <= ((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 8) % 9))) && (((((int)threadIdx.x) + 8) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 728) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 8) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 784)] = (((((1 <= ((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 1) % 9))) && (((((int)threadIdx.x) + 1) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 784) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 1) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 840)] = (((((1 <= ((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 3) % 9))) && (((((int)threadIdx.x) + 3) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 840) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 3) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 896)] = (((((1 <= ((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 5) % 9))) && (((((int)threadIdx.x) + 5) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 896) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 5) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 952)] = (((((1 <= ((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 7) % 9))) && (((((int)threadIdx.x) + 7) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 952) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 7) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1008)] = (((((1 <= ((((int)threadIdx.x) / 9) + ry_outer_outer)) && (((((int)threadIdx.x) / 9) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 9))) && ((((int)threadIdx.x) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + ((((int)threadIdx.x) / 9) * 7)) + (ry_outer_outer * 7)) + (((int)threadIdx.x) % 9)) + 776)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1064)] = (((((1 <= ((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 2) % 9))) && (((((int)threadIdx.x) + 2) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1064) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 2) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1120)] = (((((1 <= ((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 4) % 9))) && (((((int)threadIdx.x) + 4) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1120) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 4) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1176)] = (((((1 <= ((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 6) % 9))) && (((((int)threadIdx.x) + 6) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1176) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 6) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1232)] = (((((1 <= ((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 8) % 9))) && (((((int)threadIdx.x) + 8) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1232) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 8) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1288)] = (((((1 <= ((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 1) % 9))) && (((((int)threadIdx.x) + 1) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1288) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 1) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1344)] = (((((1 <= ((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 3) % 9))) && (((((int)threadIdx.x) + 3) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1344) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 3) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1400)] = (((((1 <= ((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 5) % 9))) && (((((int)threadIdx.x) + 5) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1400) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 5) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1456)] = (((((1 <= ((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 7) % 9))) && (((((int)threadIdx.x) + 7) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1456) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 7) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1512)] = (((((1 <= ((((int)threadIdx.x) / 9) + ry_outer_outer)) && (((((int)threadIdx.x) / 9) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 9))) && ((((int)threadIdx.x) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + ((((int)threadIdx.x) / 9) * 7)) + (ry_outer_outer * 7)) + (((int)threadIdx.x) % 9)) + 1168)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1568)] = (((((1 <= ((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 2) % 9))) && (((((int)threadIdx.x) + 2) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1568) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 2) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1624)] = (((((1 <= ((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 4) % 9))) && (((((int)threadIdx.x) + 4) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1624) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 4) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1680)] = (((((1 <= ((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 6) % 9))) && (((((int)threadIdx.x) + 6) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1680) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 6) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1736)] = (((((1 <= ((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 8) % 9))) && (((((int)threadIdx.x) + 8) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1736) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 8) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1792)] = (((((1 <= ((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 1) % 9))) && (((((int)threadIdx.x) + 1) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1792) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 1) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1848)] = (((((1 <= ((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 3) % 9))) && (((((int)threadIdx.x) + 3) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1848) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 3) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1904)] = (((((1 <= ((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 5) % 9))) && (((((int)threadIdx.x) + 5) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1904) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 5) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1960)] = (((((1 <= ((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 7) % 9))) && (((((int)threadIdx.x) + 7) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1960) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 7) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 2016)] = (((((1 <= ((((int)threadIdx.x) / 9) + ry_outer_outer)) && (((((int)threadIdx.x) / 9) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 9))) && ((((int)threadIdx.x) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + ((((int)threadIdx.x) / 9) * 7)) + (ry_outer_outer * 7)) + (((int)threadIdx.x) % 9)) + 1560)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 2072)] = (((((1 <= ((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 2) % 9))) && (((((int)threadIdx.x) + 2) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2072) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 2) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 2128)] = (((((1 <= ((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 4) % 9))) && (((((int)threadIdx.x) + 4) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2128) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 4) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 2184)] = (((((1 <= ((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 6) % 9))) && (((((int)threadIdx.x) + 6) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2184) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 6) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 2240)] = (((((1 <= ((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 8) % 9))) && (((((int)threadIdx.x) + 8) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2240) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 8) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 2296)] = (((((1 <= ((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 1) % 9))) && (((((int)threadIdx.x) + 1) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2296) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 1) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 2352)] = (((((1 <= ((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 3) % 9))) && (((((int)threadIdx.x) + 3) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2352) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 3) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 2408)] = (((((1 <= ((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 5) % 9))) && (((((int)threadIdx.x) + 5) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2408) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 5) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 2464)] = (((((1 <= ((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 7) % 9))) && (((((int)threadIdx.x) + 7) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2464) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 7) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 2520)] = (((((1 <= ((((int)threadIdx.x) / 9) + ry_outer_outer)) && (((((int)threadIdx.x) / 9) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 9))) && ((((int)threadIdx.x) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + ((((int)threadIdx.x) / 9) * 7)) + (ry_outer_outer * 7)) + (((int)threadIdx.x) % 9)) + 1952)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 2576)] = (((((1 <= ((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 2) % 9))) && (((((int)threadIdx.x) + 2) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2576) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 2) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 2632)] = (((((1 <= ((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 4) % 9))) && (((((int)threadIdx.x) + 4) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2632) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 4) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 2688)] = (((((1 <= ((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 6) % 9))) && (((((int)threadIdx.x) + 6) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2688) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 6) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 2744)] = (((((1 <= ((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 8) % 9))) && (((((int)threadIdx.x) + 8) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2744) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 8) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 2800)] = (((((1 <= ((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 1) % 9))) && (((((int)threadIdx.x) + 1) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2800) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 1) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 2856)] = (((((1 <= ((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 3) % 9))) && (((((int)threadIdx.x) + 3) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2856) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 3) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 2912)] = (((((1 <= ((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 5) % 9))) && (((((int)threadIdx.x) + 5) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2912) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 5) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 2968)] = (((((1 <= ((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 7) % 9))) && (((((int)threadIdx.x) + 7) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2968) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 7) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 3024)] = (((((1 <= ((((int)threadIdx.x) / 9) + ry_outer_outer)) && (((((int)threadIdx.x) / 9) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 9))) && ((((int)threadIdx.x) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + ((((int)threadIdx.x) / 9) * 7)) + (ry_outer_outer * 7)) + (((int)threadIdx.x) % 9)) + 2344)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 3080)] = (((((1 <= ((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 2) % 9))) && (((((int)threadIdx.x) + 2) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3080) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 2) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 3136)] = (((((1 <= ((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 4) % 9))) && (((((int)threadIdx.x) + 4) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3136) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 4) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 3192)] = (((((1 <= ((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 6) % 9))) && (((((int)threadIdx.x) + 6) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3192) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 6) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 3248)] = (((((1 <= ((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 8) % 9))) && (((((int)threadIdx.x) + 8) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3248) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 8) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 3304)] = (((((1 <= ((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 1) % 9))) && (((((int)threadIdx.x) + 1) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3304) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 1) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 3360)] = (((((1 <= ((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 3) % 9))) && (((((int)threadIdx.x) + 3) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3360) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 3) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 3416)] = (((((1 <= ((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 5) % 9))) && (((((int)threadIdx.x) + 5) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3416) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 5) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 3472)] = (((((1 <= ((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 7) % 9))) && (((((int)threadIdx.x) + 7) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3472) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 7) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 3528)] = (((((1 <= ((((int)threadIdx.x) / 9) + ry_outer_outer)) && (((((int)threadIdx.x) / 9) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 9))) && ((((int)threadIdx.x) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + ((((int)threadIdx.x) / 9) * 7)) + (ry_outer_outer * 7)) + (((int)threadIdx.x) % 9)) + 2736)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 3584)] = (((((1 <= ((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 2) % 9))) && (((((int)threadIdx.x) + 2) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3584) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 2) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 3640)] = (((((1 <= ((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 4) % 9))) && (((((int)threadIdx.x) + 4) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3640) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 4) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 3696)] = (((((1 <= ((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 6) % 9))) && (((((int)threadIdx.x) + 6) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3696) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 6) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 3752)] = (((((1 <= ((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 8) % 9))) && (((((int)threadIdx.x) + 8) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3752) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 8) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 3808)] = (((((1 <= ((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 1) % 9))) && (((((int)threadIdx.x) + 1) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3808) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 1) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 3864)] = (((((1 <= ((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 3) % 9))) && (((((int)threadIdx.x) + 3) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3864) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 3) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 3920)] = (((((1 <= ((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 5) % 9))) && (((((int)threadIdx.x) + 5) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3920) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 5) % 9)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 3976)] = (((((1 <= ((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer)) && (((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer) < 8)) && (1 <= ((((int)threadIdx.x) + 7) % 9))) && (((((int)threadIdx.x) + 7) % 9) < 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3976) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 7) % 9)) - 8)] : 0.000000e+00f);
+          kernel_shared[(((int)threadIdx.x) * 8)] = kernel[((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((int)threadIdx.x) % 24) * 8) / 3) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 1)] = kernel[((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) % 24) * 8) + 1) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 2)] = kernel[((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) % 24) * 8) + 2) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 3)] = kernel[((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 1) & 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 4)] = kernel[((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) % 24) * 8) + 4) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 5)] = kernel[((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) % 24) * 8) + 5) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 6)] = kernel[((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 2) & 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 7)] = kernel[((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) % 24) * 8) + 7) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 448)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 56) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 64) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 449)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 56) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 65) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 450)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 56) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 22) & 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 451)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 56) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((((int)threadIdx.x) * 8) + 448) / 3) + 1) & 63) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 452)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 56) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 68) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 453)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 56) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 23) & 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 454)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 56) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((((int)threadIdx.x) * 8) + 448) / 3) + 2) & 63) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 455)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 56) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 71) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 896)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 112) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 128) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 897)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 112) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 43) & 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 898)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 112) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 130) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 899)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 112) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((((int)threadIdx.x) * 8) + 896) / 3) + 1) & 63) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 900)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 112) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 44) & 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 901)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 112) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 133) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 902)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 112) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((((int)threadIdx.x) * 8) + 896) / 3) + 2) & 63) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 903)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 112) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 45) & 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 1344)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((int)threadIdx.x) % 24) * 8) / 3) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3)) + 32256)];
+          kernel_shared[((((int)threadIdx.x) * 8) + 1345)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 1) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3)) + 32256)];
+          kernel_shared[((((int)threadIdx.x) * 8) + 1346)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 2) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3)) + 32256)];
+          kernel_shared[((((int)threadIdx.x) * 8) + 1347)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 1) & 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3)) + 32256)];
+          kernel_shared[((((int)threadIdx.x) * 8) + 1348)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 4) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3)) + 32256)];
+          kernel_shared[((((int)threadIdx.x) * 8) + 1349)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 5) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3)) + 32256)];
+          kernel_shared[((((int)threadIdx.x) * 8) + 1350)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 2) & 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3)) + 32256)];
+          kernel_shared[((((int)threadIdx.x) * 8) + 1351)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 7) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3)) + 32256)];
+          kernel_shared[((((int)threadIdx.x) * 8) + 1792)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 224) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 64) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 1793)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 224) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 65) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 1794)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 224) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 22) & 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 1795)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 224) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((((int)threadIdx.x) * 8) + 1792) / 3) + 1) & 63) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 1796)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 224) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 68) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 1797)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 224) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 23) & 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 1798)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 224) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((((int)threadIdx.x) * 8) + 1792) / 3) + 2) & 63) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 1799)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 224) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 71) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 2240)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 280) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 128) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 2241)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 280) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 43) & 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 2242)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 280) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 130) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 2243)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 280) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((((int)threadIdx.x) * 8) + 2240) / 3) + 1) & 63) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 2244)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 280) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 44) & 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 2245)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 280) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 133) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 2246)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 280) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((((int)threadIdx.x) * 8) + 2240) / 3) + 2) & 63) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+          kernel_shared[((((int)threadIdx.x) * 8) + 2247)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 280) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 45) & 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+          if (((int)threadIdx.x) < 48) {
+            kernel_shared[((((int)threadIdx.x) * 8) + 2688)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((int)threadIdx.x) % 24) * 8) / 3) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3)) + 64512)];
+          }
+          if (((int)threadIdx.x) < 48) {
+            kernel_shared[((((int)threadIdx.x) * 8) + 2689)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 1) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3)) + 64512)];
+          }
+          if (((int)threadIdx.x) < 48) {
+            kernel_shared[((((int)threadIdx.x) * 8) + 2690)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 2) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3)) + 64512)];
+          }
+          if (((int)threadIdx.x) < 48) {
+            kernel_shared[((((int)threadIdx.x) * 8) + 2691)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 1) & 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3)) + 64512)];
+          }
+          if (((int)threadIdx.x) < 48) {
+            kernel_shared[((((int)threadIdx.x) * 8) + 2692)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 4) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3)) + 64512)];
+          }
+          if (((int)threadIdx.x) < 48) {
+            kernel_shared[((((int)threadIdx.x) * 8) + 2693)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 5) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3)) + 64512)];
+          }
+          if (((int)threadIdx.x) < 48) {
+            kernel_shared[((((int)threadIdx.x) * 8) + 2694)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 2) & 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3)) + 64512)];
+          }
+          if (((int)threadIdx.x) < 48) {
+            kernel_shared[((((int)threadIdx.x) * 8) + 2695)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 7) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3)) + 64512)];
+          }
+          __syncthreads();
+          for (int rc_outer_inner = 0; rc_outer_inner < 8; ++rc_outer_inner) {
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[((rc_outer_inner * 504) + (((int)threadIdx.x) % 7))] * kernel_shared[(((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24))]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 9)] * kernel_shared[(((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24))]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 18)] * kernel_shared[(((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24))]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 27)] * kernel_shared[(((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24))]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 36)] * kernel_shared[(((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24))]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 45)] * kernel_shared[(((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24))]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 54)] * kernel_shared[(((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24))]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[((rc_outer_inner * 504) + (((int)threadIdx.x) % 7))] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 192)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 9)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 192)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 18)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 192)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 27)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 192)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 36)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 192)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 45)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 192)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 54)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 192)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 1)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 1)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 10)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 1)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 19)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 1)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 28)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 1)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 37)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 1)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 46)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 1)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 55)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 1)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 1)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 193)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 10)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 193)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 19)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 193)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 28)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 193)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 37)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 193)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 46)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 193)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 55)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 193)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 2)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 2)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 11)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 2)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 20)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 2)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 29)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 2)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 38)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 2)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 47)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 2)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 56)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 2)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 2)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 194)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 11)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 194)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 20)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 194)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 29)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 194)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 38)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 194)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 47)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 194)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 56)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 194)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 63)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 3)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 72)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 3)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 81)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 3)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 90)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 3)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 99)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 3)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 108)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 3)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 117)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 3)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 63)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 195)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 72)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 195)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 81)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 195)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 90)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 195)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 99)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 195)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 108)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 195)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 117)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 195)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 64)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 4)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 73)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 4)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 82)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 4)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 91)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 4)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 100)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 4)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 109)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 4)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 118)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 4)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 64)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 196)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 73)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 196)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 82)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 196)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 91)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 196)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 100)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 196)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 109)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 196)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 118)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 196)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 65)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 5)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 74)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 5)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 83)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 5)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 92)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 5)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 101)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 5)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 110)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 5)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 119)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 5)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 65)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 197)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 74)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 197)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 83)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 197)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 92)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 197)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 101)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 197)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 110)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 197)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 119)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 197)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 126)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 6)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 135)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 6)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 144)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 6)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 153)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 6)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 162)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 6)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 171)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 6)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 180)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 6)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 126)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 198)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 135)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 198)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 144)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 198)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 153)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 198)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 162)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 198)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 171)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 198)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 180)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 198)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 127)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 7)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 136)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 7)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 145)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 7)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 154)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 7)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 163)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 7)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 172)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 7)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 181)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 7)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 127)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 199)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 136)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 199)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 145)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 199)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 154)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 199)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 163)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 199)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 172)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 199)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 181)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 199)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 128)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 8)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 137)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 8)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 146)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 8)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 155)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 8)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 164)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 8)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 173)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 8)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 182)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 8)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 128)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 200)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 137)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 200)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 146)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 200)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 155)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 200)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 164)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 200)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 173)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 200)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 182)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 200)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 189)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 9)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 198)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 9)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 207)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 9)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 216)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 9)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 225)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 9)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 234)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 9)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 243)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 9)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 189)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 201)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 198)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 201)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 207)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 201)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 216)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 201)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 225)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 201)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 234)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 201)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 243)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 201)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 190)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 10)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 199)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 10)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 208)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 10)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 217)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 10)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 226)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 10)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 235)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 10)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 244)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 10)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 190)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 202)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 199)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 202)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 208)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 202)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 217)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 202)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 226)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 202)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 235)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 202)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 244)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 202)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 191)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 11)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 200)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 11)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 209)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 11)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 218)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 11)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 227)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 11)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 236)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 11)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 245)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 11)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 191)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 203)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 200)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 203)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 209)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 203)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 218)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 203)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 227)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 203)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 236)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 203)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 245)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 203)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 252)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 12)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 261)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 12)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 270)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 12)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 279)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 12)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 288)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 12)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 297)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 12)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 306)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 12)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 252)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 204)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 261)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 204)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 270)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 204)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 279)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 204)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 288)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 204)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 297)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 204)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 306)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 204)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 253)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 13)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 262)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 13)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 271)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 13)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 280)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 13)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 289)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 13)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 298)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 13)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 307)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 13)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 253)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 205)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 262)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 205)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 271)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 205)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 280)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 205)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 289)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 205)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 298)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 205)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 307)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 205)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 254)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 14)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 263)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 14)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 272)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 14)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 281)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 14)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 290)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 14)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 299)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 14)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 308)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 14)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 254)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 206)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 263)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 206)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 272)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 206)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 281)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 206)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 290)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 206)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 299)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 206)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 308)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 206)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 315)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 15)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 324)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 15)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 333)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 15)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 342)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 15)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 351)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 15)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 360)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 15)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 369)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 15)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 315)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 207)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 324)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 207)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 333)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 207)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 342)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 207)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 351)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 207)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 360)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 207)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 369)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 207)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 316)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 16)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 325)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 16)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 334)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 16)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 343)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 16)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 352)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 16)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 361)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 16)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 370)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 16)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 316)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 208)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 325)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 208)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 334)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 208)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 343)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 208)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 352)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 208)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 361)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 208)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 370)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 208)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 317)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 17)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 326)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 17)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 335)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 17)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 344)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 17)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 353)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 17)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 362)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 17)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 371)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 17)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 317)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 209)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 326)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 209)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 335)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 209)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 344)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 209)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 353)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 209)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 362)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 209)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 371)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 209)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 378)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 18)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 387)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 18)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 396)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 18)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 405)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 18)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 414)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 18)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 423)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 18)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 432)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 18)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 378)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 210)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 387)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 210)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 396)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 210)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 405)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 210)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 414)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 210)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 423)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 210)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 432)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 210)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 379)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 19)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 388)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 19)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 397)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 19)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 406)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 19)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 415)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 19)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 424)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 19)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 433)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 19)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 379)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 211)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 388)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 211)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 397)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 211)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 406)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 211)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 415)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 211)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 424)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 211)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 433)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 211)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 380)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 20)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 389)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 20)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 398)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 20)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 407)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 20)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 416)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 20)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 425)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 20)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 434)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 20)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 380)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 212)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 389)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 212)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 398)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 212)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 407)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 212)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 416)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 212)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 425)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 212)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 434)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 212)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 441)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 21)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 450)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 21)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 459)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 21)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 468)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 21)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 477)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 21)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 486)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 21)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 495)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 21)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 441)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 213)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 450)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 213)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 459)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 213)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 468)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 213)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 477)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 213)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 486)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 213)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 495)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 213)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 442)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 22)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 451)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 22)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 460)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 22)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 469)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 22)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 478)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 22)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 487)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 22)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 496)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 22)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 442)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 214)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 451)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 214)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 460)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 214)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 469)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 214)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 478)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 214)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 487)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 214)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 496)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 214)]));
+            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 443)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 23)]));
+            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 452)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 23)]));
+            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 461)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 23)]));
+            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 470)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 23)]));
+            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 479)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 23)]));
+            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 488)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 23)]));
+            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 497)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 23)]));
+            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 443)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 215)]));
+            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 452)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 215)]));
+            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 461)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 215)]));
+            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 470)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 215)]));
+            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 479)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 215)]));
+            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 488)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 215)]));
+            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 497)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 215)]));
+          }
         }
-        __syncthreads();
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[((((int)threadIdx.x) % 7) * 7)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 1)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 2)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 3)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 4)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 5)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 6)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 63)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 64)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 65)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 66)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 67)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 68)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 69)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 126)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 127)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 128)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 129)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 130)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 131)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 132)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 189)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 190)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 191)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 192)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 193)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 194)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 195)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 7)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 8)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 9)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 10)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 11)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 12)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 13)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 70)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 71)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 72)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 73)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 74)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 75)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 76)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 133)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 134)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 135)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 136)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 137)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 138)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 139)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 196)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 197)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 198)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 199)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 200)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 201)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 202)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 14)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 15)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 16)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 17)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 18)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 19)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 20)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 77)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 78)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 79)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 80)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 81)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 82)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 83)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 140)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 141)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 142)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 143)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 144)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 145)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 146)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 203)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 204)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 205)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 206)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 207)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 208)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 209)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
       }
-      compute[((((int)blockIdx.x) * 392) + (((int)threadIdx.x) * 7))] = max((conv2d_nchw[0] + bias[((((int)blockIdx.x) * 8) + (((int)threadIdx.x) / 7))]), 0.000000e+00f);
-      compute[(((((int)blockIdx.x) * 392) + (((int)threadIdx.x) * 7)) + 1)] = max((conv2d_nchw[1] + bias[((((int)blockIdx.x) * 8) + (((int)threadIdx.x) / 7))]), 0.000000e+00f);
-      compute[(((((int)blockIdx.x) * 392) + (((int)threadIdx.x) * 7)) + 2)] = max((conv2d_nchw[2] + bias[((((int)blockIdx.x) * 8) + (((int)threadIdx.x) / 7))]), 0.000000e+00f);
-      compute[(((((int)blockIdx.x) * 392) + (((int)threadIdx.x) * 7)) + 3)] = max((conv2d_nchw[3] + bias[((((int)blockIdx.x) * 8) + (((int)threadIdx.x) / 7))]), 0.000000e+00f);
-      compute[(((((int)blockIdx.x) * 392) + (((int)threadIdx.x) * 7)) + 4)] = max((conv2d_nchw[4] + bias[((((int)blockIdx.x) * 8) + (((int)threadIdx.x) / 7))]), 0.000000e+00f);
-      compute[(((((int)blockIdx.x) * 392) + (((int)threadIdx.x) * 7)) + 5)] = max((conv2d_nchw[5] + bias[((((int)blockIdx.x) * 8) + (((int)threadIdx.x) / 7))]), 0.000000e+00f);
-      compute[(((((int)blockIdx.x) * 392) + (((int)threadIdx.x) * 7)) + 6)] = max((conv2d_nchw[6] + bias[((((int)blockIdx.x) * 8) + (((int)threadIdx.x) / 7))]), 0.000000e+00f);
+      for (int i1_inner = 0; i1_inner < 2; ++i1_inner) {
+        compute[((((((int)blockIdx.x) * 784) + ((((int)threadIdx.x) / 7) * 98)) + (i1_inner * 49)) + (((int)threadIdx.x) % 7))] = max((conv2d_nchw[i1_inner] + bias[(((((int)blockIdx.x) * 16) + ((((int)threadIdx.x) / 7) * 2)) + i1_inner)]), 0.000000e+00f);
+        compute[(((((((int)blockIdx.x) * 784) + ((((int)threadIdx.x) / 7) * 98)) + (i1_inner * 49)) + (((int)threadIdx.x) % 7)) + 7)] = max((conv2d_nchw[(i1_inner + 2)] + bias[(((((int)blockIdx.x) * 16) + ((((int)threadIdx.x) / 7) * 2)) + i1_inner)]), 0.000000e+00f);
+        compute[(((((((int)blockIdx.x) * 784) + ((((int)threadIdx.x) / 7) * 98)) + (i1_inner * 49)) + (((int)threadIdx.x) % 7)) + 14)] = max((conv2d_nchw[(i1_inner + 4)] + bias[(((((int)blockIdx.x) * 16) + ((((int)threadIdx.x) / 7) * 2)) + i1_inner)]), 0.000000e+00f);
+        compute[(((((((int)blockIdx.x) * 784) + ((((int)threadIdx.x) / 7) * 98)) + (i1_inner * 49)) + (((int)threadIdx.x) % 7)) + 21)] = max((conv2d_nchw[(i1_inner + 6)] + bias[(((((int)blockIdx.x) * 16) + ((((int)threadIdx.x) / 7) * 2)) + i1_inner)]), 0.000000e+00f);
+        compute[(((((((int)blockIdx.x) * 784) + ((((int)threadIdx.x) / 7) * 98)) + (i1_inner * 49)) + (((int)threadIdx.x) % 7)) + 28)] = max((conv2d_nchw[(i1_inner + 8)] + bias[(((((int)blockIdx.x) * 16) + ((((int)threadIdx.x) / 7) * 2)) + i1_inner)]), 0.000000e+00f);
+        compute[(((((((int)blockIdx.x) * 784) + ((((int)threadIdx.x) / 7) * 98)) + (i1_inner * 49)) + (((int)threadIdx.x) % 7)) + 35)] = max((conv2d_nchw[(i1_inner + 10)] + bias[(((((int)blockIdx.x) * 16) + ((((int)threadIdx.x) / 7) * 2)) + i1_inner)]), 0.000000e+00f);
+        compute[(((((((int)blockIdx.x) * 784) + ((((int)threadIdx.x) / 7) * 98)) + (i1_inner * 49)) + (((int)threadIdx.x) % 7)) + 42)] = max((conv2d_nchw[(i1_inner + 12)] + bias[(((((int)blockIdx.x) * 16) + ((((int)threadIdx.x) / 7) * 2)) + i1_inner)]), 0.000000e+00f);
+      }
     }
 
 
@@ -1088,7 +1568,7 @@ In the example below we resume the status and do more 5 trials.
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 2 minutes  20.378 seconds)
+   **Total running time of the script:** ( 2 minutes  26.916 seconds)
 
 
 .. _sphx_glr_download_how_to_tune_with_autoscheduler_tune_conv2d_layer_cuda.py:
diff --git a/docs/_sources/how_to/tune_with_autoscheduler/tune_network_cuda.rst.txt b/docs/_sources/how_to/tune_with_autoscheduler/tune_network_cuda.rst.txt
index f9f21e8..f58bbeb 100644
--- a/docs/_sources/how_to/tune_with_autoscheduler/tune_network_cuda.rst.txt
+++ b/docs/_sources/how_to/tune_with_autoscheduler/tune_network_cuda.rst.txt
@@ -614,7 +614,7 @@ so we can read the log file and load the best schedules.
     Evaluate inference time cost...
     Execution time summary:
      mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)  
-       9.8411       9.8492       9.8565       9.8174       0.0170   
+       9.8424       9.8489       9.8875       9.7908       0.0397   
                
 
 
diff --git a/docs/_sources/how_to/tune_with_autoscheduler/tune_network_x86.rst.txt b/docs/_sources/how_to/tune_with_autoscheduler/tune_network_x86.rst.txt
index 598e976..20171c1 100644
--- a/docs/_sources/how_to/tune_with_autoscheduler/tune_network_x86.rst.txt
+++ b/docs/_sources/how_to/tune_with_autoscheduler/tune_network_x86.rst.txt
@@ -633,7 +633,7 @@ so we can read the log file and load the best schedules.
     Evaluate inference time cost...
     Execution time summary:
      mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)  
-      765.1578     768.6643     770.5232     756.2858      6.3192   
+      773.3133     773.8005     775.9021     770.2373      2.3382   
                
 
 
@@ -658,7 +658,7 @@ Other Tips
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  19.521 seconds)
+   **Total running time of the script:** ( 1 minutes  23.017 seconds)
 
 
 .. _sphx_glr_download_how_to_tune_with_autoscheduler_tune_network_x86.py:
diff --git a/docs/_sources/how_to/tune_with_autoscheduler/tune_sparse_x86.rst.txt b/docs/_sources/how_to/tune_with_autoscheduler/tune_sparse_x86.rst.txt
index 0f7008a..9be40cc 100644
--- a/docs/_sources/how_to/tune_with_autoscheduler/tune_sparse_x86.rst.txt
+++ b/docs/_sources/how_to/tune_with_autoscheduler/tune_sparse_x86.rst.txt
@@ -362,31 +362,75 @@ layout transformation, parallelization, vectorization, unrolling, and operator f
                  placeholder_4: Buffer(placeholder_14: Pointer(float32), float32, [65536], []),
                  compute: Buffer(compute_2: Pointer(float32), float32, [65536], [])}
       buffer_map = {placeholder_5: placeholder, placeholder_6: placeholder_1, placeholder_7: placeholder_2, placeholder_8: placeholder_3, placeholder_9: placeholder_4, compute_1: compute} {
-      for (i0.outer.i1.outer.fused: int32, 0, 32) "parallel" {
-        allocate(compute_3: Pointer(global float32), float32, [2048]), storage_scope = global {
-          for (i.outer.inner: int32, 0, 8) {
-            for (nb_j.inner: int32, 0, 2) {
-              for (i.inner.init: int32, 0, 8) {
-                for (j.init: int32, 0, 16) {
-                  compute_4: Buffer(compute_3, float32, [2048], [])[((((i.outer.inner*256) + (i.inner.init*32)) + (nb_j.inner*16)) + j.init)] = 0f32
-                }
+      for (i0.outer.i1.outer.fused: int32, 0, 256) "parallel" {
+        allocate(compute_3: Pointer(global float32), float32, [256]), storage_scope = global {
+          for (i.outer.inner: int32, 0, 2) {
+            for (i.inner.init: int32, 0, 8) {
+              let cse_var_1: int32 = ((i.outer.inner*128) + (i.inner.init*16))
+               {
+                compute_4: Buffer(compute_3, float32, [256], [])[cse_var_1] = 0f32
+                compute_4[(cse_var_1 + 1)] = 0f32
+                compute_4[(cse_var_1 + 2)] = 0f32
+                compute_4[(cse_var_1 + 3)] = 0f32
+                compute_4[(cse_var_1 + 4)] = 0f32
+                compute_4[(cse_var_1 + 5)] = 0f32
+                compute_4[(cse_var_1 + 6)] = 0f32
+                compute_4[(cse_var_1 + 7)] = 0f32
+                compute_4[(cse_var_1 + 8)] = 0f32
+                compute_4[(cse_var_1 + 9)] = 0f32
+                compute_4[(cse_var_1 + 10)] = 0f32
+                compute_4[(cse_var_1 + 11)] = 0f32
+                compute_4[(cse_var_1 + 12)] = 0f32
+                compute_4[(cse_var_1 + 13)] = 0f32
+                compute_4[(cse_var_1 + 14)] = 0f32
+                compute_4[(cse_var_1 + 15)] = 0f32
               }
-              for (elem_idx: int32, 0, let cse_var_1: int32 = ((floormod(i0.outer.i1.outer.fused, 16)*2) + nb_j.inner) in (placeholder_3[(cse_var_1 + 1)] - placeholder_3[cse_var_1])) {
-                for (i.inner: int32, 0, 8) {
-                  for (j: int32, 0, 16) {
-                    let cse_var_3: int32 = ((floormod(i0.outer.i1.outer.fused, 16)*2) + nb_j.inner)
-                    let cse_var_2: int32 = ((((i.outer.inner*256) + (i.inner*32)) + (nb_j.inner*16)) + j)
-                    compute_4[cse_var_2] = (compute_4[cse_var_2] + (placeholder_1[(((placeholder_3[cse_var_3]*16) + (elem_idx*16)) + j)]*max(placeholder[((((floordiv(i0.outer.i1.outer.fused, 16)*16384) + (i.outer.inner*2048)) + (i.inner*256)) + placeholder_2[(placeholder_3[cse_var_3] + elem_idx)])], 0f32)))
-                  }
+            }
+            for (elem_idx: int32, 0, let cse_var_2: int32 = floormod(i0.outer.i1.outer.fused, 32) in (placeholder_3[(cse_var_2 + 1)] - placeholder_3[cse_var_2])) {
+              for (i.inner: int32, 0, 8) {
+                let cse_var_21: int32 = floormod(i0.outer.i1.outer.fused, 32)
+                let cse_var_20: int32 = (elem_idx*16)
+                let cse_var_19: int32 = ((i.outer.inner*128) + (i.inner*16))
+                let cse_var_18: int32 = (cse_var_19 + 10)
+                let cse_var_17: int32 = (cse_var_19 + 11)
+                let cse_var_16: int32 = (cse_var_19 + 12)
+                let cse_var_15: int32 = (cse_var_19 + 13)
+                let cse_var_14: int32 = (cse_var_19 + 14)
+                let cse_var_13: int32 = (cse_var_19 + 15)
+                let cse_var_12: int32 = (cse_var_19 + 2)
+                let cse_var_11: int32 = (cse_var_19 + 3)
+                let cse_var_10: int32 = (cse_var_19 + 4)
+                let cse_var_9: int32 = (cse_var_19 + 5)
+                let cse_var_8: int32 = (cse_var_19 + 6)
+                let cse_var_7: int32 = (cse_var_19 + 7)
+                let cse_var_6: int32 = (cse_var_19 + 8)
+                let cse_var_5: int32 = (cse_var_19 + 9)
+                let cse_var_4: int32 = (cse_var_19 + 1)
+                let cse_var_3: int32 = (((floordiv(i0.outer.i1.outer.fused, 32)*4096) + (i.outer.inner*2048)) + (i.inner*256))
+                 {
+                  compute_4[cse_var_19] = (compute_4[cse_var_19] + (placeholder_1[((placeholder_3[cse_var_21]*16) + cse_var_20)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+                  compute_4[cse_var_4] = (compute_4[cse_var_4] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 1)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+                  compute_4[cse_var_12] = (compute_4[cse_var_12] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 2)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+                  compute_4[cse_var_11] = (compute_4[cse_var_11] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 3)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+                  compute_4[cse_var_10] = (compute_4[cse_var_10] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 4)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+                  compute_4[cse_var_9] = (compute_4[cse_var_9] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 5)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+                  compute_4[cse_var_8] = (compute_4[cse_var_8] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 6)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+                  compute_4[cse_var_7] = (compute_4[cse_var_7] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 7)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+                  compute_4[cse_var_6] = (compute_4[cse_var_6] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 8)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+                  compute_4[cse_var_5] = (compute_4[cse_var_5] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 9)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+                  compute_4[cse_var_18] = (compute_4[cse_var_18] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 10)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+                  compute_4[cse_var_17] = (compute_4[cse_var_17] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 11)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+                  compute_4[cse_var_16] = (compute_4[cse_var_16] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 12)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+                  compute_4[cse_var_15] = (compute_4[cse_var_15] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 13)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+                  compute_4[cse_var_14] = (compute_4[cse_var_14] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 14)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+                  compute_4[cse_var_13] = (compute_4[cse_var_13] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 15)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
                 }
               }
             }
           }
-          for (i0.inner: int32, 0, 64) {
-            for (i1.inner: int32, 0, 32) {
-              let cse_var_4: int32 = ((((floordiv(i0.outer.i1.outer.fused, 16)*32768) + (i0.inner*512)) + (floormod(i0.outer.i1.outer.fused, 16)*32)) + i1.inner)
-              compute[cse_var_4] = max((compute_4[((i0.inner*32) + i1.inner)] + placeholder_4[cse_var_4]), 0f32)
-            }
+          for (i0.inner: int32, 0, 16) {
+            let cse_var_22: int32 = (((floordiv(i0.outer.i1.outer.fused, 32)*8192) + (i0.inner*512)) + (floormod(i0.outer.i1.outer.fused, 32)*16))
+            compute[ramp(cse_var_22, 1, 16)] = max((compute_4[ramp((i0.inner*16), 1, 16)] + placeholder_4[ramp(cse_var_22, 1, 16)]), broadcast(0f32, 16))
           }
         }
       }
@@ -440,7 +484,7 @@ We build the binary and check its correctness and performance.
 
  .. code-block:: none
 
-    Execution time of this operator: 1.562 ms
+    Execution time of this operator: 1.849 ms
 
 
 
diff --git a/docs/_sources/how_to/tune_with_autotvm/sg_execution_times.rst.txt b/docs/_sources/how_to/tune_with_autotvm/sg_execution_times.rst.txt
index 030d5e0..3a8ec60 100644
--- a/docs/_sources/how_to/tune_with_autotvm/sg_execution_times.rst.txt
+++ b/docs/_sources/how_to/tune_with_autotvm/sg_execution_times.rst.txt
@@ -5,10 +5,10 @@
 
 Computation times
 =================
-**00:45.078** total execution time for **how_to_tune_with_autotvm** files:
+**00:44.721** total execution time for **how_to_tune_with_autotvm** files:
 
-- **00:44.178**: :ref:`sphx_glr_how_to_tune_with_autotvm_tune_conv2d_cuda.py` (``tune_conv2d_cuda.py``)
-- **00:00.235**: :ref:`sphx_glr_how_to_tune_with_autotvm_tune_relay_x86.py` (``tune_relay_x86.py``)
-- **00:00.225**: :ref:`sphx_glr_how_to_tune_with_autotvm_tune_relay_mobile_gpu.py` (``tune_relay_mobile_gpu.py``)
-- **00:00.221**: :ref:`sphx_glr_how_to_tune_with_autotvm_tune_relay_cuda.py` (``tune_relay_cuda.py``)
-- **00:00.220**: :ref:`sphx_glr_how_to_tune_with_autotvm_tune_relay_arm.py` (``tune_relay_arm.py``)
+- **00:43.794**: :ref:`sphx_glr_how_to_tune_with_autotvm_tune_conv2d_cuda.py` (``tune_conv2d_cuda.py``)
+- **00:00.243**: :ref:`sphx_glr_how_to_tune_with_autotvm_tune_relay_x86.py` (``tune_relay_x86.py``)
+- **00:00.231**: :ref:`sphx_glr_how_to_tune_with_autotvm_tune_relay_cuda.py` (``tune_relay_cuda.py``)
+- **00:00.228**: :ref:`sphx_glr_how_to_tune_with_autotvm_tune_relay_arm.py` (``tune_relay_arm.py``)
+- **00:00.226**: :ref:`sphx_glr_how_to_tune_with_autotvm_tune_relay_mobile_gpu.py` (``tune_relay_mobile_gpu.py``)
diff --git a/docs/_sources/how_to/tune_with_autotvm/tune_conv2d_cuda.rst.txt b/docs/_sources/how_to/tune_with_autotvm/tune_conv2d_cuda.rst.txt
index 22800d5..19fc62a 100644
--- a/docs/_sources/how_to/tune_with_autotvm/tune_conv2d_cuda.rst.txt
+++ b/docs/_sources/how_to/tune_with_autotvm/tune_conv2d_cuda.rst.txt
@@ -859,8 +859,8 @@ for this template
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 854, in verify_pass
         raise InstantiationError("Skipped because of invalid gpu kernel")
     tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 4, 4, 32]), ('tile_y', [-1, 1, 1, 7]), ('tile_x', [-1, 1, 7, 1]), ('tile_rc', [-1, 1, 128]), ('tile_ry', [-1, 1, 3]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 512), ('unroll_explicit', 0)],None,2885496
-    No: 6   GFLOPS: 42.32/42.32     result: MeasureResult(costs=(0.0054703116315789465,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.6339004039764404, timestamp=1648795829.6322384)      [('tile_f', [-1, 1, 1, 1]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 1, 7, 1]), ('tile_rc', [-1, 4, 4]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 1, 1]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 0)],None,3754080
-    No: 7   GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+    No: 6   GFLOPS: 110.47/110.47   result: MeasureResult(costs=(0.0020956110625000002,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.8103656768798828, timestamp=1648820138.6708233)      [('tile_f', [-1, 1, 1, 1]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 1, 7, 1]), ('tile_rc', [-1, 4, 4]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 1, 1]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 0)],None,3754080
+    No: 7   GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 571, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 523, in _build_func_common
@@ -983,7 +983,7 @@ for this template
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 854, in verify_pass
         raise InstantiationError("Skipped because of invalid gpu kernel")
     tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 1, 16, 32]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 1, 7, 1]), ('tile_rc', [-1, 256, 1]), ('tile_ry', [-1, 1, 3]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 0), ('unroll_explicit', 1)],None,6225319
-    No: 8   GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+    No: 8   GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 571, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 523, in _build_func_common
@@ -1106,7 +1106,7 @@ for this template
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 854, in verify_pass
         raise InstantiationError("Skipped because of invalid gpu kernel")
     tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 2, 1, 32]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 1, 1, 1]), ('tile_rc', [-1, 8, 64]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 0), ('unroll_explicit', 0)],None,943546
-    No: 9   GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+    No: 9   GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 571, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 523, in _build_func_common
@@ -1229,7 +1229,7 @@ for this template
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 854, in verify_pass
         raise InstantiationError("Skipped because of invalid gpu kernel")
     tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 4, 16, 4]), ('tile_y', [-1, 1, 1, 7]), ('tile_x', [-1, 1, 1, 7]), ('tile_rc', [-1, 16, 32]), ('tile_ry', [-1, 1, 3]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 512), ('unroll_explicit', 0)],None,2868708
-    No: 10  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+    No: 10  GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 142, in build
         res = future.result()
       File "/usr/lib/python3.7/concurrent/futures/_base.py", line 435, in result
@@ -1247,7 +1247,7 @@ for this template
     TimeoutError
 
             [('tile_f', [-1, 32, 2, 4]), ('tile_y', [-1, 1, 7, 1]), ('tile_x', [-1, 1, 1, 7]), ('tile_rc', [-1, 4, 2]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 0)],None,4691833
-    No: 11  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+    No: 11  GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 571, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 523, in _build_func_common
@@ -1370,7 +1370,7 @@ for this template
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 854, in verify_pass
         raise InstantiationError("Skipped because of invalid gpu kernel")
     tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 1, 2, 64]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 1, 1, 1]), ('tile_rc', [-1, 4, 4]), ('tile_ry', [-1, 1, 3]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 0), ('unroll_explicit', 0)],None,1042124
-    No: 12  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+    No: 12  GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 571, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 523, in _build_func_common
@@ -1493,7 +1493,7 @@ for this template
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 854, in verify_pass
         raise InstantiationError("Skipped because of invalid gpu kernel")
     tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 32, 1, 4]), ('tile_y', [-1, 1, 1, 7]), ('tile_x', [-1, 1, 7, 1]), ('tile_rc', [-1, 32, 16]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 1)],None,10013405
-    No: 13  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+    No: 13  GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 571, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 523, in _build_func_common
@@ -1616,7 +1616,7 @@ for this template
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 854, in verify_pass
         raise InstantiationError("Skipped because of invalid gpu kernel")
     tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 8, 8, 2]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 1, 7, 1]), ('tile_rc', [-1, 4, 32]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 0), ('unroll_explicit', 1)],None,6732082
-    No: 14  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+    No: 14  GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 571, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 523, in _build_func_common
@@ -1739,7 +1739,7 @@ for this template
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 854, in verify_pass
         raise InstantiationError("Skipped because of invalid gpu kernel")
     tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 2, 4, 32]), ('tile_y', [-1, 7, 1, 1]), ('tile_x', [-1, 1, 1, 1]), ('tile_rc', [-1, 4, 128]), ('tile_ry', [-1, 1, 3]), ('tile_rx', [-1, 1, 1]), ('auto_unroll_max_step', 512), ('unroll_explicit', 1)],None,7536735
-    No: 15  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+    No: 15  GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 571, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 523, in _build_func_common
@@ -1862,7 +1862,7 @@ for this template
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 854, in verify_pass
         raise InstantiationError("Skipped because of invalid gpu kernel")
     tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 2, 1, 4]), ('tile_y', [-1, 1, 1, 7]), ('tile_x', [-1, 1, 1, 7]), ('tile_rc', [-1, 128, 4]), ('tile_ry', [-1, 1, 3]), ('tile_rx', [-1, 1, 1]), ('auto_unroll_max_step', 0), ('unroll_explicit', 0)],None,482121
-    No: 16  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+    No: 16  GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 571, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 523, in _build_func_common
@@ -1985,7 +1985,7 @@ for this template
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 854, in verify_pass
         raise InstantiationError("Skipped because of invalid gpu kernel")
     tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 2, 1, 16]), ('tile_y', [-1, 1, 7, 1]), ('tile_x', [-1, 7, 1, 1]), ('tile_rc', [-1, 32, 8]), ('tile_ry', [-1, 1, 3]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 512), ('unroll_explicit', 0)],None,2824525
-    No: 17  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+    No: 17  GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 571, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 523, in _build_func_common
@@ -2108,7 +2108,7 @@ for this template
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 854, in verify_pass
         raise InstantiationError("Skipped because of invalid gpu kernel")
     tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 64, 1, 1]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 7, 1, 1]), ('tile_rc', [-1, 8, 8]), ('tile_ry', [-1, 1, 3]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 0)],None,4559286
-    No: 18  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+    No: 18  GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 571, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 523, in _build_func_common
@@ -2231,7 +2231,7 @@ for this template
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 854, in verify_pass
         raise InstantiationError("Skipped because of invalid gpu kernel")
     tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 1, 32, 16]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 7, 1, 1]), ('tile_rc', [-1, 1, 512]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 1)],None,9677544
-    No: 19  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+    No: 19  GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 721, in __call__
         yield remote, remote.load_module(os.path.split(build_result.filename)[1])
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 685, in run_through_rpc
@@ -2319,7 +2319,7 @@ for this template
       15: _PyEval_EvalFrameDefault
       14: 0x0000000000537c30
       13: _PyObject_FastCallKeywords
-      12: 0x00007f06f0669fa2
+      12: 0x00007f3f2d9aafa2
       11: _ctypes_callproc
       10: ffi_call
       9: ffi_call_unix64
@@ -2384,7 +2384,7 @@ for this template
       21: _PyFunction_FastCallKeywords
       20: _PyEval_EvalFrameDefault
       19: _PyFunction_FastCall      [('tile_f', [-1, 8, 2, 16]), ('tile_y', [-1, 7, 1, 1]), ('tile_x', [-1, 7, 1, 1]), ('tile_rc', [-1, 1, 1]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 0), ('unroll_explicit', 1)],None,6390073
-    No: 20  GFLOPS: 144.53/144.53   result: MeasureResult(costs=(0.00160173917,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.405935287475586, timestamp=1648795856.054393)        [('tile_f', [-1, 1, 4, 1]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 7, 1, 1]), ('tile_rc', [-1, 4, 1]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 1)],None,9881539
+    No: 20  GFLOPS: 143.75/143.75   result: MeasureResult(costs=(0.0016104865799999998,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.4379312992095947, timestamp=1648820165.2172766)      [('tile_f', [-1, 1, 4, 1]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 7, 1, 1]), ('tile_rc', [-1, 4, 1]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 1)],None,9881539
 
 
 
@@ -2437,7 +2437,7 @@ and measure running time.
 
     Best config:
     [('tile_f', [-1, 1, 4, 1]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 7, 1, 1]), ('tile_rc', [-1, 4, 1]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 1)],None,9881539
-    Time cost of this operator: 0.001963
+    Time cost of this operator: 0.001993
 
 
 
diff --git a/docs/_sources/how_to/work_with_microtvm/micro_autotune.rst.txt b/docs/_sources/how_to/work_with_microtvm/micro_autotune.rst.txt
index 1a3ca39..dc8526c 100644
--- a/docs/_sources/how_to/work_with_microtvm/micro_autotune.rst.txt
+++ b/docs/_sources/how_to/work_with_microtvm/micro_autotune.rst.txt
@@ -292,10 +292,10 @@ Timing the untuned program
     ########## Build without Autotuning ##########
     Node Name                                     Ops                                           Time(us)  Time(%)  Shape              Inputs  Outputs  
     ---------                                     ---                                           --------  -------  -----              ------  -------  
-    tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  308.8     98.733   (1, 2, 10, 10, 3)  2       1        
-    tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       3.061     0.979    (1, 6, 10, 10)     1       1        
-    tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.901     0.288    (1, 1, 10, 10, 3)  1       1        
-    Total_time                                    -                                             312.762   -        -                  -       -        
+    tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  311.6     98.733   (1, 2, 10, 10, 3)  2       1        
+    tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       3.097     0.981    (1, 6, 10, 10)     1       1        
+    tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.901     0.285    (1, 1, 10, 10, 3)  1       1        
+    Total_time                                    -                                             315.598   -        -                  -       -        
 
 
 
@@ -357,10 +357,10 @@ Timing the tuned program
     ########## Build with Autotuning ##########
     Node Name                                     Ops                                           Time(us)  Time(%)  Shape              Inputs  Outputs  
     ---------                                     ---                                           --------  -------  -----              ------  -------  
-    tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  79.7      96.707   (1, 6, 10, 10, 1)  2       1        
-    tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       1.775     2.154    (1, 6, 10, 10)     1       1        
-    tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.938     1.139    (1, 1, 10, 10, 3)  1       1        
-    Total_time                                    -                                             82.414    -        -                  -       -        
+    tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  82.75     96.841   (1, 6, 10, 10, 1)  2       1        
+    tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       1.777     2.08     (1, 6, 10, 10)     1       1        
+    tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.922     1.079    (1, 1, 10, 10, 3)  1       1        
+    Total_time                                    -                                             85.449    -        -                  -       -        
 
 
 
diff --git a/docs/_sources/how_to/work_with_microtvm/sg_execution_times.rst.txt b/docs/_sources/how_to/work_with_microtvm/sg_execution_times.rst.txt
index a1f19e5..d36557f 100644
--- a/docs/_sources/how_to/work_with_microtvm/sg_execution_times.rst.txt
+++ b/docs/_sources/how_to/work_with_microtvm/sg_execution_times.rst.txt
@@ -5,10 +5,10 @@
 
 Computation times
 =================
-**00:44.399** total execution time for **how_to_work_with_microtvm** files:
+**00:47.787** total execution time for **how_to_work_with_microtvm** files:
 
-- **00:40.240**: :ref:`sphx_glr_how_to_work_with_microtvm_micro_autotune.py` (``micro_autotune.py``)
-- **00:03.585**: :ref:`sphx_glr_how_to_work_with_microtvm_micro_tflite.py` (``micro_tflite.py``)
-- **00:00.195**: :ref:`sphx_glr_how_to_work_with_microtvm_micro_reference_vm.py` (``micro_reference_vm.py``)
-- **00:00.191**: :ref:`sphx_glr_how_to_work_with_microtvm_micro_ethosu.py` (``micro_ethosu.py``)
-- **00:00.187**: :ref:`sphx_glr_how_to_work_with_microtvm_micro_tvmc.py` (``micro_tvmc.py``)
+- **00:43.367**: :ref:`sphx_glr_how_to_work_with_microtvm_micro_autotune.py` (``micro_autotune.py``)
+- **00:03.791**: :ref:`sphx_glr_how_to_work_with_microtvm_micro_tflite.py` (``micro_tflite.py``)
+- **00:00.213**: :ref:`sphx_glr_how_to_work_with_microtvm_micro_tvmc.py` (``micro_tvmc.py``)
+- **00:00.208**: :ref:`sphx_glr_how_to_work_with_microtvm_micro_ethosu.py` (``micro_ethosu.py``)
+- **00:00.208**: :ref:`sphx_glr_how_to_work_with_microtvm_micro_reference_vm.py` (``micro_reference_vm.py``)
diff --git a/docs/_sources/how_to/work_with_relay/sg_execution_times.rst.txt b/docs/_sources/how_to/work_with_relay/sg_execution_times.rst.txt
index 88aebfa..acc40c6 100644
--- a/docs/_sources/how_to/work_with_relay/sg_execution_times.rst.txt
+++ b/docs/_sources/how_to/work_with_relay/sg_execution_times.rst.txt
@@ -5,8 +5,8 @@
 
 Computation times
 =================
-**00:04.407** total execution time for **how_to_work_with_relay** files:
+**00:09.486** total execution time for **how_to_work_with_relay** files:
 
-- **00:02.487**: :ref:`sphx_glr_how_to_work_with_relay_using_external_lib.py` (``using_external_lib.py``)
-- **00:01.709**: :ref:`sphx_glr_how_to_work_with_relay_build_gcn.py` (``build_gcn.py``)
-- **00:00.211**: :ref:`sphx_glr_how_to_work_with_relay_using_relay_viz.py` (``using_relay_viz.py``)
+- **00:07.316**: :ref:`sphx_glr_how_to_work_with_relay_using_external_lib.py` (``using_external_lib.py``)
+- **00:01.949**: :ref:`sphx_glr_how_to_work_with_relay_build_gcn.py` (``build_gcn.py``)
+- **00:00.221**: :ref:`sphx_glr_how_to_work_with_relay_using_relay_viz.py` (``using_relay_viz.py``)
diff --git a/docs/_sources/how_to/work_with_schedules/sg_execution_times.rst.txt b/docs/_sources/how_to/work_with_schedules/sg_execution_times.rst.txt
index b1290ea..bef20e1 100644
--- a/docs/_sources/how_to/work_with_schedules/sg_execution_times.rst.txt
+++ b/docs/_sources/how_to/work_with_schedules/sg_execution_times.rst.txt
@@ -5,13 +5,13 @@
 
 Computation times
 =================
-**00:06.012** total execution time for **how_to_work_with_schedules** files:
+**00:06.004** total execution time for **how_to_work_with_schedules** files:
 
-- **00:02.226**: :ref:`sphx_glr_how_to_work_with_schedules_intrin_math.py` (``intrin_math.py``)
-- **00:01.257**: :ref:`sphx_glr_how_to_work_with_schedules_tensorize.py` (``tensorize.py``)
-- **00:00.762**: :ref:`sphx_glr_how_to_work_with_schedules_scan.py` (``scan.py``)
-- **00:00.756**: :ref:`sphx_glr_how_to_work_with_schedules_reduction.py` (``reduction.py``)
-- **00:00.326**: :ref:`sphx_glr_how_to_work_with_schedules_extern_op.py` (``extern_op.py``)
-- **00:00.240**: :ref:`sphx_glr_how_to_work_with_schedules_tedd.py` (``tedd.py``)
-- **00:00.230**: :ref:`sphx_glr_how_to_work_with_schedules_schedule_primitives.py` (``schedule_primitives.py``)
-- **00:00.215**: :ref:`sphx_glr_how_to_work_with_schedules_tuple_inputs.py` (``tuple_inputs.py``)
+- **00:02.212**: :ref:`sphx_glr_how_to_work_with_schedules_intrin_math.py` (``intrin_math.py``)
+- **00:01.186**: :ref:`sphx_glr_how_to_work_with_schedules_tensorize.py` (``tensorize.py``)
+- **00:00.769**: :ref:`sphx_glr_how_to_work_with_schedules_reduction.py` (``reduction.py``)
+- **00:00.750**: :ref:`sphx_glr_how_to_work_with_schedules_scan.py` (``scan.py``)
+- **00:00.320**: :ref:`sphx_glr_how_to_work_with_schedules_extern_op.py` (``extern_op.py``)
+- **00:00.273**: :ref:`sphx_glr_how_to_work_with_schedules_tedd.py` (``tedd.py``)
+- **00:00.252**: :ref:`sphx_glr_how_to_work_with_schedules_schedule_primitives.py` (``schedule_primitives.py``)
+- **00:00.242**: :ref:`sphx_glr_how_to_work_with_schedules_tuple_inputs.py` (``tuple_inputs.py``)
diff --git a/docs/_sources/how_to/work_with_schedules/tensorize.rst.txt b/docs/_sources/how_to/work_with_schedules/tensorize.rst.txt
index fb54e35..f31e2aa 100644
--- a/docs/_sources/how_to/work_with_schedules/tensorize.rst.txt
+++ b/docs/_sources/how_to/work_with_schedules/tensorize.rst.txt
@@ -314,8 +314,8 @@ The importing needs to happen before the tensorized GEMV being executed.
                  B: Buffer(B_2: Pointer(float32), float32, [32768], []),
                  C: Buffer(C_2: Pointer(float32), float32, [524288], [])}
       buffer_map = {A_1: A, B_1: B, C_1: C} {
-      attr [IterVar(i: int32, (nullptr), "DataPar", "")] "pragma_import_llvm" = "; ModuleID = '/tmp/tmpi19nz3zi/input0.cc'
-    source_filename = "/tmp/tmpi19nz3zi/input0.cc"
+      attr [IterVar(i: int32, (nullptr), "DataPar", "")] "pragma_import_llvm" = "; ModuleID = '/tmp/tmp2adu3nln/input0.cc'
+    source_filename = "/tmp/tmp2adu3nln/input0.cc"
     target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
     target triple = "x86_64-pc-linux-gnu"
 
diff --git a/docs/_sources/topic/vta/tutorials/autotvm/sg_execution_times.rst.txt b/docs/_sources/topic/vta/tutorials/autotvm/sg_execution_times.rst.txt
index 6425b9c..6e2338b 100644
--- a/docs/_sources/topic/vta/tutorials/autotvm/sg_execution_times.rst.txt
+++ b/docs/_sources/topic/vta/tutorials/autotvm/sg_execution_times.rst.txt
@@ -5,7 +5,7 @@
 
 Computation times
 =================
-**00:20.198** total execution time for **topic_vta_tutorials_autotvm** files:
+**00:22.215** total execution time for **topic_vta_tutorials_autotvm** files:
 
-- **00:19.985**: :ref:`sphx_glr_topic_vta_tutorials_autotvm_tune_relay_vta.py` (``tune_relay_vta.py``)
-- **00:00.213**: :ref:`sphx_glr_topic_vta_tutorials_autotvm_tune_alu_vta.py` (``tune_alu_vta.py``)
+- **00:21.980**: :ref:`sphx_glr_topic_vta_tutorials_autotvm_tune_relay_vta.py` (``tune_relay_vta.py``)
+- **00:00.235**: :ref:`sphx_glr_topic_vta_tutorials_autotvm_tune_alu_vta.py` (``tune_alu_vta.py``)
diff --git a/docs/_sources/topic/vta/tutorials/frontend/deploy_classification.rst.txt b/docs/_sources/topic/vta/tutorials/frontend/deploy_classification.rst.txt
index 3880b8f..ecc1088 100644
--- a/docs/_sources/topic/vta/tutorials/frontend/deploy_classification.rst.txt
+++ b/docs/_sources/topic/vta/tutorials/frontend/deploy_classification.rst.txt
@@ -265,7 +265,7 @@ The compilation steps are:
       DeprecationWarning,
     /workspace/vta/tutorials/frontend/deploy_classification.py:213: DeprecationWarning: legacy graph executor behavior of producing json / lib / params will be removed in the next release. Please see documents of tvm.contrib.graph_executor.GraphModule for the  new recommended usage.
       relay_prog, target=tvm.target.Target(target, host=env.target_host), params=params
-    resnet18_v1 inference graph built in 20.58s!
+    resnet18_v1 inference graph built in 23.30s!
 
 
 
diff --git a/docs/_sources/topic/vta/tutorials/frontend/deploy_detection.rst.txt b/docs/_sources/topic/vta/tutorials/frontend/deploy_detection.rst.txt
index a663ee7..969bc7b 100644
--- a/docs/_sources/topic/vta/tutorials/frontend/deploy_detection.rst.txt
+++ b/docs/_sources/topic/vta/tutorials/frontend/deploy_detection.rst.txt
@@ -301,7 +301,7 @@ The compilation steps are:
 
     /workspace/python/tvm/relay/build_module.py:439: DeprecationWarning: Please use input parameter mod (tvm.IRModule) instead of deprecated parameter mod (tvm.relay.function.Function)
       DeprecationWarning,
-    yolov3-tiny inference graph built in 14.45s!
+    yolov3-tiny inference graph built in 15.64s!
 
 
 
diff --git a/docs/_sources/topic/vta/tutorials/frontend/sg_execution_times.rst.txt b/docs/_sources/topic/vta/tutorials/frontend/sg_execution_times.rst.txt
index ea3f81f..817b661 100644
--- a/docs/_sources/topic/vta/tutorials/frontend/sg_execution_times.rst.txt
+++ b/docs/_sources/topic/vta/tutorials/frontend/sg_execution_times.rst.txt
@@ -5,7 +5,7 @@
 
 Computation times
 =================
-**01:27.333** total execution time for **topic_vta_tutorials_frontend** files:
+**01:31.774** total execution time for **topic_vta_tutorials_frontend** files:
 
-- **00:46.603**: :ref:`sphx_glr_topic_vta_tutorials_frontend_deploy_detection.py` (``deploy_detection.py``)
-- **00:40.730**: :ref:`sphx_glr_topic_vta_tutorials_frontend_deploy_classification.py` (``deploy_classification.py``)
+- **00:48.167**: :ref:`sphx_glr_topic_vta_tutorials_frontend_deploy_detection.py` (``deploy_detection.py``)
+- **00:43.608**: :ref:`sphx_glr_topic_vta_tutorials_frontend_deploy_classification.py` (``deploy_classification.py``)
diff --git a/docs/_sources/topic/vta/tutorials/optimize/sg_execution_times.rst.txt b/docs/_sources/topic/vta/tutorials/optimize/sg_execution_times.rst.txt
index 5783b2b..6f3278a 100644
--- a/docs/_sources/topic/vta/tutorials/optimize/sg_execution_times.rst.txt
+++ b/docs/_sources/topic/vta/tutorials/optimize/sg_execution_times.rst.txt
@@ -5,7 +5,7 @@
 
 Computation times
 =================
-**00:03.694** total execution time for **topic_vta_tutorials_optimize** files:
+**00:03.623** total execution time for **topic_vta_tutorials_optimize** files:
 
-- **00:03.100**: :ref:`sphx_glr_topic_vta_tutorials_optimize_convolution_opt.py` (``convolution_opt.py``)
-- **00:00.593**: :ref:`sphx_glr_topic_vta_tutorials_optimize_matrix_multiply_opt.py` (``matrix_multiply_opt.py``)
+- **00:03.037**: :ref:`sphx_glr_topic_vta_tutorials_optimize_convolution_opt.py` (``convolution_opt.py``)
+- **00:00.586**: :ref:`sphx_glr_topic_vta_tutorials_optimize_matrix_multiply_opt.py` (``matrix_multiply_opt.py``)
diff --git a/docs/_sources/topic/vta/tutorials/sg_execution_times.rst.txt b/docs/_sources/topic/vta/tutorials/sg_execution_times.rst.txt
index f374870..afbdb27 100644
--- a/docs/_sources/topic/vta/tutorials/sg_execution_times.rst.txt
+++ b/docs/_sources/topic/vta/tutorials/sg_execution_times.rst.txt
@@ -5,7 +5,7 @@
 
 Computation times
 =================
-**00:01.047** total execution time for **topic_vta_tutorials** files:
+**00:01.023** total execution time for **topic_vta_tutorials** files:
 
-- **00:00.530**: :ref:`sphx_glr_topic_vta_tutorials_matrix_multiply.py` (``matrix_multiply.py``)
-- **00:00.516**: :ref:`sphx_glr_topic_vta_tutorials_vta_get_started.py` (``vta_get_started.py``)
+- **00:00.519**: :ref:`sphx_glr_topic_vta_tutorials_matrix_multiply.py` (``matrix_multiply.py``)
+- **00:00.504**: :ref:`sphx_glr_topic_vta_tutorials_vta_get_started.py` (``vta_get_started.py``)
diff --git a/docs/_sources/tutorial/auto_scheduler_matmul_x86.rst.txt b/docs/_sources/tutorial/auto_scheduler_matmul_x86.rst.txt
index 106220e..a4d2ffb 100644
--- a/docs/_sources/tutorial/auto_scheduler_matmul_x86.rst.txt
+++ b/docs/_sources/tutorial/auto_scheduler_matmul_x86.rst.txt
@@ -184,7 +184,7 @@ trials, we can load the best schedule from the log file and apply it.
 
  .. code-block:: none
 
-
+    *E
 
 
 
@@ -305,7 +305,7 @@ We build the binary and check its correctness and performance.
 
  .. code-block:: none
 
-    Execution time of this operator: 95.705 ms
+    Execution time of this operator: 95.047 ms
 
 
 
@@ -414,6 +414,11 @@ Expression (TE) language that demonstrates how TVM can optimize computational
 operations.
 
 
+.. rst-class:: sphx-glr-timing
+
+   **Total running time of the script:** ( 1 minutes  13.366 seconds)
+
+
 .. _sphx_glr_download_tutorial_auto_scheduler_matmul_x86.py:
 
 
diff --git a/docs/_sources/tutorial/autotvm_relay_x86.rst.txt b/docs/_sources/tutorial/autotvm_relay_x86.rst.txt
index e2d71cb..c4d791e 100644
--- a/docs/_sources/tutorial/autotvm_relay_x86.rst.txt
+++ b/docs/_sources/tutorial/autotvm_relay_x86.rst.txt
@@ -268,7 +268,7 @@ standard deviation.
 
  .. code-block:: none
 
-    {'mean': 496.1166706900009, 'median': 496.701434299996, 'std': 1.331050338198561}
+    {'mean': 505.5772554399982, 'median': 505.342933899999, 'std': 0.5506049923582336}
 
 
 
@@ -482,31 +482,30 @@ the tuning data to.
 
  .. code-block:: none
 
-
    [Task  1/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task  1/25]  Current/Best:   16.42/  23.87 GFLOPS | Progress: (4/10) | 4.64 s
    [Task  1/25]  Current/Best:   24.04/  24.04 GFLOPS | Progress: (8/10) | 8.23 s
    [Task  1/25]  Current/Best:   10.52/  24.04 GFLOPS | Progress: (10/10) | 10.34 s Done.
-
    [Task  2/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task  2/25]  Current/Best:    6.50/  18.36 GFLOPS | Progress: (4/10) | 2.38 s
    [Task  2/25]  Current/Best:   13.04/  20.33 GFLOPS | Progress: (8/10) | 3.78 s
    [Task  2/25]  Current/Best:   15.95/  20.33 GFLOPS | Progress: (10/10) | 4.22 s Done.
-
    [Task  3/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task  3/25]  Current/Best:   14.39/  14.39 GFLOPS | Progress: (4/10) | 3.31 s
    [Task  3/25]  Current/Best:   15.73/  24.24 GFLOPS | Progress: (8/10) | 6.40 s
    [Task  3/25]  Current/Best:   15.55/  24.24 GFLOPS | Progress: (10/10) | 7.39 s Done.
-
    [Task  4/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task  4/25]  Current/Best:   12.28/  15.02 GFLOPS | Progress: (4/10) | 3.24 s
    [Task  4/25]  Current/Best:    7.29/  21.83 GFLOPS | Progress: (8/10) | 7.49 s
    [Task  4/25]  Current/Best:   10.84/  21.83 GFLOPS | Progress: (10/10) | 9.63 s Done.
-
    [Task  5/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task  5/25]  Current/Best:    9.70/  14.96 GFLOPS | Progress: (4/10) | 3.08 s
    [Task  5/25]  Current/Best:    9.65/  20.54 GFLOPS | Progress: (8/10) | 4.95 s
    [Task  5/25]  Current/Best:   11.87/  20.54 GFLOPS | Progress: (10/10) | 6.46 s Done.
-
    [Task  6/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task  6/25]  Current/Best:   18.48/  23.13 GFLOPS | Progress: (4/10) | 3.24 s
    [Task  6/25]  Current/Best:   18.27/  23.13 GFLOPS | Progress: (8/10) | 6.55 s
    [Task  6/25]  Current/Best:    8.16/  23.30 GFLOPS | Progress: (10/10) | 7.43 s Done.
-
    [Task  7/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task  7/25]  Current/Best:    7.87/  16.96 GFLOPS | Progress: (4/10) | 3.21 s
    [Task  7/25]  Current/Best:   15.39/  16.96 GFLOPS | Progress: (8/10) | 5.73 s
    [Task  7/25]  Current/Best:    9.69/  16.96 GFLOPS | Progress: (10/10) | 6.80 s Done.
-
    [Task  8/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task  8/25]  Current/Best:    6.15/  14.93 GFLOPS | Progress: (4/10) | 3.40 s
    [Task  8/25]  Current/Best:    4.18/  16.43 GFLOPS | Progress: (8/10) | 5.87 s
    [Task  8/25]  Current/Best:   10.33/  16.43 GFLOPS | Progress: (10/10) | 7.04 s Done.
-
    [Task  9/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task  9/25]  Current/Best:    6.92/  19.94 GFLOPS | Progress: (4/10) | 2.32 s
    [Task  9/25]  Current/Best:    3.30/  19.94 GFLOPS | Progress: (8/10) | 4.51 s
    [Task  9/25]  Current/Best:   11.31/  19.94 GFLOPS | Progress: (10/10) | 9.04 s Done.
-
    [Task 10/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 10/25]  Current/Best:    6.25/  18.22 GFLOPS | Progress: (4/10) | 2.92 s
    [Task 10/25]  Current/Best:    6.00/  18.22 GFLOPS | Progress: (8/10) | 5.36 s
    [Task 10/25]  Current/Best:   14.19/  18.22 GFLOPS | Progress: (10/10) | 6.74 s Done.
-
    [Task 11/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 11/25]  Current/Best:   16.04/  18.54 GFLOPS | Progress: (4/10) | 3.08 s
    [Task 11/25]  Current/Best:   12.58/  21.51 GFLOPS | Progress: (8/10) | 6.18 s
    [Task 11/25]  Current/Best:   10.77/  21.51 GFLOPS | Progress: (10/10) | 7.03 s Done.
-
    [Task 12/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 12/25]  Current/Best:   22.09/  22.09 GFLOPS | Progress: (4/10) | 2.55 s
    [Task 12/25]  Current/Best:   10.96/  22.09 GFLOPS | Progress: (8/10) | 4.61 s
    [Task 12/25]  Current/Best:   16.51/  22.09 GFLOPS | Progress: (10/10) | 5.40 s Done.
-
    [Task 13/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 13/25]  Current/Best:   10.94/  19.52 GFLOPS | Progress: (4/10) | 3.51 s
    [Task 13/25]  Current/Best:    3.07/  19.52 GFLOPS | Progress: (8/10) | 7.78 s
    [Task 13/25]  Current/Best:   18.70/  19.52 GFLOPS | Progress: (10/10) | 10.35 s Done.
-
    [Task 14/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 14/25]  Current/Best:   12.64/  14.79 GFLOPS | Progress: (4/10) | 5.76 s
    [Task 14/25]  Current/Best:   11.02/  18.06 GFLOPS | Progress: (8/10) | 8.82 s
    [Task 14/25]  Current/Best:   12.37/  18.06 GFLOPS | Progress: (10/10) | 10.22 s
    [Task 15/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 15/25]  Current/Best:   10.33/  13.17 GFLOPS | Progress: (4/10) | 3.44 s
    [Task 15/25]  Current/Best:   23.16/  23.16 GFLOPS | Progress: (8/10) | 7.50 s
    [Task 15/25]  Current/Best:   10.76/  23.16 GFLOPS | Progress: (10/10) | 9.61 s Done.
-
    [Task 16/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 16/25]  Current/Best:    8.05/   9.65 GFLOPS | Progress: (4/10) | 3.14 s
    [Task 16/25]  Current/Best:   14.76/  17.97 GFLOPS | Progress: (8/10) | 4.57 s
    [Task 16/25]  Current/Best:   21.90/  21.90 GFLOPS | Progress: (10/10) | 5.15 s Done.
-
    [Task 17/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 17/25]  Current/Best:   11.98/  19.82 GFLOPS | Progress: (4/10) | 2.59 s
    [Task 17/25]  Current/Best:   16.32/  19.82 GFLOPS | Progress: (8/10) | 4.18 s
    [Task 17/25]  Current/Best:    6.46/  19.82 GFLOPS | Progress: (10/10) | 6.62 s Done.
-
    [Task 18/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 18/25]  Current/Best:   13.06/  16.29 GFLOPS | Progress: (4/10) | 3.84 s
    [Task 18/25]  Current/Best:   16.11/  18.22 GFLOPS | Progress: (8/10) | 5.46 s
    [Task 18/25]  Current/Best:   12.99/  18.22 GFLOPS | Progress: (10/10) | 7.28 s Done.
-
    [Task 19/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 19/25]  Current/Best:    8.72/  12.03 GFLOPS | Progress: (4/10) | 5.22 s
    [Task 19/25]  Current/Best:   17.18/  18.55 GFLOPS | Progress: (8/10) | 7.55 s
    [Task 19/25]  Current/Best:   18.96/  18.96 GFLOPS | Progress: (10/10) | 8.50 s Done.
-
    [Task 20/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 20/25]  Current/Best:   14.42/  16.22 GFLOPS | Progress: (4/10) | 2.68 s
    [Task 20/25]  Current/Best:    7.24/  20.77 GFLOPS | Progress: (8/10) | 4.54 s
    [Task 20/25]  Current/Best:    0.00/  20.77 GFLOPS | Progress: (10/10) | 4.87 s
    [Task 21/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s Done.
+
    [Task  1/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task  1/25]  Current/Best:   16.85/  16.85 GFLOPS | Progress: (4/10) | 7.92 s
    [Task  1/25]  Current/Best:   14.66/  16.85 GFLOPS | Progress: (8/10) | 10.27 s
    [Task  1/25]  Current/Best:    3.15/  23.14 GFLOPS | Progress: (10/10) | 11.69 s Done.
+
    [Task  2/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task  2/25]  Current/Best:   11.94/  11.94 GFLOPS | Progress: (4/10) | 2.92 s
    [Task  2/25]  Current/Best:   10.46/  13.51 GFLOPS | Progress: (8/10) | 4.13 s
    [Task  2/25]  Current/Best:    4.51/  18.02 GFLOPS | Progress: (10/10) | 4.82 s Done.
+
    [Task  3/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task  3/25]  Current/Best:   17.70/  18.88 GFLOPS | Progress: (4/10) | 2.94 s
    [Task  3/25]  Current/Best:   14.74/  18.88 GFLOPS | Progress: (8/10) | 4.90 s
    [Task  3/25]  Current/Best:    7.72/  18.88 GFLOPS | Progress: (10/10) | 6.32 s Done.
+
    [Task  4/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task  4/25]  Current/Best:   13.94/  17.60 GFLOPS | Progress: (4/10) | 3.17 s
    [Task  4/25]  Current/Best:   12.61/  17.60 GFLOPS | Progress: (8/10) | 4.90 s
    [Task  4/25]  Current/Best:   11.26/  17.60 GFLOPS | Progress: (10/10) | 9.78 s Done.
+
    [Task  5/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task  5/25]  Current/Best:   12.24/  19.29 GFLOPS | Progress: (4/10) | 2.74 s
    [Task  5/25]  Current/Best:    5.75/  19.29 GFLOPS | Progress: (8/10) | 4.30 s
    [Task  5/25]  Current/Best:   19.43/  19.43 GFLOPS | Progress: (10/10) | 5.19 s Done.
+
    [Task  6/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task  6/25]  Current/Best:    5.89/  15.29 GFLOPS | Progress: (4/10) | 3.52 s
    [Task  6/25]  Current/Best:   11.48/  15.67 GFLOPS | Progress: (8/10) | 5.53 s
    [Task  6/25]  Current/Best:    9.97/  15.67 GFLOPS | Progress: (10/10) | 6.98 s Done.
+
    [Task  7/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task  7/25]  Current/Best:   13.87/  13.92 GFLOPS | Progress: (4/10) | 3.23 s
    [Task  7/25]  Current/Best:   15.97/  16.85 GFLOPS | Progress: (8/10) | 5.95 s
    [Task  7/25]  Current/Best:    7.29/  16.85 GFLOPS | Progress: (10/10) | 6.95 s Done.
+
    [Task  8/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task  8/25]  Current/Best:    3.91/  15.72 GFLOPS | Progress: (4/10) | 3.87 s
    [Task  8/25]  Current/Best:   11.70/  15.72 GFLOPS | Progress: (8/10) | 9.14 s
    [Task  8/25]  Current/Best:   13.36/  15.72 GFLOPS | Progress: (10/10) | 10.65 s Done.
+
    [Task  9/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task  9/25]  Current/Best:    7.59/  19.16 GFLOPS | Progress: (4/10) | 4.41 s
    [Task  9/25]  Current/Best:   18.22/  19.16 GFLOPS | Progress: (8/10) | 5.84 s
    [Task  9/25]  Current/Best:   18.97/  19.16 GFLOPS | Progress: (10/10) | 6.48 s Done.
+
    [Task 10/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 10/25]  Current/Best:   11.98/  18.21 GFLOPS | Progress: (4/10) | 2.80 s
    [Task 10/25]  Current/Best:   18.35/  18.35 GFLOPS | Progress: (8/10) | 4.70 s
    [Task 10/25]  Current/Best:    9.71/  18.35 GFLOPS | Progress: (10/10) | 5.67 s Done.
+
    [Task 11/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 11/25]  Current/Best:   20.94/  22.11 GFLOPS | Progress: (4/10) | 2.65 s
    [Task 11/25]  Current/Best:    3.13/  22.11 GFLOPS | Progress: (8/10) | 5.60 s
    [Task 11/25]  Current/Best:   21.00/  22.11 GFLOPS | Progress: (10/10) | 6.77 s Done.
+
    [Task 12/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 12/25]  Current/Best:    5.10/  13.00 GFLOPS | Progress: (4/10) | 3.40 s
    [Task 12/25]  Current/Best:   14.34/  21.93 GFLOPS | Progress: (8/10) | 6.58 s
    [Task 12/25]  Current/Best:    4.96/  21.93 GFLOPS | Progress: (10/10) | 9.69 s Done.
+
    [Task 13/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 13/25]  Current/Best:   12.16/  21.89 GFLOPS | Progress: (4/10) | 3.36 s
    [Task 13/25]  Current/Best:   13.47/  21.89 GFLOPS | Progress: (8/10) | 6.49 s
    [Task 13/25]  Current/Best:   12.67/  21.89 GFLOPS | Progress: (10/10) | 8.20 s Done.
+
    [Task 14/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 14/25]  Current/Best:   13.26/  14.40 GFLOPS | Progress: (4/10) | 3.22 s
    [Task 14/25]  Current/Best:   16.07/  18.77 GFLOPS | Progress: (8/10) | 4.95 s
    [Task 14/25]  Current/Best:   15.99/  18.77 GFLOPS | Progress: (10/10) | 5.89 s
    [Task 15/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 15/25]  Current/Best:   15.15/  17.82 GFLOPS | Progress: (4/10) | 3.21 s
    [Task 15/25]  Current/Best:    8.97/  17.82 GFLOPS | Progress: (8/10) | 5.02 s
    [Task 15/25]  Current/Best:   12.20/  22.76 GFLOPS | Progress: (10/10) | 5.63 s
    [Task 16/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s Done.
      Done.
-
    [Task 21/25]  Current/Best:    8.08/  17.27 GFLOPS | Progress: (4/10) | 4.10 s
    [Task 21/25]  Current/Best:   10.17/  18.24 GFLOPS | Progress: (8/10) | 7.53 s
    [Task 21/25]  Current/Best:   16.64/  18.24 GFLOPS | Progress: (10/10) | 8.53 s
    [Task 22/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 22/25]  Current/Best:   12.12/  12.12 GFLOPS | Progress: (4/10) | 3.01 s
    [Task 22/25]  Current/Best:    2.70/  17.95 GFLOPS | Progress: (8/10) | 4.56 s
    [Task 22/25]  Current/Best:   21.46/  21.46 GFLOPS | Progress: (10/10) | 5.41 s Done.
-
    [Task 23/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 23/25]  Current/Best:   18.48/  24.04 GFLOPS | Progress: (4/10) | 2.79 s
    [Task 23/25]  Current/Best:   10.90/  24.04 GFLOPS | Progress: (8/10) | 6.51 s
    [Task 23/25]  Current/Best:   11.82/  24.04 GFLOPS | Progress: (10/10) | 7.96 s Done.
-
    [Task 24/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 24/25]  Current/Best:    7.59/   7.69 GFLOPS | Progress: (4/10) | 14.48 s
    [Task 24/25]  Current/Best:    3.73/   7.69 GFLOPS | Progress: (8/10) | 27.72 s
    [Task 24/25]  Current/Best:    4.02/   7.69 GFLOPS | Progress: (10/10) | 29.01 s
    [Task 25/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s Done.
-
    [Task 25/25]  Current/Best:    5.68/   9.77 GFLOPS | Progress: (4/10) | 2.66 s
    [Task 25/25]  Current/Best:    7.30/   9.77 GFLOPS | Progress: (8/10) | 8.80 s
    [Task 25/25]  Current/Best:    9.23/   9.77 GFLOPS | Progress: (10/10) | 10.50 s Done.
-
+
    [Task 16/25]  Current/Best:   11.92/  11.92 GFLOPS | Progress: (4/10) | 4.38 s
    [Task 16/25]  Current/Best:   21.34/  21.34 GFLOPS | Progress: (8/10) | 5.52 s
    [Task 16/25]  Current/Best:   12.68/  21.34 GFLOPS | Progress: (10/10) | 6.72 s Done.
+
    [Task 17/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 17/25]  Current/Best:   17.16/  17.16 GFLOPS | Progress: (4/10) | 3.05 s
    [Task 17/25]  Current/Best:    7.76/  18.31 GFLOPS | Progress: (8/10) | 5.03 s
    [Task 17/25]  Current/Best:   13.03/  18.41 GFLOPS | Progress: (10/10) | 6.15 s Done.
+
    [Task 18/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 18/25]  Current/Best:    6.25/  19.35 GFLOPS | Progress: (4/10) | 3.98 s
    [Task 18/25]  Current/Best:    9.25/  19.35 GFLOPS | Progress: (8/10) | 7.00 s
    [Task 18/25]  Current/Best:    6.17/  19.35 GFLOPS | Progress: (10/10) | 8.02 s Done.
+
    [Task 19/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 19/25]  Current/Best:    7.96/  21.85 GFLOPS | Progress: (4/10) | 4.41 s
    [Task 19/25]  Current/Best:   17.61/  21.85 GFLOPS | Progress: (8/10) | 8.70 s
    [Task 19/25]  Current/Best:   19.39/  21.85 GFLOPS | Progress: (10/10) | 10.93 s Done.
+
    [Task 20/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 20/25]  Current/Best:    9.73/  11.59 GFLOPS | Progress: (4/10) | 3.60 s
    [Task 20/25]  Current/Best:    2.46/  16.51 GFLOPS | Progress: (8/10) | 6.85 s
    [Task 20/25]  Current/Best:   12.77/  16.51 GFLOPS | Progress: (10/10) | 8.03 s
    [Task 21/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 21/25]  Current/Best:    9.04/  17.28 GFLOPS | Progress: (4/10) | 5.34 s
    [Task 21/25]  Current/Best:   14.04/  17.28 GFLOPS | Progress: (8/10) | 7.26 s
    [Task 21/25]  Current/Best:   16.88/  17.28 GFLOPS | Progress: (10/10) | 8.00 s
    [Task 22/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 22/25]  Current/Best:   16.46/  16.46 GFLOPS | Progress: (4/10) | 3.64 s
    [Task 22/25]  Current/Best:   14.59/  16.46 GFLOPS | Progress: (8/10) | 5.81 s
    [Task 22/25]  Current/Best:    9.61/  16.46 GFLOPS | Progress: (10/10) | 7.16
  s Done.
+
    [Task 23/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 23/25]  Current/Best:    8.21/  22.16 GFLOPS | Progress: (4/10) | 5.22 s
    [Task 23/25]  Current/Best:   20.38/  22.16 GFLOPS | Progress: (8/10) | 8.13 s
    [Task 23/25]  Current/Best:   10.80/  22.16 GFLOPS | Progress: (10/10) | 9.69 s Done.
+
    [Task 24/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 24/25]  Current/Best:    6.73/   6.73 GFLOPS | Progress: (4/10) | 276.08 s
    [Task 24/25]  Current/Best:    1.07/   6.73 GFLOPS | Progress: (8/10) | 288.75 s Done.
+     Done.
+
    [Task 24/25]  Current/Best:    5.97/   6.73 GFLOPS | Progress: (10/10) | 301.04 s
    [Task 25/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
    [Task 25/25]  Current/Best:    6.61/   6.61 GFLOPS | Progress: (4/10) | 4.10 s
    [Task 25/25]  Current/Best:    7.01/   7.01 GFLOPS | Progress: (8/10) | 28.11 s
    [Task 25/25]  Current/Best:    1.52/   7.01 GFLOPS | Progress: (10/10) | 44.85 s
 
 
 The output from this tuning process will look something like this:
@@ -648,8 +647,8 @@ improvement in comparing the optimized model to the unoptimized model.
 
  .. code-block:: none
 
-    optimized: {'mean': 430.9167250000008, 'median': 430.94556905000445, 'std': 0.9822397749017279}
-    unoptimized: {'mean': 496.1166706900009, 'median': 496.701434299996, 'std': 1.331050338198561}
+    optimized: {'mean': 451.0631386499972, 'median': 451.1695603999897, 'std': 0.5879994614820093}
+    unoptimized: {'mean': 505.5772554399982, 'median': 505.342933899999, 'std': 0.5506049923582336}
 
 
 
@@ -669,7 +668,7 @@ profiling/benchmarking.
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 6 minutes  38.451 seconds)
+   **Total running time of the script:** ( 12 minutes  4.099 seconds)
 
 
 .. _sphx_glr_download_tutorial_autotvm_relay_x86.py:
diff --git a/docs/_sources/tutorial/cross_compilation_and_rpc.rst.txt b/docs/_sources/tutorial/cross_compilation_and_rpc.rst.txt
index e97d192..627766b 100644
--- a/docs/_sources/tutorial/cross_compilation_and_rpc.rst.txt
+++ b/docs/_sources/tutorial/cross_compilation_and_rpc.rst.txt
@@ -235,7 +235,7 @@ device and returns the measured cost. Network overhead is excluded.
 
  .. code-block:: none
 
-    1.283e-07 secs/op
+    1.257e-07 secs/op
 
 
 
diff --git a/docs/_sources/tutorial/intro_topi.rst.txt b/docs/_sources/tutorial/intro_topi.rst.txt
index 14ba1c5..c43c8d8 100644
--- a/docs/_sources/tutorial/intro_topi.rst.txt
+++ b/docs/_sources/tutorial/intro_topi.rst.txt
@@ -230,7 +230,7 @@ As you can see, scheduled stages of computation have been accumulated and we can
 
  .. code-block:: none
 
-    [stage(a, placeholder(a, 0xf84b740)), stage(b, placeholder(b, 0x229e0e20)), stage(T_add, compute(T_add, body=[(a[ax0, ax1, ax2] + b[ax1, ax2])], axis=[iter_var(ax0, range(min=0, ext=100)), iter_var(ax1, range(min=0, ext=10)), iter_var(ax2, range(min=0, ext=10))], reduce_axis=[], tag=broadcast, attrs={})), stage(T_multiply, compute(T_multiply, body=[(a[ax0, ax1, ax2]*b[ax1, ax2])], axis=[iter_var(ax0, range(min=0, ext=100)), iter_var(ax1, range(min=0, ext=10)), iter_var(ax2, range(min [...]
+    [stage(a, placeholder(a, 0xb3b47f0)), stage(b, placeholder(b, 0x209b5140)), stage(T_add, compute(T_add, body=[(a[ax0, ax1, ax2] + b[ax1, ax2])], axis=[iter_var(ax0, range(min=0, ext=100)), iter_var(ax1, range(min=0, ext=10)), iter_var(ax2, range(min=0, ext=10))], reduce_axis=[], tag=broadcast, attrs={})), stage(T_multiply, compute(T_multiply, body=[(a[ax0, ax1, ax2]*b[ax1, ax2])], axis=[iter_var(ax0, range(min=0, ext=100)), iter_var(ax1, range(min=0, ext=10)), iter_var(ax2, range(min [...]
 
 
 
diff --git a/docs/_sources/tutorial/sg_execution_times.rst.txt b/docs/_sources/tutorial/sg_execution_times.rst.txt
index 3577c8e..11e9fdb 100644
--- a/docs/_sources/tutorial/sg_execution_times.rst.txt
+++ b/docs/_sources/tutorial/sg_execution_times.rst.txt
@@ -5,17 +5,17 @@
 
 Computation times
 =================
-**09:10.263** total execution time for **tutorial** files:
+**15:05.130** total execution time for **tutorial** files:
 
-- **06:38.451**: :ref:`sphx_glr_tutorial_autotvm_relay_x86.py` (``autotvm_relay_x86.py``)
-- **01:01.326**: :ref:`sphx_glr_tutorial_tensor_expr_get_started.py` (``tensor_expr_get_started.py``)
-- **00:41.180**: :ref:`sphx_glr_tutorial_auto_scheduler_matmul_x86.py` (``auto_scheduler_matmul_x86.py``)
-- **00:25.956**: :ref:`sphx_glr_tutorial_relay_quick_start.py` (``relay_quick_start.py``)
-- **00:21.124**: :ref:`sphx_glr_tutorial_autotvm_matmul_x86.py` (``autotvm_matmul_x86.py``)
-- **00:01.176**: :ref:`sphx_glr_tutorial_tensor_ir_blitz_course.py` (``tensor_ir_blitz_course.py``)
-- **00:00.694**: :ref:`sphx_glr_tutorial_intro_topi.py` (``intro_topi.py``)
-- **00:00.191**: :ref:`sphx_glr_tutorial_cross_compilation_and_rpc.py` (``cross_compilation_and_rpc.py``)
-- **00:00.047**: :ref:`sphx_glr_tutorial_introduction.py` (``introduction.py``)
-- **00:00.041**: :ref:`sphx_glr_tutorial_install.py` (``install.py``)
-- **00:00.039**: :ref:`sphx_glr_tutorial_tvmc_command_line_driver.py` (``tvmc_command_line_driver.py``)
-- **00:00.037**: :ref:`sphx_glr_tutorial_tvmc_python.py` (``tvmc_python.py``)
+- **12:04.099**: :ref:`sphx_glr_tutorial_autotvm_relay_x86.py` (``autotvm_relay_x86.py``)
+- **01:13.366**: :ref:`sphx_glr_tutorial_auto_scheduler_matmul_x86.py` (``auto_scheduler_matmul_x86.py``)
+- **01:03.258**: :ref:`sphx_glr_tutorial_tensor_expr_get_started.py` (``tensor_expr_get_started.py``)
+- **00:27.109**: :ref:`sphx_glr_tutorial_relay_quick_start.py` (``relay_quick_start.py``)
+- **00:14.965**: :ref:`sphx_glr_tutorial_autotvm_matmul_x86.py` (``autotvm_matmul_x86.py``)
+- **00:01.136**: :ref:`sphx_glr_tutorial_tensor_ir_blitz_course.py` (``tensor_ir_blitz_course.py``)
+- **00:00.736**: :ref:`sphx_glr_tutorial_intro_topi.py` (``intro_topi.py``)
+- **00:00.228**: :ref:`sphx_glr_tutorial_cross_compilation_and_rpc.py` (``cross_compilation_and_rpc.py``)
+- **00:00.059**: :ref:`sphx_glr_tutorial_install.py` (``install.py``)
+- **00:00.058**: :ref:`sphx_glr_tutorial_tvmc_python.py` (``tvmc_python.py``)
+- **00:00.058**: :ref:`sphx_glr_tutorial_tvmc_command_line_driver.py` (``tvmc_command_line_driver.py``)
+- **00:00.058**: :ref:`sphx_glr_tutorial_introduction.py` (``introduction.py``)
diff --git a/docs/_sources/tutorial/tensor_expr_get_started.rst.txt b/docs/_sources/tutorial/tensor_expr_get_started.rst.txt
index f6f9f50..fbc81ae 100644
--- a/docs/_sources/tutorial/tensor_expr_get_started.rst.txt
+++ b/docs/_sources/tutorial/tensor_expr_get_started.rst.txt
@@ -243,7 +243,7 @@ helper function to run a profile of the TVM generated code.
 
  .. code-block:: none
 
-    Numpy running time: 0.000008
+    Numpy running time: 0.000009
     naive: 0.000006
 
 
@@ -334,7 +334,7 @@ compile and run this new schedule with the parallel operation applied:
 
  .. code-block:: none
 
-    parallel: 0.000006
+    parallel: 0.000007
 
 
 
@@ -387,7 +387,7 @@ factor to be the number of threads on your CPU.
 
  .. code-block:: none
 
-    vector: 0.000025
+    vector: 0.000024
     @main = primfn(A_1: handle, B_1: handle, C_1: handle) -> ()
       attr = {"from_legacy_te_schedule": True, "global_symbol": "main", "tir.noalias": True}
       buffers = {A: Buffer(A_2: Pointer(float32), float32, [(stride: int32*n: int32)], [], type="auto"),
@@ -436,10 +436,10 @@ We can now compare the different schedules
  .. code-block:: none
 
                 Operator                  Timing             Performance
-                   numpy    8.248159999766358e-06                    1.0
-                   naive              5.8769e-06      0.7125104265880478
-                parallel              6.0296e-06      0.7310236465067115
-                  vector    2.4720900000000002e-05     2.997141180663355
+                   numpy    9.083440002086718e-06                    1.0
+                   naive               5.833e-06       0.642157596533912
+                parallel    6.5408999999999995e-06    0.7200906262932737
+                  vector    2.4476500000000002e-05     2.694628906491051
 
 
 
@@ -828,7 +828,7 @@ matrix multiplication.
 
  .. code-block:: none
 
-    Numpy running time: 0.019152
+    Numpy running time: 0.019166
 
 
 
@@ -884,7 +884,7 @@ optimizations.
 
  .. code-block:: none
 
-    none: 3.433429
+    none: 3.528171
 
 
 
@@ -982,7 +982,7 @@ schedule.
 
  .. code-block:: none
 
-    blocking: 0.300290
+    blocking: 0.331846
 
 
 
@@ -1073,7 +1073,7 @@ already cache friendly from our previous optimizations.
 
  .. code-block:: none
 
-    vectorization: 0.340397
+    vectorization: 0.350593
     @main = primfn(A_1: handle, B_1: handle, C_1: handle) -> ()
       attr = {"from_legacy_te_schedule": True, "global_symbol": "main", "tir.noalias": True}
       buffers = {A: Buffer(A_2: Pointer(float32), float32, [1048576], []),
@@ -1144,7 +1144,7 @@ more cache friendly.
 
  .. code-block:: none
 
-    loop permutation: 0.116723
+    loop permutation: 0.144932
     @main = primfn(A_1: handle, B_1: handle, C_1: handle) -> ()
       attr = {"from_legacy_te_schedule": True, "global_symbol": "main", "tir.noalias": True}
       buffers = {A: Buffer(A_2: Pointer(float32), float32, [1048576], []),
@@ -1240,7 +1240,7 @@ optimized schedule.
 
  .. code-block:: none
 
-    array packing: 0.109390
+    array packing: 0.113834
     @main = primfn(A_1: handle, B_1: handle, C_1: handle) -> ()
       attr = {"from_legacy_te_schedule": True, "global_symbol": "main", "tir.noalias": True}
       buffers = {A: Buffer(A_2: Pointer(float32), float32, [1048576], []),
@@ -1330,7 +1330,7 @@ to `C` when all the block results are ready.
 
  .. code-block:: none
 
-    block caching: 0.110876
+    block caching: 0.113439
     @main = primfn(A_1: handle, B_1: handle, C_1: handle) -> ()
       attr = {"from_legacy_te_schedule": True, "global_symbol": "main", "tir.noalias": True}
       buffers = {A: Buffer(A_2: Pointer(float32), float32, [1048576], []),
@@ -1413,7 +1413,7 @@ of thread-level parallelization.
 
  .. code-block:: none
 
-    parallelization: 0.144552
+    parallelization: 0.148671
     @main = primfn(A_1: handle, B_1: handle, C_1: handle) -> ()
       attr = {"from_legacy_te_schedule": True, "global_symbol": "main", "tir.noalias": True}
       buffers = {A: Buffer(A_2: Pointer(float32), float32, [1048576], []),
@@ -1491,13 +1491,13 @@ working, we can compare the results.
  .. code-block:: none
 
                 Operator                  Timing             Performance
-                    none            3.4334289585                     1.0
-                blocking            0.3002903677     0.08746077793646594
-           vectorization            0.3403972053     0.09914205577409503
-        loop permutation     0.11672265740000001     0.03399594365016188
-           array packing     0.10938988790000001    0.031860245026823095
-           block caching     0.11087642010000001     0.03229320351175689
-         parallelization     0.14455180150000002     0.04210129385148308
+                    none      3.5281712758000006                     1.0
+                blocking            0.3318456973     0.09405600560725476
+           vectorization            0.3505925492     0.09936948118271394
+        loop permutation            0.1449319034    0.041078477225326086
+           array packing            0.1138336584     0.03226420984173695
+           block caching     0.11343920379999999    0.032152408410013496
+         parallelization            0.1486712142     0.04213832112396225
 
 
 
@@ -1534,7 +1534,7 @@ the computation for specific platforms.
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  1.326 seconds)
+   **Total running time of the script:** ( 1 minutes  3.258 seconds)
 
 
 .. _sphx_glr_download_tutorial_tensor_expr_get_started.py:
diff --git a/docs/commit_hash b/docs/commit_hash
index 09a702e..a5d2dd2 100644
--- a/docs/commit_hash
+++ b/docs/commit_hash
@@ -1 +1 @@
-95df0eb1461718d9d1453d2ba4beb9441c5cab3c
+621f777b7309bb11fde09de49f5135ce756a1bee
diff --git a/docs/how_to/compile_models/from_keras.html b/docs/how_to/compile_models/from_keras.html
index 62a88cb..a027275 100644
--- a/docs/how_to/compile_models/from_keras.html
+++ b/docs/how_to/compile_models/from_keras.html
@@ -358,6 +358,7 @@ pip install -U tensorflow --user
 <span class="kn">import</span> <span class="nn">tvm.relay</span> <span class="k">as</span> <span class="nn">relay</span>
 <span class="kn">from</span> <span class="nn">tvm.contrib.download</span> <span class="k">import</span> <span class="n">download_testdata</span>
 <span class="kn">import</span> <span class="nn">keras</span>
+<span class="kn">import</span> <span class="nn">tensorflow</span> <span class="k">as</span> <span class="nn">tf</span>
 <span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span>
 </pre></div>
 </div>
@@ -383,7 +384,7 @@ pip install -U tensorflow --user
 
 
 <span class="n">weights_path</span> <span class="o">=</span> <span class="n">download_testdata</span><span class="p">(</span><span class="n">weights_url</span><span class="p">,</span> <span class="n">weights_file</span><span class="p">,</span> <span class="n">module</span><span class="o">=</span><span class="s2">&quot;keras&quot;</span><span class="p">)</span>
-<span class="n">keras_resnet50</span> <span class="o">=</span> <span class="n">keras</span><span class="o">.</span><span class="n">applications</span><span class="o">.</span><span class="n">resnet50</span><span class="o">.</span><span class="n">ResNet50</span><span class="p">(</span>
+<span class="n">keras_resnet50</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">keras</span><span class="o">.</span><span class="n">applications</span><span class="o">.</span><span class="n">resnet50</span><span class="o">.</span><span class="n">ResNet50</span><span class="p">(</span>
     <span class="n">include_top</span><span class="o">=</span><span class="kc">True</span><span class="p">,</span> <span class="n">weights</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">input_shape</span><span class="o">=</span><span class="p">(</span><span class="mi">224</span><span class="p">,</span> <span class="mi">224</span><span class="p">,</span> <span class="mi">3</span><span class="p">),</span> <span class="n">classes</span><sp [...]
 <span class="p">)</span>
 <span class="n">keras_resnet50</span><span class="o">.</span><span class="n">load_weights</span><span class="p">(</span><span class="n">weights_path</span><span class="p">)</span>
@@ -395,7 +396,7 @@ pip install -U tensorflow --user
 <p>A single cat dominates the examples!</p>
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">PIL</span> <span class="k">import</span> <span class="n">Image</span>
 <span class="kn">from</span> <span class="nn">matplotlib</span> <span class="k">import</span> <span class="n">pyplot</span> <span class="k">as</span> <span class="n">plt</span>
-<span class="kn">from</span> <span class="nn">keras.applications.resnet50</span> <span class="k">import</span> <span class="n">preprocess_input</span>
+<span class="kn">from</span> <span class="nn">tensorflow.keras.applications.resnet50</span> <span class="k">import</span> <span class="n">preprocess_input</span>
 
 <span class="n">img_url</span> <span class="o">=</span> <span class="s2">&quot;https://github.com/dmlc/mxnet.js/blob/main/data/cat.png?raw=true&quot;</span>
 <span class="n">img_path</span> <span class="o">=</span> <span class="n">download_testdata</span><span class="p">(</span><span class="n">img_url</span><span class="p">,</span> <span class="s2">&quot;cat.png&quot;</span><span class="p">,</span> <span class="n">module</span><span class="o">=</span><span class="s2">&quot;data&quot;</span><span class="p">)</span>
diff --git a/docs/how_to/compile_models/from_mxnet.html b/docs/how_to/compile_models/from_mxnet.html
index da06635..bf996c4 100644
--- a/docs/how_to/compile_models/from_mxnet.html
+++ b/docs/how_to/compile_models/from_mxnet.html
@@ -400,7 +400,7 @@
 </div>
 <img alt="../../_images/sphx_glr_from_mxnet_001.png" class="sphx-glr-single-img" src="../../_images/sphx_glr_from_mxnet_001.png" />
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Downloading /workspace/.mxnet/models/resnet18_v1-a0666292.zip548cbff5-1ca5-4ed1-8a88-209fec301df1 from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/resnet18_v1-a0666292.zip...
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Downloading /workspace/.mxnet/models/resnet18_v1-a0666292.zip95c56813-9669-4810-9640-b18e569a0813 from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/resnet18_v1-a0666292.zip...
 x (1, 3, 224, 224)
 </pre></div>
 </div>
diff --git a/docs/how_to/compile_models/from_paddle.html b/docs/how_to/compile_models/from_paddle.html
index 5a3d754..7ffd53f 100644
--- a/docs/how_to/compile_models/from_paddle.html
+++ b/docs/how_to/compile_models/from_paddle.html
@@ -448,7 +448,7 @@ A quick solution is</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>TVM prediction top-1 id: 282, class name:  282: &#39;tiger cat&#39;,
 </pre></div>
 </div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  5.332 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  7.700 seconds)</p>
 <div class="sphx-glr-footer class sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-compile-models-from-paddle-py">
 <div class="sphx-glr-download docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/16269b77359771348d507395692524cf/from_paddle.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">from_paddle.py</span></code></a></p>
diff --git a/docs/how_to/compile_models/from_pytorch.html b/docs/how_to/compile_models/from_pytorch.html
index c7d559a..311e1dd 100644
--- a/docs/how_to/compile_models/from_pytorch.html
+++ b/docs/how_to/compile_models/from_pytorch.html
@@ -386,9 +386,10 @@ be unstable.</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Downloading: &quot;https://download.pytorch.org/models/resnet18-f37072fd.pth&quot; to /workspace/.cache/torch/hub/checkpoints/resnet18-f37072fd.pth
 
   0%|          | 0.00/44.7M [00:00&lt;?, ?B/s]
- 24%|##3       | 10.5M/44.7M [00:00&lt;00:00, 110MB/s]
- 62%|######1   | 27.6M/44.7M [00:00&lt;00:00, 151MB/s]
-100%|##########| 44.7M/44.7M [00:00&lt;00:00, 156MB/s]
+ 22%|##1       | 9.68M/44.7M [00:00&lt;00:00, 101MB/s]
+ 58%|#####7    | 25.8M/44.7M [00:00&lt;00:00, 141MB/s]
+ 93%|#########2| 41.5M/44.7M [00:00&lt;00:00, 152MB/s]
+100%|##########| 44.7M/44.7M [00:00&lt;00:00, 147MB/s]
 </pre></div>
 </div>
 </div>
diff --git a/docs/how_to/compile_models/from_tensorflow.html b/docs/how_to/compile_models/from_tensorflow.html
index 3068281..024c7ac 100644
--- a/docs/how_to/compile_models/from_tensorflow.html
+++ b/docs/how_to/compile_models/from_tensorflow.html
@@ -392,10 +392,6 @@
 <span class="n">image_url</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">repo_base</span><span class="p">,</span> <span class="n">img_name</span><span class="p">)</span>
 </pre></div>
 </div>
-<p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>tensorflow will use experimental.set_memory_growth(True)
-</pre></div>
-</div>
 <div class="section" id="tutorials">
 <h2>Tutorials<a class="headerlink" href="#tutorials" title="Permalink to this headline">¶</a></h2>
 <p>Please refer docs/frontend/tensorflow.md for more details for various models
@@ -610,7 +606,7 @@ banana (score = 0.00022)
 desk (score = 0.00019)
 </pre></div>
 </div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  10.515 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  3.048 seconds)</p>
 <div class="sphx-glr-footer class sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-compile-models-from-tensorflow-py">
 <div class="sphx-glr-download docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/7f1d3d1b878694c201c614c807cdebc8/from_tensorflow.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">from_tensorflow.py</span></code></a></p>
diff --git a/docs/how_to/compile_models/sg_execution_times.html b/docs/how_to/compile_models/sg_execution_times.html
index 1897817..9578e2a 100644
--- a/docs/how_to/compile_models/sg_execution_times.html
+++ b/docs/how_to/compile_models/sg_execution_times.html
@@ -300,17 +300,17 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-how-to-compile-models-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>04:52.593</strong> total execution time for <strong>how_to_compile_models</strong> files:</p>
+<p><strong>04:56.984</strong> total execution time for <strong>how_to_compile_models</strong> files:</p>
 <ul class="simple">
-<li><p><strong>01:10.515</strong>: <a class="reference internal" href="from_tensorflow.html#sphx-glr-how-to-compile-models-from-tensorflow-py"><span class="std std-ref">Compile Tensorflow Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_tensorflow.py</span></code>)</p></li>
-<li><p><strong>01:05.332</strong>: <a class="reference internal" href="from_paddle.html#sphx-glr-how-to-compile-models-from-paddle-py"><span class="std std-ref">Compile PaddlePaddle Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_paddle.py</span></code>)</p></li>
-<li><p><strong>00:54.749</strong>: <a class="reference internal" href="from_darknet.html#sphx-glr-how-to-compile-models-from-darknet-py"><span class="std std-ref">Compile YOLO-V2 and YOLO-V3 in DarkNet Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_darknet.py</span></code>)</p></li>
-<li><p><strong>00:26.067</strong>: <a class="reference internal" href="from_tflite.html#sphx-glr-how-to-compile-models-from-tflite-py"><span class="std std-ref">Compile TFLite Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_tflite.py</span></code>)</p></li>
-<li><p><strong>00:20.800</strong>: <a class="reference internal" href="from_mxnet.html#sphx-glr-how-to-compile-models-from-mxnet-py"><span class="std std-ref">Compile MXNet Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_mxnet.py</span></code>)</p></li>
-<li><p><strong>00:20.115</strong>: <a class="reference internal" href="from_coreml.html#sphx-glr-how-to-compile-models-from-coreml-py"><span class="std std-ref">Compile CoreML Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_coreml.py</span></code>)</p></li>
-<li><p><strong>00:18.875</strong>: <a class="reference internal" href="from_pytorch.html#sphx-glr-how-to-compile-models-from-pytorch-py"><span class="std std-ref">Compile PyTorch Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_pytorch.py</span></code>)</p></li>
-<li><p><strong>00:13.681</strong>: <a class="reference internal" href="from_keras.html#sphx-glr-how-to-compile-models-from-keras-py"><span class="std std-ref">Compile Keras Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_keras.py</span></code>)</p></li>
-<li><p><strong>00:02.459</strong>: <a class="reference internal" href="from_onnx.html#sphx-glr-how-to-compile-models-from-onnx-py"><span class="std std-ref">Compile ONNX Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_onnx.py</span></code>)</p></li>
+<li><p><strong>01:07.700</strong>: <a class="reference internal" href="from_paddle.html#sphx-glr-how-to-compile-models-from-paddle-py"><span class="std std-ref">Compile PaddlePaddle Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_paddle.py</span></code>)</p></li>
+<li><p><strong>01:03.048</strong>: <a class="reference internal" href="from_tensorflow.html#sphx-glr-how-to-compile-models-from-tensorflow-py"><span class="std std-ref">Compile Tensorflow Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_tensorflow.py</span></code>)</p></li>
+<li><p><strong>00:58.967</strong>: <a class="reference internal" href="from_darknet.html#sphx-glr-how-to-compile-models-from-darknet-py"><span class="std std-ref">Compile YOLO-V2 and YOLO-V3 in DarkNet Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_darknet.py</span></code>)</p></li>
+<li><p><strong>00:26.756</strong>: <a class="reference internal" href="from_tflite.html#sphx-glr-how-to-compile-models-from-tflite-py"><span class="std std-ref">Compile TFLite Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_tflite.py</span></code>)</p></li>
+<li><p><strong>00:22.045</strong>: <a class="reference internal" href="from_mxnet.html#sphx-glr-how-to-compile-models-from-mxnet-py"><span class="std std-ref">Compile MXNet Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_mxnet.py</span></code>)</p></li>
+<li><p><strong>00:21.993</strong>: <a class="reference internal" href="from_coreml.html#sphx-glr-how-to-compile-models-from-coreml-py"><span class="std std-ref">Compile CoreML Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_coreml.py</span></code>)</p></li>
+<li><p><strong>00:19.974</strong>: <a class="reference internal" href="from_pytorch.html#sphx-glr-how-to-compile-models-from-pytorch-py"><span class="std std-ref">Compile PyTorch Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_pytorch.py</span></code>)</p></li>
+<li><p><strong>00:14.053</strong>: <a class="reference internal" href="from_keras.html#sphx-glr-how-to-compile-models-from-keras-py"><span class="std std-ref">Compile Keras Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_keras.py</span></code>)</p></li>
+<li><p><strong>00:02.446</strong>: <a class="reference internal" href="from_onnx.html#sphx-glr-how-to-compile-models-from-onnx-py"><span class="std std-ref">Compile ONNX Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_onnx.py</span></code>)</p></li>
 </ul>
 </div>
 
diff --git a/docs/how_to/deploy_models/deploy_model_on_android.html b/docs/how_to/deploy_models/deploy_model_on_android.html
index 95a2026..845bdc4 100644
--- a/docs/how_to/deploy_models/deploy_model_on_android.html
+++ b/docs/how_to/deploy_models/deploy_model_on_android.html
@@ -622,7 +622,7 @@ to the remote android device.</p>
 Evaluate inference time cost...
 Execution time summary:
  mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)
-  15.8718      15.7418      17.0015      15.6429       0.3867
+  17.0666      16.9648      17.5925      16.4772       0.4169
 </pre></div>
 </div>
 </div>
diff --git a/docs/how_to/deploy_models/deploy_object_detection_pytorch.html b/docs/how_to/deploy_models/deploy_object_detection_pytorch.html
index 03c2cd7..ef7b9b4 100644
--- a/docs/how_to/deploy_models/deploy_object_detection_pytorch.html
+++ b/docs/how_to/deploy_models/deploy_object_detection_pytorch.html
@@ -409,58 +409,34 @@ be unstable.</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Downloading: &quot;https://download.pytorch.org/models/maskrcnn_resnet50_fpn_coco-bf2d0c1e.pth&quot; to /workspace/.cache/torch/hub/checkpoints/maskrcnn_resnet50_fpn_coco-bf2d0c1e.pth
 
   0%|          | 0.00/170M [00:00&lt;?, ?B/s]
-  3%|3         | 5.29M/170M [00:00&lt;00:03, 53.1MB/s]
-  6%|6         | 10.4M/170M [00:00&lt;00:04, 41.4MB/s]
-  9%|9         | 15.8M/170M [00:00&lt;00:03, 47.3MB/s]
- 12%|#2        | 20.9M/170M [00:00&lt;00:03, 49.7MB/s]
- 15%|#5        | 25.8M/170M [00:00&lt;00:03, 44.6MB/s]
- 18%|#8        | 30.9M/170M [00:00&lt;00:03, 46.3MB/s]
- 22%|##1       | 37.2M/170M [00:00&lt;00:02, 52.4MB/s]
- 25%|##5       | 42.8M/170M [00:00&lt;00:02, 54.2MB/s]
- 29%|##8       | 49.1M/170M [00:00&lt;00:02, 57.7MB/s]
- 32%|###2      | 54.7M/170M [00:01&lt;00:02, 47.4MB/s]
- 35%|###5      | 59.6M/170M [00:01&lt;00:02, 44.9MB/s]
- 38%|###7      | 64.3M/170M [00:01&lt;00:02, 46.1MB/s]
- 41%|####      | 68.9M/170M [00:01&lt;00:02, 45.5MB/s]
- 44%|####3     | 74.3M/170M [00:01&lt;00:02, 48.7MB/s]
- 47%|####6     | 79.5M/170M [00:01&lt;00:01, 50.0MB/s]
- 50%|####9     | 84.3M/170M [00:01&lt;00:01, 48.8MB/s]
- 52%|#####2    | 89.1M/170M [00:01&lt;00:02, 42.2MB/s]
- 55%|#####4    | 93.3M/170M [00:02&lt;00:01, 40.9MB/s]
- 58%|#####7    | 98.1M/170M [00:02&lt;00:01, 43.2MB/s]
- 61%|######1   | 104M/170M [00:02&lt;00:01, 45.6MB/s]
- 64%|######3   | 108M/170M [00:02&lt;00:01, 45.2MB/s]
- 66%|######6   | 113M/170M [00:02&lt;00:01, 41.6MB/s]
- 69%|######8   | 117M/170M [00:02&lt;00:01, 38.9MB/s]
- 72%|#######2  | 122M/170M [00:02&lt;00:01, 44.1MB/s]
- 75%|#######5  | 128M/170M [00:02&lt;00:00, 47.6MB/s]
- 78%|#######8  | 133M/170M [00:02&lt;00:00, 47.5MB/s]
- 82%|########1 | 139M/170M [00:03&lt;00:00, 51.8MB/s]
- 85%|########4 | 144M/170M [00:03&lt;00:00, 52.1MB/s]
- 88%|########7 | 149M/170M [00:03&lt;00:00, 48.1MB/s]
- 90%|######### | 153M/170M [00:03&lt;00:00, 27.9MB/s]
- 94%|#########3| 159M/170M [00:03&lt;00:00, 33.6MB/s]
- 96%|#########6| 163M/170M [00:03&lt;00:00, 34.6MB/s]
-100%|##########| 170M/170M [00:04&lt;00:00, 44.5MB/s]
-/usr/local/lib/python3.7/dist-packages/torch/functional.py:445: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at  ../aten/src/ATen/native/TensorShape.cpp:2157.)
-  return _VF.meshgrid(tensors, **kwargs)  # type: ignore[attr-defined]
-/usr/local/lib/python3.7/dist-packages/torch/nn/functional.py:3702: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
+  5%|5         | 9.25M/170M [00:00&lt;00:01, 96.8MB/s]
+ 15%|#5        | 25.5M/170M [00:00&lt;00:01, 140MB/s]
+ 24%|##4       | 41.2M/170M [00:00&lt;00:00, 150MB/s]
+ 34%|###3      | 57.1M/170M [00:00&lt;00:00, 157MB/s]
+ 43%|####3     | 73.3M/170M [00:00&lt;00:00, 162MB/s]
+ 53%|#####2    | 89.7M/170M [00:00&lt;00:00, 165MB/s]
+ 62%|######2   | 106M/170M [00:00&lt;00:00, 167MB/s]
+ 72%|#######2  | 122M/170M [00:00&lt;00:00, 168MB/s]
+ 82%|########1 | 139M/170M [00:00&lt;00:00, 169MB/s]
+ 91%|#########1| 155M/170M [00:01&lt;00:00, 170MB/s]
+100%|##########| 170M/170M [00:01&lt;00:00, 163MB/s]
+/usr/local/lib/python3.7/dist-packages/torch/nn/functional.py:3878: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
   for i in range(dim)
-/usr/local/lib/python3.7/dist-packages/torchvision/models/detection/anchor_utils.py:123: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the &#39;trunc&#39; function NOT &#39;floor&#39;). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode=&#39;trunc&#39;), or for actual floor division, use torch.div(a, b, rounding_mode=&#39;floor&#39;).
-  torch.tensor(image_size[1] // g[1], dtype=torch.int64, device=device)] for g in grid_sizes]
-/usr/local/lib/python3.7/dist-packages/torchvision/models/detection/anchor_utils.py:123: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
-  torch.tensor(image_size[1] // g[1], dtype=torch.int64, device=device)] for g in grid_sizes]
-/usr/local/lib/python3.7/dist-packages/torchvision/models/detection/rpn.py:84: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the &#39;trunc&#39; function NOT &#39;floor&#39;). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode=&#39;trunc&#39;), or for actual floor division, use torch.div(a, b, rounding_mode=&#39;floor&#39;).
+/usr/local/lib/python3.7/dist-packages/torchvision/models/detection/anchor_utils.py:127: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the &#39;trunc&#39; function NOT &#39;floor&#39;). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode=&#39;trunc&#39;), or for actual floor division, use torch.div(a, b, rounding_mode=&#39;floor&#39;).
+  for g in grid_sizes
+/usr/local/lib/python3.7/dist-packages/torchvision/models/detection/anchor_utils.py:127: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
+  for g in grid_sizes
+/usr/local/lib/python3.7/dist-packages/torchvision/models/detection/rpn.py:73: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the &#39;trunc&#39; function NOT &#39;floor&#39;). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode=&#39;trunc&#39;), or for actual floor division, use torch.div(a, b, rounding_mode=&#39;floor&#39;).
   A = Ax4 // 4
-/usr/local/lib/python3.7/dist-packages/torchvision/models/detection/rpn.py:85: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the &#39;trunc&#39; function NOT &#39;floor&#39;). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode=&#39;trunc&#39;), or for actual floor division, use torch.div(a, b, rounding_mode=&#39;floor&#39;).
+/usr/local/lib/python3.7/dist-packages/torchvision/models/detection/rpn.py:74: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the &#39;trunc&#39; function NOT &#39;floor&#39;). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode=&#39;trunc&#39;), or for actual floor division, use torch.div(a, b, rounding_mode=&#39;floor&#39;).
   C = AxC // A
-/usr/local/lib/python3.7/dist-packages/torchvision/ops/boxes.py:146: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
+/usr/local/lib/python3.7/dist-packages/torchvision/ops/boxes.py:156: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
   boxes_x = torch.min(boxes_x, torch.tensor(width, dtype=boxes.dtype, device=boxes.device))
-/usr/local/lib/python3.7/dist-packages/torchvision/ops/boxes.py:148: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
+/usr/local/lib/python3.7/dist-packages/torchvision/ops/boxes.py:158: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
   boxes_y = torch.min(boxes_y, torch.tensor(height, dtype=boxes.dtype, device=boxes.device))
-/usr/local/lib/python3.7/dist-packages/torchvision/models/detection/transform.py:276: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
+/usr/local/lib/python3.7/dist-packages/torchvision/models/detection/transform.py:293: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
   for s, s_orig in zip(new_size, original_size)
-/usr/local/lib/python3.7/dist-packages/torchvision/models/detection/roi_heads.py:372: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
+/usr/local/lib/python3.7/dist-packages/torchvision/models/detection/roi_heads.py:387: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
   return torch.tensor(M + 2 * padding).to(torch.float32) / torch.tensor(M).to(torch.float32)
 </pre></div>
 </div>
@@ -536,7 +512,7 @@ torchvision rcnn models.</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Get 9 valid boxes
 </pre></div>
 </div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 3 minutes  4.939 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 3 minutes  24.023 seconds)</p>
 <div class="sphx-glr-footer class sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-deploy-models-deploy-object-detection-pytorch-py">
 <div class="sphx-glr-download docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/7795da4b258c8feff986668b95ef57ad/deploy_object_detection_pytorch.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">deploy_object_detection_pytorch.py</span></code></a></p>
diff --git a/docs/how_to/deploy_models/deploy_prequantized.html b/docs/how_to/deploy_models/deploy_prequantized.html
index f7ceca0..a46a349 100644
--- a/docs/how_to/deploy_models/deploy_prequantized.html
+++ b/docs/how_to/deploy_models/deploy_prequantized.html
@@ -450,8 +450,8 @@ training. Other models require a full post training calibration.</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Downloading: &quot;https://download.pytorch.org/models/mobilenet_v2-b0353104.pth&quot; to /workspace/.cache/torch/hub/checkpoints/mobilenet_v2-b0353104.pth
 
   0%|          | 0.00/13.6M [00:00&lt;?, ?B/s]
- 71%|#######   | 9.62M/13.6M [00:00&lt;00:00, 100MB/s]
-100%|##########| 13.6M/13.6M [00:00&lt;00:00, 114MB/s]
+ 69%|######8   | 9.32M/13.6M [00:00&lt;00:00, 97.6MB/s]
+100%|##########| 13.6M/13.6M [00:00&lt;00:00, 112MB/s]
 </pre></div>
 </div>
 </div>
@@ -468,13 +468,9 @@ on the PyTorch website to learn about quantization and jit.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>/usr/local/lib/python3.7/dist-packages/torch/ao/quantization/observer.py:174: UserWarning: Please use quant_min and quant_max to specify the range for observers.                     reduce_range will be deprecated in a future release of PyTorch.
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>/usr/local/lib/python3.7/dist-packages/torch/ao/quantization/observer.py:179: UserWarning: Please use quant_min and quant_max to specify the range for observers.                     reduce_range will be deprecated in a future release of PyTorch.
   reduce_range will be deprecated in a future release of PyTorch.&quot;
-/usr/local/lib/python3.7/dist-packages/torch/ao/quantization/observer.py:886: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the &#39;trunc&#39; function NOT &#39;floor&#39;). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode=&#39;trunc&#39;), or for actual floor division, use torch.div(a, b, rounding_mode=&#39;floor&#39;).
-  src_bin_begin // dst_bin_width, 0, self.dst_nbins - 1
-/usr/local/lib/python3.7/dist-packages/torch/ao/quantization/observer.py:891: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the &#39;trunc&#39; function NOT &#39;floor&#39;). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode=&#39;trunc&#39;), or for actual floor division, use torch.div(a, b, rounding_mode=&#39;floor&#39;).
-  src_bin_end // dst_bin_width, 0, self.dst_nbins - 1
-/usr/local/lib/python3.7/dist-packages/torch/ao/quantization/observer.py:1109: UserWarning: must run observer before calling calculate_qparams.                                    Returning default scale and zero point
+/usr/local/lib/python3.7/dist-packages/torch/ao/quantization/observer.py:1126: UserWarning: must run observer before calling calculate_qparams.                                    Returning default scale and zero point
   Returning default scale and zero point &quot;
 </pre></div>
 </div>
@@ -544,7 +540,7 @@ output values are identical out of 1000 outputs from mobilenet v2.</p>
 <p class="sphx-glr-script-out">Out:</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Execution time summary:
  mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)
-  90.5038      90.3787      99.0103      89.9865       0.9076
+  90.9934      90.8639      98.0630      90.6502       0.7415
 </pre></div>
 </div>
 <div class="admonition note">
@@ -583,7 +579,7 @@ This includes support for the VNNI 8 bit dot product instruction (CascadeLake or
 <div class="section" id="deploy-a-quantized-tflite-model">
 <h2>Deploy a quantized TFLite Model<a class="headerlink" href="#deploy-a-quantized-tflite-model" title="Permalink to this headline">¶</a></h2>
 <p>TODO</p>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  4.086 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  7.980 seconds)</p>
 <div class="sphx-glr-footer class sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-deploy-models-deploy-prequantized-py">
 <div class="sphx-glr-download docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/fb8217c13f4351224c6cf3aacf1a87fc/deploy_prequantized.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">deploy_prequantized.py</span></code></a></p>
diff --git a/docs/how_to/deploy_models/deploy_prequantized_tflite.html b/docs/how_to/deploy_models/deploy_prequantized_tflite.html
index 09d5bda..bc30e90 100644
--- a/docs/how_to/deploy_models/deploy_prequantized_tflite.html
+++ b/docs/how_to/deploy_models/deploy_prequantized_tflite.html
@@ -540,7 +540,7 @@ TFLite Top-5 labels: [387 102 386 341 349]
 <p class="sphx-glr-script-out">Out:</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Execution time summary:
  mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)
-  119.3098     118.9068     139.2161     117.8411      2.2115
+  122.3868     122.4208     126.3363     120.4906      0.7674
 </pre></div>
 </div>
 <div class="admonition note">
@@ -568,7 +568,7 @@ network for ARM CPU</span></a>.</p></li>
 </ul>
 </div></blockquote>
 </div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  59.528 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 2 minutes  3.812 seconds)</p>
 <div class="sphx-glr-footer class sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-deploy-models-deploy-prequantized-tflite-py">
 <div class="sphx-glr-download docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/56691c7a27d45da61d112276334640d3/deploy_prequantized_tflite.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">deploy_prequantized_tflite.py</span></code></a></p>
diff --git a/docs/how_to/deploy_models/deploy_quantized.html b/docs/how_to/deploy_models/deploy_quantized.html
index 534eb94..fd914a4 100644
--- a/docs/how_to/deploy_models/deploy_quantized.html
+++ b/docs/how_to/deploy_models/deploy_quantized.html
@@ -480,7 +480,7 @@ for calibration. But the accuracy might be impacted.</p>
   DeprecationWarning,
 </pre></div>
 </div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  12.664 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  19.008 seconds)</p>
 <div class="sphx-glr-footer class sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-deploy-models-deploy-quantized-py">
 <div class="sphx-glr-download docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/7810ecf51bfc05f7d5e8a400ac3e815d/deploy_quantized.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">deploy_quantized.py</span></code></a></p>
diff --git a/docs/how_to/deploy_models/deploy_sparse.html b/docs/how_to/deploy_models/deploy_sparse.html
index 99351c9..a818a7a 100644
--- a/docs/how_to/deploy_models/deploy_sparse.html
+++ b/docs/how_to/deploy_models/deploy_sparse.html
@@ -413,10 +413,6 @@ tensorflow 2.2+ are required.</p>
         <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;experimental.set_memory_growth option is not available: </span><span class="si">{}</span><span class="s2">&quot;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">e</span><span class="p">))</span>
 </pre></div>
 </div>
-<p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>tensorflow will use experimental.set_memory_growth(True)
-</pre></div>
-</div>
 </div>
 <div class="section" id="configure-settings">
 <h2>Configure Settings<a class="headerlink" href="#configure-settings" title="Permalink to this headline">¶</a></h2>
diff --git a/docs/how_to/deploy_models/deploy_ssd_gluoncv.html b/docs/how_to/deploy_models/deploy_ssd_gluoncv.html
index e975007..6c4e0c5 100644
--- a/docs/how_to/deploy_models/deploy_ssd_gluoncv.html
+++ b/docs/how_to/deploy_models/deploy_ssd_gluoncv.html
@@ -351,7 +351,7 @@ We will use GluonCV pre-trained SSD model and convert it to Relay IR</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>/usr/local/lib/python3.7/dist-packages/gluoncv/__init__.py:40: UserWarning: Both `mxnet==1.6.0` and `torch==1.10.1+cu102` are installed. You might encounter increased GPU memory footprint if both framework are used at the same time.
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>/usr/local/lib/python3.7/dist-packages/gluoncv/__init__.py:40: UserWarning: Both `mxnet==1.6.0` and `torch==1.11.0+cu102` are installed. You might encounter increased GPU memory footprint if both framework are used at the same time.
   warnings.warn(f&#39;Both `mxnet=={mx.__version__}` and `torch=={torch.__version__}` are installed. &#39;
 </pre></div>
 </div>
@@ -415,22 +415,24 @@ to your device.</p>
 Downloading /workspace/.mxnet/models/ssd_512_resnet50_v1_voc-9c8b225a.zip from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/ssd_512_resnet50_v1_voc-9c8b225a.zip...
 
   0%|          | 0/132723 [00:00&lt;?, ?KB/s]
-  4%|4         | 5705/132723 [00:00&lt;00:02, 57044.61KB/s]
- 11%|#         | 14498/132723 [00:00&lt;00:01, 75207.29KB/s]
- 17%|#6        | 22019/132723 [00:00&lt;00:01, 66824.84KB/s]
- 23%|##3       | 30865/132723 [00:00&lt;00:01, 74761.91KB/s]
- 29%|##8       | 38478/132723 [00:00&lt;00:01, 75229.09KB/s]
- 36%|###5      | 47304/132723 [00:00&lt;00:01, 79519.49KB/s]
- 42%|####2     | 56187/132723 [00:00&lt;00:00, 82495.52KB/s]
- 49%|####9     | 65181/132723 [00:00&lt;00:00, 84827.91KB/s]
- 56%|#####5    | 74073/132723 [00:00&lt;00:00, 86092.84KB/s]
- 62%|######2   | 82908/132723 [00:01&lt;00:00, 86783.49KB/s]
- 69%|######9   | 91803/132723 [00:01&lt;00:00, 87441.06KB/s]
- 76%|#######5  | 100737/132723 [00:01&lt;00:00, 88014.44KB/s]
- 83%|########2 | 109607/132723 [00:01&lt;00:00, 88219.29KB/s]
- 89%|########9 | 118552/132723 [00:01&lt;00:00, 88588.38KB/s]
- 96%|#########6| 127416/132723 [00:01&lt;00:00, 74967.96KB/s]
-100%|##########| 132723/132723 [00:01&lt;00:00, 78715.28KB/s]
+  4%|3         | 4953/132723 [00:00&lt;00:02, 49525.44KB/s]
+ 10%|9         | 12799/132723 [00:00&lt;00:01, 66533.69KB/s]
+ 16%|#5        | 20645/132723 [00:00&lt;00:01, 71974.12KB/s]
+ 21%|##1       | 28456/132723 [00:00&lt;00:01, 74393.32KB/s]
+ 27%|##7       | 36326/132723 [00:00&lt;00:01, 75944.26KB/s]
+ 33%|###3      | 44141/132723 [00:00&lt;00:01, 76691.76KB/s]
+ 39%|###9      | 51811/132723 [00:00&lt;00:01, 76269.63KB/s]
+ 45%|####4     | 59439/132723 [00:00&lt;00:00, 75870.18KB/s]
+ 51%|#####     | 67027/132723 [00:00&lt;00:00, 75558.35KB/s]
+ 56%|#####6    | 74584/132723 [00:01&lt;00:00, 75325.09KB/s]
+ 62%|######1   | 82117/132723 [00:01&lt;00:00, 75196.30KB/s]
+ 68%|######7   | 89637/132723 [00:01&lt;00:00, 75106.76KB/s]
+ 73%|#######3  | 97157/132723 [00:01&lt;00:00, 75129.27KB/s]
+ 79%|#######8  | 104671/132723 [00:01&lt;00:00, 74944.10KB/s]
+ 85%|########4 | 112210/132723 [00:01&lt;00:00, 75074.83KB/s]
+ 90%|######### | 119719/132723 [00:01&lt;00:00, 75076.99KB/s]
+ 96%|#########5| 127283/132723 [00:01&lt;00:00, 75243.84KB/s]
+100%|##########| 132723/132723 [00:01&lt;00:00, 74563.11KB/s]
 </pre></div>
 </div>
 <p>Create TVM runtime and do inference
@@ -470,7 +472,7 @@ Downloading /workspace/.mxnet/models/ssd_512_resnet50_v1_voc-9c8b225a.zip from h
 </pre></div>
 </div>
 <img alt="../../_images/sphx_glr_deploy_ssd_gluoncv_001.png" class="sphx-glr-single-img" src="../../_images/sphx_glr_deploy_ssd_gluoncv_001.png" />
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 2 minutes  18.963 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 2 minutes  37.184 seconds)</p>
 <div class="sphx-glr-footer class sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-deploy-models-deploy-ssd-gluoncv-py">
 <div class="sphx-glr-download docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/cccb17d28e5e8b2e94ea8cd5ec59f6ed/deploy_ssd_gluoncv.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">deploy_ssd_gluoncv.py</span></code></a></p>
diff --git a/docs/how_to/deploy_models/sg_execution_times.html b/docs/how_to/deploy_models/sg_execution_times.html
index 6b5e2a5..6170ef7 100644
--- a/docs/how_to/deploy_models/sg_execution_times.html
+++ b/docs/how_to/deploy_models/sg_execution_times.html
@@ -300,16 +300,16 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-how-to-deploy-models-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>10:29.690</strong> total execution time for <strong>how_to_deploy_models</strong> files:</p>
+<p><strong>11:25.650</strong> total execution time for <strong>how_to_deploy_models</strong> files:</p>
 <ul class="simple">
-<li><p><strong>03:04.939</strong>: <a class="reference internal" href="deploy_object_detection_pytorch.html#sphx-glr-how-to-deploy-models-deploy-object-detection-pytorch-py"><span class="std std-ref">Compile PyTorch Object Detection Models</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_object_detection_pytorch.py</span></code>)</p></li>
-<li><p><strong>02:18.963</strong>: <a class="reference internal" href="deploy_ssd_gluoncv.html#sphx-glr-how-to-deploy-models-deploy-ssd-gluoncv-py"><span class="std std-ref">Deploy Single Shot Multibox Detector(SSD) model</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_ssd_gluoncv.py</span></code>)</p></li>
-<li><p><strong>01:59.528</strong>: <a class="reference internal" href="deploy_prequantized_tflite.html#sphx-glr-how-to-deploy-models-deploy-prequantized-tflite-py"><span class="std std-ref">Deploy a Framework-prequantized Model with TVM - Part 3 (TFLite)</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_prequantized_tflite.py</span></code>)</p></li>
-<li><p><strong>01:12.664</strong>: <a class="reference internal" href="deploy_quantized.html#sphx-glr-how-to-deploy-models-deploy-quantized-py"><span class="std std-ref">Deploy a Quantized Model on Cuda</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_quantized.py</span></code>)</p></li>
-<li><p><strong>01:04.086</strong>: <a class="reference internal" href="deploy_prequantized.html#sphx-glr-how-to-deploy-models-deploy-prequantized-py"><span class="std std-ref">Deploy a Framework-prequantized Model with TVM</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_prequantized.py</span></code>)</p></li>
-<li><p><strong>00:27.565</strong>: <a class="reference internal" href="deploy_model_on_android.html#sphx-glr-how-to-deploy-models-deploy-model-on-android-py"><span class="std std-ref">Deploy the Pretrained Model on Android</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_model_on_android.py</span></code>)</p></li>
-<li><p><strong>00:21.753</strong>: <a class="reference internal" href="deploy_model_on_rasp.html#sphx-glr-how-to-deploy-models-deploy-model-on-rasp-py"><span class="std std-ref">Deploy the Pretrained Model on Raspberry Pi</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_model_on_rasp.py</span></code>)</p></li>
-<li><p><strong>00:00.193</strong>: <a class="reference internal" href="deploy_sparse.html#sphx-glr-how-to-deploy-models-deploy-sparse-py"><span class="std std-ref">Deploy a Hugging Face Pruned Model on CPU</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_sparse.py</span></code>)</p></li>
+<li><p><strong>03:24.023</strong>: <a class="reference internal" href="deploy_object_detection_pytorch.html#sphx-glr-how-to-deploy-models-deploy-object-detection-pytorch-py"><span class="std std-ref">Compile PyTorch Object Detection Models</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_object_detection_pytorch.py</span></code>)</p></li>
+<li><p><strong>02:37.184</strong>: <a class="reference internal" href="deploy_ssd_gluoncv.html#sphx-glr-how-to-deploy-models-deploy-ssd-gluoncv-py"><span class="std std-ref">Deploy Single Shot Multibox Detector(SSD) model</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_ssd_gluoncv.py</span></code>)</p></li>
+<li><p><strong>02:03.812</strong>: <a class="reference internal" href="deploy_prequantized_tflite.html#sphx-glr-how-to-deploy-models-deploy-prequantized-tflite-py"><span class="std std-ref">Deploy a Framework-prequantized Model with TVM - Part 3 (TFLite)</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_prequantized_tflite.py</span></code>)</p></li>
+<li><p><strong>01:19.008</strong>: <a class="reference internal" href="deploy_quantized.html#sphx-glr-how-to-deploy-models-deploy-quantized-py"><span class="std std-ref">Deploy a Quantized Model on Cuda</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_quantized.py</span></code>)</p></li>
+<li><p><strong>01:07.980</strong>: <a class="reference internal" href="deploy_prequantized.html#sphx-glr-how-to-deploy-models-deploy-prequantized-py"><span class="std std-ref">Deploy a Framework-prequantized Model with TVM</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_prequantized.py</span></code>)</p></li>
+<li><p><strong>00:30.099</strong>: <a class="reference internal" href="deploy_model_on_android.html#sphx-glr-how-to-deploy-models-deploy-model-on-android-py"><span class="std std-ref">Deploy the Pretrained Model on Android</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_model_on_android.py</span></code>)</p></li>
+<li><p><strong>00:23.331</strong>: <a class="reference internal" href="deploy_model_on_rasp.html#sphx-glr-how-to-deploy-models-deploy-model-on-rasp-py"><span class="std std-ref">Deploy the Pretrained Model on Raspberry Pi</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_model_on_rasp.py</span></code>)</p></li>
+<li><p><strong>00:00.212</strong>: <a class="reference internal" href="deploy_sparse.html#sphx-glr-how-to-deploy-models-deploy-sparse-py"><span class="std std-ref">Deploy a Hugging Face Pruned Model on CPU</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_sparse.py</span></code>)</p></li>
 </ul>
 </div>
 
diff --git a/docs/how_to/extend_tvm/bring_your_own_datatypes.html b/docs/how_to/extend_tvm/bring_your_own_datatypes.html
index 6f91142..6be6cac 100644
--- a/docs/how_to/extend_tvm/bring_your_own_datatypes.html
+++ b/docs/how_to/extend_tvm/bring_your_own_datatypes.html
@@ -588,7 +588,7 @@ In this alpha state of the Bring Your Own Datatypes framework, we have not imple
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Downloading /workspace/.mxnet/models/mobilenet0.25-9f83e440.zip893362af-c56a-4ab6-9279-ef1cf7614420 from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/mobilenet0.25-9f83e440.zip...
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Downloading /workspace/.mxnet/models/mobilenet0.25-9f83e440.zipe52eea56-e21c-4c83-9806-3d1107bd1731 from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/mobilenet0.25-9f83e440.zip...
 </pre></div>
 </div>
 <p>It’s easy to execute MobileNet with native TVM:</p>
diff --git a/docs/how_to/extend_tvm/sg_execution_times.html b/docs/how_to/extend_tvm/sg_execution_times.html
index e32d8fd..bff8517 100644
--- a/docs/how_to/extend_tvm/sg_execution_times.html
+++ b/docs/how_to/extend_tvm/sg_execution_times.html
@@ -300,12 +300,12 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-how-to-extend-tvm-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>00:37.617</strong> total execution time for <strong>how_to_extend_tvm</strong> files:</p>
+<p><strong>00:40.713</strong> total execution time for <strong>how_to_extend_tvm</strong> files:</p>
 <ul class="simple">
-<li><p><strong>00:34.113</strong>: <a class="reference internal" href="bring_your_own_datatypes.html#sphx-glr-how-to-extend-tvm-bring-your-own-datatypes-py"><span class="std std-ref">Bring Your Own Datatypes to TVM</span></a> (<code class="docutils literal notranslate"><span class="pre">bring_your_own_datatypes.py</span></code>)</p></li>
-<li><p><strong>00:02.241</strong>: <a class="reference internal" href="use_pass_instrument.html#sphx-glr-how-to-extend-tvm-use-pass-instrument-py"><span class="std std-ref">How to Use TVM Pass Instrument</span></a> (<code class="docutils literal notranslate"><span class="pre">use_pass_instrument.py</span></code>)</p></li>
-<li><p><strong>00:01.061</strong>: <a class="reference internal" href="use_pass_infra.html#sphx-glr-how-to-extend-tvm-use-pass-infra-py"><span class="std std-ref">How to Use TVM Pass Infra</span></a> (<code class="docutils literal notranslate"><span class="pre">use_pass_infra.py</span></code>)</p></li>
-<li><p><strong>00:00.201</strong>: <a class="reference internal" href="low_level_custom_pass.html#sphx-glr-how-to-extend-tvm-low-level-custom-pass-py"><span class="std std-ref">Writing a Customized Pass</span></a> (<code class="docutils literal notranslate"><span class="pre">low_level_custom_pass.py</span></code>)</p></li>
+<li><p><strong>00:36.948</strong>: <a class="reference internal" href="bring_your_own_datatypes.html#sphx-glr-how-to-extend-tvm-bring-your-own-datatypes-py"><span class="std std-ref">Bring Your Own Datatypes to TVM</span></a> (<code class="docutils literal notranslate"><span class="pre">bring_your_own_datatypes.py</span></code>)</p></li>
+<li><p><strong>00:02.418</strong>: <a class="reference internal" href="use_pass_instrument.html#sphx-glr-how-to-extend-tvm-use-pass-instrument-py"><span class="std std-ref">How to Use TVM Pass Instrument</span></a> (<code class="docutils literal notranslate"><span class="pre">use_pass_instrument.py</span></code>)</p></li>
+<li><p><strong>00:01.132</strong>: <a class="reference internal" href="use_pass_infra.html#sphx-glr-how-to-extend-tvm-use-pass-infra-py"><span class="std std-ref">How to Use TVM Pass Infra</span></a> (<code class="docutils literal notranslate"><span class="pre">use_pass_infra.py</span></code>)</p></li>
+<li><p><strong>00:00.215</strong>: <a class="reference internal" href="low_level_custom_pass.html#sphx-glr-how-to-extend-tvm-low-level-custom-pass-py"><span class="std std-ref">Writing a Customized Pass</span></a> (<code class="docutils literal notranslate"><span class="pre">low_level_custom_pass.py</span></code>)</p></li>
 </ul>
 </div>
 
diff --git a/docs/how_to/extend_tvm/use_pass_instrument.html b/docs/how_to/extend_tvm/use_pass_instrument.html
index f4a70a9..b9da62d 100644
--- a/docs/how_to/extend_tvm/use_pass_instrument.html
+++ b/docs/how_to/extend_tvm/use_pass_instrument.html
@@ -486,10 +486,10 @@ profile the execution time of each passes.</p>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Printing results of timing profile...
-InferType: 6172us [6172us] (45.46%; 45.46%)
-FoldScaleAxis: 7406us [3us] (54.54%; 54.54%)
-        FoldConstant: 7403us [1541us] (54.52%; 99.97%)
-                InferType: 5862us [5862us] (43.18%; 79.19%)
+InferType: 6821us [6821us] (46.76%; 46.76%)
+FoldScaleAxis: 7766us [4us] (53.24%; 53.24%)
+        FoldConstant: 7762us [1518us] (53.22%; 99.95%)
+                InferType: 6244us [6244us] (42.81%; 80.44%)
 </pre></div>
 </div>
 </div>
@@ -512,10 +512,10 @@ Refer to following sections and <a class="reference internal" href="../../refere
 </div>
 <p class="sphx-glr-script-out">Out:</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Printing results of timing profile...
-InferType: 5963us [5963us] (44.69%; 44.69%)
-FoldScaleAxis: 7381us [2us] (55.31%; 55.31%)
-        FoldConstant: 7379us [1544us] (55.30%; 99.97%)
-                InferType: 5835us [5835us] (43.73%; 79.08%)
+InferType: 6269us [6269us] (45.39%; 45.39%)
+FoldScaleAxis: 7542us [3us] (54.61%; 54.61%)
+        FoldConstant: 7539us [1537us] (54.59%; 99.96%)
+                InferType: 6001us [6001us] (43.46%; 79.61%)
 </pre></div>
 </div>
 <p>Register empty list to clear existing instruments.</p>
diff --git a/docs/how_to/optimize_operators/opt_conv_cuda.html b/docs/how_to/optimize_operators/opt_conv_cuda.html
index 96bbcf7..5150df2 100644
--- a/docs/how_to/optimize_operators/opt_conv_cuda.html
+++ b/docs/how_to/optimize_operators/opt_conv_cuda.html
@@ -534,7 +534,7 @@ latency of convolution.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Convolution: 54.123481 ms
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Convolution: 54.205926 ms
 </pre></div>
 </div>
 <div class="sphx-glr-footer class sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-optimize-operators-opt-conv-cuda-py">
diff --git a/docs/how_to/optimize_operators/opt_conv_tensorcore.html b/docs/how_to/optimize_operators/opt_conv_tensorcore.html
index dd9899d..3b20c47 100644
--- a/docs/how_to/optimize_operators/opt_conv_tensorcore.html
+++ b/docs/how_to/optimize_operators/opt_conv_tensorcore.html
@@ -876,7 +876,7 @@ be able to run on our build server</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>conv2d with tensor core: 6.689506 ms
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>conv2d with tensor core: 6.512085 ms
 </pre></div>
 </div>
 </div>
diff --git a/docs/how_to/optimize_operators/opt_gemm.html b/docs/how_to/optimize_operators/opt_gemm.html
index 1ac70aa..cb28b0e 100644
--- a/docs/how_to/optimize_operators/opt_gemm.html
+++ b/docs/how_to/optimize_operators/opt_gemm.html
@@ -431,8 +431,8 @@ Then we write a baseline implementation, the simplest way to write a matrix mult
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Numpy running time: 0.017615
-Baseline: 3.427615
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Numpy running time: 0.020275
+Baseline: 3.634168
 </pre></div>
 </div>
 <p>In TVM, we can always inspect lower level IR to debug or optimize our schedule.
@@ -493,7 +493,7 @@ fill 32 * 32 * sizeof(float) which is 4KB in the cache whose total size is 32KB
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt1: 0.303126
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt1: 0.332438
 </pre></div>
 </div>
 <p>Here is the generated IR after blocking.</p>
@@ -561,7 +561,7 @@ vastly.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt2: 0.334398
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt2: 0.349068
 </pre></div>
 </div>
 <p>Here is the generated IR after vectorization.</p>
@@ -623,7 +623,7 @@ the access pattern for A matrix is more cache friendly.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt3: 0.113512
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt3: 0.138454
 </pre></div>
 </div>
 <p>Here is the generated IR after loop permutation.</p>
@@ -707,7 +707,7 @@ flattening.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt4: 0.109189
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt4: 0.113577
 </pre></div>
 </div>
 <p>Here is the generated IR after array packing.</p>
@@ -794,7 +794,7 @@ write to C when all the block results are ready.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt5: 0.111525
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt5: 0.115102
 </pre></div>
 </div>
 <p>Here is the generated IR after blocking.</p>
@@ -885,7 +885,7 @@ write to C when all the block results are ready.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt6: 0.144697
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt6: 0.147673
 </pre></div>
 </div>
 <p>Here is the generated IR after parallelization.</p>
diff --git a/docs/how_to/optimize_operators/sg_execution_times.html b/docs/how_to/optimize_operators/sg_execution_times.html
index a072626..467ccc0 100644
--- a/docs/how_to/optimize_operators/sg_execution_times.html
+++ b/docs/how_to/optimize_operators/sg_execution_times.html
@@ -300,11 +300,11 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-how-to-optimize-operators-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>00:34.980</strong> total execution time for <strong>how_to_optimize_operators</strong> files:</p>
+<p><strong>00:37.023</strong> total execution time for <strong>how_to_optimize_operators</strong> files:</p>
 <ul class="simple">
-<li><p><strong>00:32.337</strong>: <a class="reference internal" href="opt_gemm.html#sphx-glr-how-to-optimize-operators-opt-gemm-py"><span class="std std-ref">How to optimize GEMM on CPU</span></a> (<code class="docutils literal notranslate"><span class="pre">opt_gemm.py</span></code>)</p></li>
-<li><p><strong>00:01.421</strong>: <a class="reference internal" href="opt_conv_tensorcore.html#sphx-glr-how-to-optimize-operators-opt-conv-tensorcore-py"><span class="std std-ref">How to optimize convolution using TensorCores</span></a> (<code class="docutils literal notranslate"><span class="pre">opt_conv_tensorcore.py</span></code>)</p></li>
-<li><p><strong>00:01.222</strong>: <a class="reference internal" href="opt_conv_cuda.html#sphx-glr-how-to-optimize-operators-opt-conv-cuda-py"><span class="std std-ref">How to optimize convolution on GPU</span></a> (<code class="docutils literal notranslate"><span class="pre">opt_conv_cuda.py</span></code>)</p></li>
+<li><p><strong>00:34.340</strong>: <a class="reference internal" href="opt_gemm.html#sphx-glr-how-to-optimize-operators-opt-gemm-py"><span class="std std-ref">How to optimize GEMM on CPU</span></a> (<code class="docutils literal notranslate"><span class="pre">opt_gemm.py</span></code>)</p></li>
+<li><p><strong>00:01.427</strong>: <a class="reference internal" href="opt_conv_tensorcore.html#sphx-glr-how-to-optimize-operators-opt-conv-tensorcore-py"><span class="std std-ref">How to optimize convolution using TensorCores</span></a> (<code class="docutils literal notranslate"><span class="pre">opt_conv_tensorcore.py</span></code>)</p></li>
+<li><p><strong>00:01.256</strong>: <a class="reference internal" href="opt_conv_cuda.html#sphx-glr-how-to-optimize-operators-opt-conv-cuda-py"><span class="std std-ref">How to optimize convolution on GPU</span></a> (<code class="docutils literal notranslate"><span class="pre">opt_conv_cuda.py</span></code>)</p></li>
 </ul>
 </div>
 
diff --git a/docs/how_to/tune_with_autoscheduler/sg_execution_times.html b/docs/how_to/tune_with_autoscheduler/sg_execution_times.html
index ffc5517..884720e 100644
--- a/docs/how_to/tune_with_autoscheduler/sg_execution_times.html
+++ b/docs/how_to/tune_with_autoscheduler/sg_execution_times.html
@@ -300,14 +300,14 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-how-to-tune-with-autoscheduler-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>04:54.492</strong> total execution time for <strong>how_to_tune_with_autoscheduler</strong> files:</p>
+<p><strong>05:07.939</strong> total execution time for <strong>how_to_tune_with_autoscheduler</strong> files:</p>
 <ul class="simple">
-<li><p><strong>02:20.378</strong>: <a class="reference internal" href="tune_conv2d_layer_cuda.html#sphx-glr-how-to-tune-with-autoscheduler-tune-conv2d-layer-cuda-py"><span class="std std-ref">Auto-scheduling a Convolution Layer for GPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_conv2d_layer_cuda.py</span></code>)</p></li>
-<li><p><strong>01:19.521</strong>: <a class="reference internal" href="tune_network_x86.html#sphx-glr-how-to-tune-with-autoscheduler-tune-network-x86-py"><span class="std std-ref">Auto-scheduling a Neural Network for x86 CPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_network_x86.py</span></code>)</p></li>
-<li><p><strong>00:40.376</strong>: <a class="reference internal" href="tune_network_cuda.html#sphx-glr-how-to-tune-with-autoscheduler-tune-network-cuda-py"><span class="std std-ref">Auto-scheduling a Neural Network for NVIDIA GPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_network_cuda.py</span></code>)</p></li>
-<li><p><strong>00:17.229</strong>: <a class="reference internal" href="tune_sparse_x86.html#sphx-glr-how-to-tune-with-autoscheduler-tune-sparse-x86-py"><span class="std std-ref">Auto-scheduling Sparse Matrix Multiplication on CPU with Custom Sketch Rule</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_sparse_x86.py</span></code>)</p></li>
-<li><p><strong>00:08.811</strong>: <a class="reference internal" href="tune_network_mali.html#sphx-glr-how-to-tune-with-autoscheduler-tune-network-mali-py"><span class="std std-ref">Auto-scheduling a Neural Network for mali GPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_network_mali.py</span></code>)</p></li>
-<li><p><strong>00:08.177</strong>: <a class="reference internal" href="tune_network_arm.html#sphx-glr-how-to-tune-with-autoscheduler-tune-network-arm-py"><span class="std std-ref">Auto-scheduling a Neural Network for ARM CPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_network_arm.py</span></code>)</p></li>
+<li><p><strong>02:26.916</strong>: <a class="reference internal" href="tune_conv2d_layer_cuda.html#sphx-glr-how-to-tune-with-autoscheduler-tune-conv2d-layer-cuda-py"><span class="std std-ref">Auto-scheduling a Convolution Layer for GPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_conv2d_layer_cuda.py</span></code>)</p></li>
+<li><p><strong>01:23.017</strong>: <a class="reference internal" href="tune_network_x86.html#sphx-glr-how-to-tune-with-autoscheduler-tune-network-x86-py"><span class="std std-ref">Auto-scheduling a Neural Network for x86 CPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_network_x86.py</span></code>)</p></li>
+<li><p><strong>00:41.534</strong>: <a class="reference internal" href="tune_network_cuda.html#sphx-glr-how-to-tune-with-autoscheduler-tune-network-cuda-py"><span class="std std-ref">Auto-scheduling a Neural Network for NVIDIA GPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_network_cuda.py</span></code>)</p></li>
+<li><p><strong>00:17.955</strong>: <a class="reference internal" href="tune_sparse_x86.html#sphx-glr-how-to-tune-with-autoscheduler-tune-sparse-x86-py"><span class="std std-ref">Auto-scheduling Sparse Matrix Multiplication on CPU with Custom Sketch Rule</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_sparse_x86.py</span></code>)</p></li>
+<li><p><strong>00:09.405</strong>: <a class="reference internal" href="tune_network_mali.html#sphx-glr-how-to-tune-with-autoscheduler-tune-network-mali-py"><span class="std std-ref">Auto-scheduling a Neural Network for mali GPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_network_mali.py</span></code>)</p></li>
+<li><p><strong>00:09.112</strong>: <a class="reference internal" href="tune_network_arm.html#sphx-glr-how-to-tune-with-autoscheduler-tune-network-arm-py"><span class="std std-ref">Auto-scheduling a Neural Network for ARM CPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_network_arm.py</span></code>)</p></li>
 </ul>
 </div>
 
diff --git a/docs/how_to/tune_with_autoscheduler/tune_conv2d_layer_cuda.html b/docs/how_to/tune_with_autoscheduler/tune_conv2d_layer_cuda.html
index 9a6a0cb..cb9ff43 100644
--- a/docs/how_to/tune_with_autoscheduler/tune_conv2d_layer_cuda.html
+++ b/docs/how_to/tune_with_autoscheduler/tune_conv2d_layer_cuda.html
@@ -469,336 +469,612 @@ cooperative fetching, unrolling and operator fusion.</p>
              bias: Buffer(bias_2: Pointer(float32), float32, [512], []),
              compute: Buffer(compute_2: Pointer(float32), float32, [25088], [])}
   buffer_map = {data_1: data, kernel_1: kernel, bias_1: bias, compute_1: compute} {
-  attr [IterVar(blockIdx.x: int32, (nullptr), &quot;ThreadIndex&quot;, &quot;blockIdx.x&quot;)] &quot;thread_extent&quot; = 64;
-  allocate(conv2d_nchw: Pointer(local float32), float32, [7]), storage_scope = local;
-  allocate(pad_temp.shared: Pointer(shared float32), float32, [252]), storage_scope = shared;
-  allocate(kernel.shared: Pointer(shared float32), float32, [96]), storage_scope = shared;
+  attr [IterVar(blockIdx.x: int32, (nullptr), &quot;ThreadIndex&quot;, &quot;blockIdx.x&quot;)] &quot;thread_extent&quot; = 32;
+  allocate(conv2d_nchw: Pointer(local float32), float32, [14]), storage_scope = local;
+  allocate(pad_temp.shared: Pointer(shared float32), float32, [4032]), storage_scope = shared;
+  allocate(kernel.shared: Pointer(shared float32), float32, [3072]), storage_scope = shared;
   attr [IterVar(threadIdx.x: int32, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56 {
-    conv2d_nchw_1: Buffer(conv2d_nchw, float32, [1], [], scope=&quot;local&quot;, align=4)[0] = 0f32
-    conv2d_nchw_1[1] = 0f32
+    conv2d_nchw_1: Buffer(conv2d_nchw, float32, [4], [], scope=&quot;local&quot;, align=8)[0] = 0f32
     conv2d_nchw_1[2] = 0f32
-    conv2d_nchw_1[3] = 0f32
     conv2d_nchw_1[4] = 0f32
-    conv2d_nchw_1[5] = 0f32
     conv2d_nchw_1[6] = 0f32
-    for (rc.outer.outer: int32, 0, 128) {
-      let cse_var_1: int32 = (rc.outer.outer*196)
-       {
-        attr [IterVar(threadIdx.x_1: int32, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        pad_temp.shared_1: Buffer(pad_temp.shared, float32, [252], [], scope=&quot;shared&quot;)[threadIdx.x_1] = @tir.if_then_else(((7 &lt;= threadIdx.x_1) &amp;&amp; (1 &lt;= floormod(threadIdx.x_1, 7))), data[((cse_var_1 + threadIdx.x_1) - 8)], 0f32, dtype=float32)
-        attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        pad_temp.shared_1[(threadIdx.x_1 + 56)] = @tir.if_then_else((((1 &lt;= floormod((floordiv(threadIdx.x_1, 7) + 8), 9)) &amp;&amp; (floormod((floordiv(threadIdx.x_1, 7) + 8), 9) &lt; 8)) &amp;&amp; (1 &lt;= floormod(threadIdx.x_1, 7))), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 8), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 8), 9)*7)) + floormod(threadIdx.x_1, 7)) - 8)], 0f32, dtype=float32)
-        attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        pad_temp.shared_1[(threadIdx.x_1 + 112)] = @tir.if_then_else((((1 &lt;= floormod((floordiv(threadIdx.x_1, 7) + 7), 9)) &amp;&amp; (floormod((floordiv(threadIdx.x_1, 7) + 7), 9) &lt; 8)) &amp;&amp; (1 &lt;= floormod(threadIdx.x_1, 7))), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 16), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 7), 9)*7)) + floormod(threadIdx.x_1, 7)) - 8)], 0f32, dtype=float32)
-        attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        pad_temp.shared_1[(threadIdx.x_1 + 168)] = @tir.if_then_else((((1 &lt;= floormod((floordiv(threadIdx.x_1, 7) + 6), 9)) &amp;&amp; (floormod((floordiv(threadIdx.x_1, 7) + 6), 9) &lt; 8)) &amp;&amp; (1 &lt;= floormod(threadIdx.x_1, 7))), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 24), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 6), 9)*7)) + floormod(threadIdx.x_1, 7)) - 8)], 0f32, dtype=float32)
-        attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        if @tir.likely((threadIdx.x_1 &lt; 28), dtype=bool) {
-          pad_temp.shared_1[(threadIdx.x_1 + 224)] = @tir.if_then_else(((floormod((floordiv(threadIdx.x_1, 7) + 5), 9) &lt; 8) &amp;&amp; (1 &lt;= floormod(threadIdx.x_1, 7))), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 32), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 5), 9)*7)) + floormod(threadIdx.x_1, 7)) - 8)], 0f32, dtype=float32)
-        }
-        attr [IterVar(threadIdx.x_2: int32, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        kernel.shared_1: Buffer(kernel.shared, float32, [96], [], scope=&quot;shared&quot;)[threadIdx.x_2] = kernel[((((blockIdx.x*36864) + (floordiv(threadIdx.x_2, 12)*4608)) + (rc.outer.outer*36)) + (floormod(threadIdx.x_2, 12)*3))]
-        attr [IterVar(threadIdx.x_2, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        if @tir.likely((threadIdx.x_2 &lt; 40), dtype=bool) {
-          kernel.shared_1[(threadIdx.x_2 + 56)] = kernel[((((blockIdx.x*36864) + (floordiv((floordiv(threadIdx.x_2, 4) + 14), 3)*4608)) + (rc.outer.outer*36)) + (floormod((threadIdx.x_2 + 8), 12)*3))]
-        }
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(floormod(threadIdx.x, 7)*7)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 1)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 2)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 3)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 4)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 5)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 6)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 63)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 64)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 65)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 66)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 67)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 68)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 69)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 126)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 127)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 128)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 129)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 130)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 131)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 132)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 189)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 190)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 191)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 192)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 193)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 194)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 195)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 7)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 8)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 9)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 10)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 11)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 12)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 13)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 70)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 71)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 72)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 73)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 74)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 75)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 76)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 133)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 134)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 135)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 136)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 137)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 138)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 139)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 196)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 197)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 198)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 199)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 200)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 201)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 202)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 14)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 15)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 16)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 17)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 18)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 19)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 20)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 77)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 78)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 79)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 80)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 81)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 82)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 83)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 140)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 141)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 142)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 143)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 144)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 145)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 146)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 203)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 204)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 205)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 206)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 207)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 208)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 209)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-        attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        pad_temp.shared_1[threadIdx.x_1] = @tir.if_then_else((7 &lt;= threadIdx.x_1), data[((cse_var_1 + threadIdx.x_1) - 7)], 0f32, dtype=float32)
-        attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        pad_temp.shared_1[(threadIdx.x_1 + 56)] = @tir.if_then_else(((1 &lt;= floormod((floordiv(threadIdx.x_1, 7) + 8), 9)) &amp;&amp; (floormod((floordiv(threadIdx.x_1, 7) + 8), 9) &lt; 8)), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 8), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 8), 9)*7)) + floormod(threadIdx.x_1, 7)) - 7)], 0f32, dtype=float32)
-        attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        pad_temp.shared_1[(threadIdx.x_1 + 112)] = @tir.if_then_else(((1 &lt;= floormod((floordiv(threadIdx.x_1, 7) + 7), 9)) &amp;&amp; (floormod((floordiv(threadIdx.x_1, 7) + 7), 9) &lt; 8)), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 16), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 7), 9)*7)) + floormod(threadIdx.x_1, 7)) - 7)], 0f32, dtype=float32)
-        attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        pad_temp.shared_1[(threadIdx.x_1 + 168)] = @tir.if_then_else(((1 &lt;= floormod((floordiv(threadIdx.x_1, 7) + 6), 9)) &amp;&amp; (floormod((floordiv(threadIdx.x_1, 7) + 6), 9) &lt; 8)), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 24), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 6), 9)*7)) + floormod(threadIdx.x_1, 7)) - 7)], 0f32, dtype=float32)
-        attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        if @tir.likely((threadIdx.x_1 &lt; 28), dtype=bool) {
-          pad_temp.shared_1[(threadIdx.x_1 + 224)] = @tir.if_then_else((floormod((floordiv(threadIdx.x_1, 7) + 5), 9) &lt; 8), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 32), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 5), 9)*7)) + floormod(threadIdx.x_1, 7)) - 7)], 0f32, dtype=float32)
-        }
-        attr [IterVar(threadIdx.x_2, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        kernel.shared_1[threadIdx.x_2] = kernel[(((((blockIdx.x*36864) + (floordiv(threadIdx.x_2, 12)*4608)) + (rc.outer.outer*36)) + (floormod(threadIdx.x_2, 12)*3)) + 1)]
-        attr [IterVar(threadIdx.x_2, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        if @tir.likely((threadIdx.x_2 &lt; 40), dtype=bool) {
-          kernel.shared_1[(threadIdx.x_2 + 56)] = kernel[(((((blockIdx.x*36864) + (floordiv((floordiv(threadIdx.x_2, 4) + 14), 3)*4608)) + (rc.outer.outer*36)) + (floormod((threadIdx.x_2 + 8), 12)*3)) + 1)]
-        }
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(floormod(threadIdx.x, 7)*7)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 1)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 2)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 3)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 4)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 5)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 6)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 63)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 64)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 65)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 66)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 67)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 68)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 69)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 126)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 127)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 128)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 129)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 130)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 131)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 132)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 189)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 190)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 191)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 192)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 193)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 194)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 195)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 7)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 8)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 9)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 10)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 11)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 12)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 13)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 70)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 71)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 72)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 73)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 74)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 75)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 76)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 133)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 134)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 135)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 136)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 137)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 138)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 139)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 196)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 197)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 198)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 199)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 200)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 201)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 202)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 14)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 15)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 16)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 17)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 18)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 19)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 20)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 77)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 78)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 79)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 80)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 81)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 82)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 83)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 140)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 141)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 142)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 143)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 144)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 145)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 146)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 203)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 204)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 205)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 206)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 207)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 208)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 209)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-        attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        pad_temp.shared_1[threadIdx.x_1] = @tir.if_then_else(((7 &lt;= threadIdx.x_1) &amp;&amp; (floormod(threadIdx.x_1, 7) &lt; 6)), data[((cse_var_1 + threadIdx.x_1) - 6)], 0f32, dtype=float32)
-        attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        pad_temp.shared_1[(threadIdx.x_1 + 56)] = @tir.if_then_else((((1 &lt;= floormod((floordiv(threadIdx.x_1, 7) + 8), 9)) &amp;&amp; (floormod((floordiv(threadIdx.x_1, 7) + 8), 9) &lt; 8)) &amp;&amp; (floormod(threadIdx.x_1, 7) &lt; 6)), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 8), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 8), 9)*7)) + floormod(threadIdx.x_1, 7)) - 6)], 0f32, dtype=float32)
-        attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        pad_temp.shared_1[(threadIdx.x_1 + 112)] = @tir.if_then_else((((1 &lt;= floormod((floordiv(threadIdx.x_1, 7) + 7), 9)) &amp;&amp; (floormod((floordiv(threadIdx.x_1, 7) + 7), 9) &lt; 8)) &amp;&amp; (floormod(threadIdx.x_1, 7) &lt; 6)), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 16), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 7), 9)*7)) + floormod(threadIdx.x_1, 7)) - 6)], 0f32, dtype=float32)
-        attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        pad_temp.shared_1[(threadIdx.x_1 + 168)] = @tir.if_then_else((((1 &lt;= floormod((floordiv(threadIdx.x_1, 7) + 6), 9)) &amp;&amp; (floormod((floordiv(threadIdx.x_1, 7) + 6), 9) &lt; 8)) &amp;&amp; (floormod(threadIdx.x_1, 7) &lt; 6)), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 24), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 6), 9)*7)) + floormod(threadIdx.x_1, 7)) - 6)], 0f32, dtype=float32)
-        attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        if @tir.likely((threadIdx.x_1 &lt; 28), dtype=bool) {
-          pad_temp.shared_1[(threadIdx.x_1 + 224)] = @tir.if_then_else(((floormod((floordiv(threadIdx.x_1, 7) + 5), 9) &lt; 8) &amp;&amp; (floormod(threadIdx.x_1, 7) &lt; 6)), data[((((cse_var_1 + (floordiv((floordiv(threadIdx.x_1, 7) + 32), 9)*49)) + (floormod((floordiv(threadIdx.x_1, 7) + 5), 9)*7)) + floormod(threadIdx.x_1, 7)) - 6)], 0f32, dtype=float32)
-        }
-        attr [IterVar(threadIdx.x_2, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        kernel.shared_1[threadIdx.x_2] = kernel[(((((blockIdx.x*36864) + (floordiv(threadIdx.x_2, 12)*4608)) + (rc.outer.outer*36)) + (floormod(threadIdx.x_2, 12)*3)) + 2)]
-        attr [IterVar(threadIdx.x_2, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
-        if @tir.likely((threadIdx.x_2 &lt; 40), dtype=bool) {
-          kernel.shared_1[(threadIdx.x_2 + 56)] = kernel[(((((blockIdx.x*36864) + (floordiv((floordiv(threadIdx.x_2, 4) + 14), 3)*4608)) + (rc.outer.outer*36)) + (floormod((threadIdx.x_2 + 8), 12)*3)) + 2)]
+    conv2d_nchw_1[8] = 0f32
+    conv2d_nchw_1[10] = 0f32
+    conv2d_nchw_1[12] = 0f32
+    conv2d_nchw_1[1] = 0f32
+    conv2d_nchw_1[3] = 0f32
+    conv2d_nchw_1[5] = 0f32
+    conv2d_nchw_1[7] = 0f32
+    conv2d_nchw_1[9] = 0f32
+    conv2d_nchw_1[11] = 0f32
+    conv2d_nchw_1[13] = 0f32
+    for (rc.outer.outer: int32, 0, 8) {
+      for (ry.outer.outer: int32, 0, 3) {
+        let cse_var_4: int32 = (rc.outer.outer*3136)
+        let cse_var_3: int32 = (ry.outer.outer*7)
+        let cse_var_2: int32 = (rc.outer.outer*576)
+        let cse_var_1: int32 = (ry.outer.outer*3)
+         {
+          attr [IterVar(threadIdx.x_1: int32, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1: Buffer(pad_temp.shared, float32, [4032], [], scope=&quot;shared&quot;)[threadIdx.x_1] = @tir.if_then_else(((((1 &lt;= (floordiv(threadIdx.x_1, 9) + ry.outer.outer)) &amp;&amp; ((floordiv(threadIdx.x_1, 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod(threadIdx.x_1, 9))) &amp;&amp; (floormod(threadIdx.x_1, 9) &lt; 8)), data[((((cse_var_4 + (floordiv(threadIdx.x_1, 9)*7)) + cse_var_3) + floormod(threadIdx.x_1, 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 56)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 56), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 56), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 2), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 2), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 56), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 2), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 112)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 112), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 112), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 4), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 4), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 112), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 4), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 168)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 168), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 168), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 6), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 6), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 168), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 6), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 224)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 224), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 224), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 8), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 8), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 224), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 8), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 280)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 280), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 280), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 1), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 1), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 280), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 1), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 336)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 336), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 336), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 3), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 3), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 336), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 3), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 392)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 392), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 392), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 5), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 5), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 392), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 5), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 448)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 448), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 448), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 7), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 7), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 448), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 7), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 504)] = @tir.if_then_else(((((1 &lt;= (floordiv(threadIdx.x_1, 9) + ry.outer.outer)) &amp;&amp; ((floordiv(threadIdx.x_1, 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod(threadIdx.x_1, 9))) &amp;&amp; (floormod(threadIdx.x_1, 9) &lt; 8)), data[((((cse_var_4 + (floordiv(threadIdx.x_1, 9)*7)) + cse_var_3) + floormod(threadIdx.x_1, 9)) + 384)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 560)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 560), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 560), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 2), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 2), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 560), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 2), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 616)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 616), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 616), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 4), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 4), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 616), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 4), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 672)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 672), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 672), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 6), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 6), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 672), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 6), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 728)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 728), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 728), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 8), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 8), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 728), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 8), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 784)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 784), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 784), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 1), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 1), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 784), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 1), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 840)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 840), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 840), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 3), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 3), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 840), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 3), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 896)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 896), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 896), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 5), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 5), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 896), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 5), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 952)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 952), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 952), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 7), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 7), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 952), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 7), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 1008)] = @tir.if_then_else(((((1 &lt;= (floordiv(threadIdx.x_1, 9) + ry.outer.outer)) &amp;&amp; ((floordiv(threadIdx.x_1, 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod(threadIdx.x_1, 9))) &amp;&amp; (floormod(threadIdx.x_1, 9) &lt; 8)), data[((((cse_var_4 + (floordiv(threadIdx.x_1, 9)*7)) + cse_var_3) + floormod(threadIdx.x_1, 9)) + 776)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 1064)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 1064), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 1064), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 2), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 2), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1064), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 2), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 1120)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 1120), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 1120), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 4), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 4), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1120), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 4), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 1176)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 1176), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 1176), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 6), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 6), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1176), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 6), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 1232)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 1232), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 1232), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 8), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 8), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1232), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 8), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 1288)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 1288), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 1288), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 1), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 1), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1288), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 1), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 1344)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 1344), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 1344), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 3), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 3), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1344), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 3), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 1400)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 1400), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 1400), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 5), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 5), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1400), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 5), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 1456)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 1456), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 1456), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 7), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 7), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1456), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 7), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 1512)] = @tir.if_then_else(((((1 &lt;= (floordiv(threadIdx.x_1, 9) + ry.outer.outer)) &amp;&amp; ((floordiv(threadIdx.x_1, 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod(threadIdx.x_1, 9))) &amp;&amp; (floormod(threadIdx.x_1, 9) &lt; 8)), data[((((cse_var_4 + (floordiv(threadIdx.x_1, 9)*7)) + cse_var_3) + floormod(threadIdx.x_1, 9)) + 1168)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 1568)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 1568), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 1568), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 2), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 2), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1568), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 2), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 1624)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 1624), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 1624), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 4), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 4), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1624), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 4), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 1680)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 1680), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 1680), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 6), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 6), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1680), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 6), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 1736)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 1736), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 1736), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 8), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 8), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1736), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 8), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 1792)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 1792), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 1792), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 1), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 1), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1792), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 1), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 1848)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 1848), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 1848), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 3), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 3), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1848), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 3), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 1904)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 1904), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 1904), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 5), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 5), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1904), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 5), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 1960)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 1960), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 1960), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 7), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 7), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 1960), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 7), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 2016)] = @tir.if_then_else(((((1 &lt;= (floordiv(threadIdx.x_1, 9) + ry.outer.outer)) &amp;&amp; ((floordiv(threadIdx.x_1, 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod(threadIdx.x_1, 9))) &amp;&amp; (floormod(threadIdx.x_1, 9) &lt; 8)), data[((((cse_var_4 + (floordiv(threadIdx.x_1, 9)*7)) + cse_var_3) + floormod(threadIdx.x_1, 9)) + 1560)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 2072)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 2072), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 2072), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 2), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 2), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2072), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 2), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 2128)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 2128), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 2128), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 4), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 4), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2128), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 4), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 2184)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 2184), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 2184), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 6), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 6), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2184), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 6), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 2240)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 2240), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 2240), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 8), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 8), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2240), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 8), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 2296)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 2296), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 2296), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 1), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 1), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2296), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 1), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 2352)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 2352), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 2352), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 3), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 3), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2352), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 3), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 2408)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 2408), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 2408), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 5), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 5), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2408), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 5), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 2464)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 2464), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 2464), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 7), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 7), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2464), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 7), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 2520)] = @tir.if_then_else(((((1 &lt;= (floordiv(threadIdx.x_1, 9) + ry.outer.outer)) &amp;&amp; ((floordiv(threadIdx.x_1, 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod(threadIdx.x_1, 9))) &amp;&amp; (floormod(threadIdx.x_1, 9) &lt; 8)), data[((((cse_var_4 + (floordiv(threadIdx.x_1, 9)*7)) + cse_var_3) + floormod(threadIdx.x_1, 9)) + 1952)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 2576)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 2576), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 2576), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 2), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 2), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2576), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 2), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 2632)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 2632), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 2632), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 4), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 4), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2632), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 4), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 2688)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 2688), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 2688), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 6), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 6), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2688), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 6), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 2744)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 2744), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 2744), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 8), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 8), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2744), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 8), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 2800)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 2800), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 2800), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 1), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 1), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2800), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 1), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 2856)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 2856), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 2856), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 3), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 3), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2856), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 3), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 2912)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 2912), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 2912), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 5), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 5), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2912), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 5), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 2968)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 2968), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 2968), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 7), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 7), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 2968), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 7), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 3024)] = @tir.if_then_else(((((1 &lt;= (floordiv(threadIdx.x_1, 9) + ry.outer.outer)) &amp;&amp; ((floordiv(threadIdx.x_1, 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod(threadIdx.x_1, 9))) &amp;&amp; (floormod(threadIdx.x_1, 9) &lt; 8)), data[((((cse_var_4 + (floordiv(threadIdx.x_1, 9)*7)) + cse_var_3) + floormod(threadIdx.x_1, 9)) + 2344)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 3080)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 3080), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 3080), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 2), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 2), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3080), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 2), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 3136)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 3136), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 3136), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 4), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 4), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3136), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 4), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 3192)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 3192), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 3192), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 6), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 6), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3192), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 6), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 3248)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 3248), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 3248), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 8), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 8), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3248), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 8), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 3304)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 3304), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 3304), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 1), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 1), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3304), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 1), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 3360)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 3360), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 3360), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 3), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 3), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3360), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 3), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 3416)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 3416), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 3416), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 5), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 5), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3416), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 5), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 3472)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 3472), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 3472), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 7), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 7), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3472), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 7), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 3528)] = @tir.if_then_else(((((1 &lt;= (floordiv(threadIdx.x_1, 9) + ry.outer.outer)) &amp;&amp; ((floordiv(threadIdx.x_1, 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod(threadIdx.x_1, 9))) &amp;&amp; (floormod(threadIdx.x_1, 9) &lt; 8)), data[((((cse_var_4 + (floordiv(threadIdx.x_1, 9)*7)) + cse_var_3) + floormod(threadIdx.x_1, 9)) + 2736)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 3584)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 3584), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 3584), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 2), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 2), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3584), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 2), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 3640)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 3640), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 3640), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 4), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 4), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3640), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 4), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 3696)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 3696), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 3696), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 6), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 6), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3696), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 6), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 3752)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 3752), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 3752), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 8), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 8), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3752), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 8), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 3808)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 3808), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 3808), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 1), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 1), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3808), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 1), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 3864)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 3864), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 3864), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 3), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 3), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3864), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 3), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 3920)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 3920), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 3920), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 5), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 5), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3920), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 5), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_1, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56;
+          pad_temp.shared_1[(threadIdx.x_1 + 3976)] = @tir.if_then_else(((((1 &lt;= (floordiv(floormod((threadIdx.x_1 + 3976), 63), 9) + ry.outer.outer)) &amp;&amp; ((floordiv(floormod((threadIdx.x_1 + 3976), 63), 9) + ry.outer.outer) &lt; 8)) &amp;&amp; (1 &lt;= floormod((threadIdx.x_1 + 7), 9))) &amp;&amp; (floormod((threadIdx.x_1 + 7), 9) &lt; 8)), data[((((cse_var_4 + (floordiv((threadIdx.x_1 + 3976), 9)*7)) + cse_var_3) + floormod((threadIdx.x_1 + 7), 9)) - 8)], 0f32, dtype=float32)
+          attr [IterVar(threadIdx.x_2: int32, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56 {
+            kernel.shared_1: Buffer(kernel.shared, float32, [3072], [], scope=&quot;shared&quot;)[(threadIdx.x_2*8)] = kernel[((((((blockIdx.x*73728) + (floordiv(threadIdx.x_2, 24)*4608)) + cse_var_2) + (floordiv(floormod((threadIdx.x_2*8), 192), 3)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 1)] = kernel[((((((blockIdx.x*73728) + (floordiv(threadIdx.x_2, 24)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 1), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 2)] = kernel[((((((blockIdx.x*73728) + (floordiv(threadIdx.x_2, 24)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 2), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 3)] = kernel[((((((blockIdx.x*73728) + (floordiv(threadIdx.x_2, 24)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 1), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 4)] = kernel[((((((blockIdx.x*73728) + (floordiv(threadIdx.x_2, 24)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 4), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 5)] = kernel[((((((blockIdx.x*73728) + (floordiv(threadIdx.x_2, 24)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 5), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 6)] = kernel[((((((blockIdx.x*73728) + (floordiv(threadIdx.x_2, 24)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 2), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 7)] = kernel[((((((blockIdx.x*73728) + (floordiv(threadIdx.x_2, 24)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 7), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+          }
+          attr [IterVar(threadIdx.x_2, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56 {
+            kernel.shared_1[((threadIdx.x_2*8) + 448)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 7), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 448), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 449)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 7), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 449), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 450)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 7), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 22), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 451)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 7), 3)*4608)) + cse_var_2) + (floormod((floordiv(((threadIdx.x_2*8) + 448), 3) + 1), 64)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 452)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 7), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 452), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 453)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 7), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 23), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 454)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 7), 3)*4608)) + cse_var_2) + (floormod((floordiv(((threadIdx.x_2*8) + 448), 3) + 2), 64)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 455)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 7), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 455), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+          }
+          attr [IterVar(threadIdx.x_2, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56 {
+            kernel.shared_1[((threadIdx.x_2*8) + 896)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 14), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 896), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 897)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 14), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 43), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 898)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 14), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 898), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 899)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 14), 3)*4608)) + cse_var_2) + (floormod((floordiv(((threadIdx.x_2*8) + 896), 3) + 1), 64)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 900)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 14), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 44), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 901)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 14), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 901), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 902)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 14), 3)*4608)) + cse_var_2) + (floormod((floordiv(((threadIdx.x_2*8) + 896), 3) + 2), 64)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 903)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 14), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 45), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+          }
+          attr [IterVar(threadIdx.x_2, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56 {
+            kernel.shared_1[((threadIdx.x_2*8) + 1344)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod((threadIdx.x_2*8), 192), 3)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3)) + 32256)]
+            kernel.shared_1[((threadIdx.x_2*8) + 1345)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 1345), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3)) + 32256)]
+            kernel.shared_1[((threadIdx.x_2*8) + 1346)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 1346), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3)) + 32256)]
+            kernel.shared_1[((threadIdx.x_2*8) + 1347)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 1), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3)) + 32256)]
+            kernel.shared_1[((threadIdx.x_2*8) + 1348)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 1348), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3)) + 32256)]
+            kernel.shared_1[((threadIdx.x_2*8) + 1349)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 1349), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3)) + 32256)]
+            kernel.shared_1[((threadIdx.x_2*8) + 1350)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 2), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3)) + 32256)]
+            kernel.shared_1[((threadIdx.x_2*8) + 1351)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 1351), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3)) + 32256)]
+          }
+          attr [IterVar(threadIdx.x_2, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56 {
+            kernel.shared_1[((threadIdx.x_2*8) + 1792)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 28), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 1792), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 1793)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 28), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 1793), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 1794)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 28), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 22), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 1795)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 28), 3)*4608)) + cse_var_2) + (floormod((floordiv(((threadIdx.x_2*8) + 1792), 3) + 1), 64)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 1796)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 28), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 1796), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 1797)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 28), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 23), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 1798)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 28), 3)*4608)) + cse_var_2) + (floormod((floordiv(((threadIdx.x_2*8) + 1792), 3) + 2), 64)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 1799)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 28), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 1799), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+          }
+          attr [IterVar(threadIdx.x_2, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56 {
+            kernel.shared_1[((threadIdx.x_2*8) + 2240)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 35), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 2240), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 2241)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 35), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 43), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 2242)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 35), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 2242), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 2243)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 35), 3)*4608)) + cse_var_2) + (floormod((floordiv(((threadIdx.x_2*8) + 2240), 3) + 1), 64)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 2244)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 35), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 44), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 2245)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 35), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 2245), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 2246)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 35), 3)*4608)) + cse_var_2) + (floormod((floordiv(((threadIdx.x_2*8) + 2240), 3) + 2), 64)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3))]
+            kernel.shared_1[((threadIdx.x_2*8) + 2247)] = kernel[((((((blockIdx.x*73728) + (floordiv((floordiv(threadIdx.x_2, 8) + 35), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 45), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3))]
+          }
+          attr [IterVar(threadIdx.x_2, (nullptr), &quot;ThreadIndex&quot;, &quot;threadIdx.x&quot;)] &quot;thread_extent&quot; = 56 {
+            if @tir.likely((threadIdx.x_2 &lt; 48), dtype=bool) {
+              kernel.shared_1[((threadIdx.x_2*8) + 2688)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod((threadIdx.x_2*8), 192), 3)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3)) + 64512)]
+            }
+            if @tir.likely((threadIdx.x_2 &lt; 48), dtype=bool) {
+              kernel.shared_1[((threadIdx.x_2*8) + 2689)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 2689), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3)) + 64512)]
+            }
+            if @tir.likely((threadIdx.x_2 &lt; 48), dtype=bool) {
+              kernel.shared_1[((threadIdx.x_2*8) + 2690)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 2690), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3)) + 64512)]
+            }
+            if @tir.likely((threadIdx.x_2 &lt; 48), dtype=bool) {
+              kernel.shared_1[((threadIdx.x_2*8) + 2691)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 1), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3)) + 64512)]
+            }
+            if @tir.likely((threadIdx.x_2 &lt; 48), dtype=bool) {
+              kernel.shared_1[((threadIdx.x_2*8) + 2692)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 2692), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3)) + 64512)]
+            }
+            if @tir.likely((threadIdx.x_2 &lt; 48), dtype=bool) {
+              kernel.shared_1[((threadIdx.x_2*8) + 2693)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 2693), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 2), 3)) + 64512)]
+            }
+            if @tir.likely((threadIdx.x_2 &lt; 48), dtype=bool) {
+              kernel.shared_1[((threadIdx.x_2*8) + 2694)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floormod((floordiv((threadIdx.x_2*8), 3) + 2), 64)*9)) + cse_var_1) + floormod((threadIdx.x_2*8), 3)) + 64512)]
+            }
+            if @tir.likely((threadIdx.x_2 &lt; 48), dtype=bool) {
+              kernel.shared_1[((threadIdx.x_2*8) + 2695)] = kernel[(((((((blockIdx.x*73728) + (floordiv(floordiv(threadIdx.x_2, 8), 3)*4608)) + cse_var_2) + (floordiv(floormod(((threadIdx.x_2*8) + 2695), 192), 3)*9)) + cse_var_1) + floormod(((threadIdx.x_2*8) + 1), 3)) + 64512)]
+            }
+          }
+          for (rc.outer.inner: int32, 0, 8) {
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((rc.outer.inner*504) + floormod(threadIdx.x, 7))]*kernel.shared_1[((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24))]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 9)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24))]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 18)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24))]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 27)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24))]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 36)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24))]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 45)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24))]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 54)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24))]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((rc.outer.inner*504) + floormod(threadIdx.x, 7))]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 192)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 9)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 192)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 18)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 192)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 27)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 192)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 36)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 192)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 45)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 192)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 54)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 192)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 1)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 1)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 10)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 1)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 19)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 1)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 28)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 1)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 37)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 1)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 46)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 1)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 55)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 1)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 1)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 193)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 10)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 193)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 19)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 193)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 28)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 193)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 37)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 193)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 46)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 193)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 55)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 193)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 2)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 2)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 11)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 2)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 20)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 2)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 29)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 2)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 38)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 2)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 47)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 2)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 56)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 2)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 2)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 194)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 11)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 194)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 20)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 194)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 29)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 194)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 38)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 194)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 47)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 194)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 56)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 194)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 63)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 3)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 72)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 3)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 81)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 3)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 90)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 3)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 99)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 3)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 108)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 3)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 117)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 3)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 63)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 195)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 72)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 195)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 81)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 195)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 90)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 195)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 99)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 195)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 108)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 195)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 117)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 195)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 64)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 4)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 73)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 4)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 82)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 4)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 91)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 4)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 100)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 4)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 109)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 4)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 118)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 4)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 64)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 196)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 73)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 196)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 82)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 196)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 91)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 196)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 100)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 196)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 109)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 196)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 118)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 196)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 65)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 5)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 74)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 5)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 83)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 5)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 92)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 5)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 101)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 5)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 110)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 5)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 119)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 5)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 65)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 197)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 74)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 197)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 83)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 197)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 92)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 197)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 101)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 197)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 110)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 197)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 119)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 197)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 126)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 6)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 135)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 6)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 144)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 6)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 153)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 6)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 162)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 6)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 171)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 6)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 180)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 6)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 126)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 198)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 135)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 198)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 144)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 198)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 153)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 198)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 162)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 198)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 171)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 198)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 180)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 198)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 127)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 7)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 136)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 7)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 145)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 7)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 154)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 7)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 163)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 7)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 172)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 7)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 181)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 7)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 127)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 199)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 136)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 199)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 145)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 199)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 154)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 199)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 163)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 199)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 172)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 199)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 181)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 199)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 128)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 8)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 137)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 8)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 146)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 8)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 155)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 8)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 164)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 8)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 173)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 8)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 182)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 8)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 128)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 200)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 137)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 200)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 146)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 200)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 155)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 200)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 164)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 200)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 173)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 200)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 182)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 200)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 189)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 9)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 198)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 9)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 207)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 9)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 216)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 9)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 225)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 9)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 234)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 9)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 243)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 9)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 189)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 201)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 198)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 201)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 207)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 201)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 216)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 201)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 225)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 201)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 234)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 201)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 243)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 201)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 190)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 10)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 199)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 10)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 208)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 10)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 217)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 10)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 226)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 10)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 235)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 10)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 244)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 10)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 190)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 202)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 199)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 202)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 208)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 202)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 217)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 202)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 226)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 202)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 235)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 202)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 244)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 202)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 191)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 11)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 200)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 11)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 209)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 11)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 218)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 11)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 227)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 11)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 236)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 11)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 245)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 11)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 191)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 203)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 200)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 203)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 209)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 203)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 218)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 203)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 227)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 203)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 236)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 203)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 245)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 203)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 252)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 12)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 261)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 12)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 270)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 12)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 279)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 12)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 288)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 12)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 297)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 12)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 306)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 12)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 252)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 204)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 261)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 204)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 270)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 204)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 279)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 204)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 288)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 204)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 297)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 204)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 306)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 204)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 253)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 13)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 262)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 13)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 271)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 13)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 280)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 13)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 289)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 13)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 298)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 13)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 307)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 13)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 253)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 205)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 262)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 205)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 271)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 205)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 280)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 205)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 289)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 205)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 298)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 205)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 307)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 205)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 254)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 14)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 263)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 14)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 272)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 14)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 281)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 14)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 290)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 14)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 299)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 14)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 308)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 14)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 254)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 206)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 263)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 206)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 272)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 206)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 281)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 206)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 290)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 206)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 299)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 206)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 308)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 206)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 315)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 15)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 324)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 15)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 333)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 15)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 342)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 15)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 351)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 15)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 360)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 15)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 369)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 15)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 315)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 207)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 324)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 207)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 333)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 207)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 342)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 207)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 351)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 207)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 360)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 207)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 369)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 207)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 316)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 16)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 325)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 16)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 334)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 16)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 343)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 16)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 352)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 16)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 361)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 16)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 370)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 16)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 316)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 208)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 325)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 208)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 334)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 208)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 343)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 208)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 352)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 208)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 361)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 208)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 370)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 208)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 317)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 17)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 326)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 17)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 335)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 17)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 344)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 17)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 353)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 17)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 362)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 17)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 371)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 17)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 317)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 209)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 326)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 209)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 335)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 209)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 344)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 209)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 353)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 209)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 362)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 209)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 371)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 209)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 378)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 18)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 387)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 18)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 396)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 18)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 405)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 18)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 414)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 18)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 423)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 18)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 432)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 18)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 378)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 210)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 387)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 210)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 396)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 210)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 405)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 210)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 414)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 210)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 423)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 210)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 432)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 210)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 379)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 19)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 388)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 19)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 397)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 19)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 406)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 19)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 415)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 19)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 424)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 19)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 433)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 19)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 379)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 211)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 388)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 211)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 397)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 211)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 406)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 211)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 415)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 211)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 424)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 211)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 433)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 211)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 380)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 20)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 389)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 20)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 398)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 20)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 407)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 20)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 416)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 20)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 425)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 20)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 434)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 20)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 380)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 212)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 389)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 212)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 398)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 212)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 407)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 212)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 416)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 212)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 425)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 212)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 434)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 212)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 441)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 21)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 450)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 21)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 459)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 21)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 468)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 21)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 477)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 21)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 486)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 21)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 495)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 21)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 441)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 213)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 450)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 213)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 459)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 213)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 468)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 213)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 477)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 213)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 486)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 213)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 495)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 213)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 442)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 22)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 451)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 22)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 460)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 22)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 469)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 22)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 478)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 22)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 487)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 22)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 496)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 22)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 442)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 214)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 451)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 214)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 460)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 214)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 469)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 214)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 478)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 214)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 487)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 214)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 496)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 214)]))
+            conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 443)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 23)]))
+            conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 452)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 23)]))
+            conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 461)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 23)]))
+            conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 470)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 23)]))
+            conv2d_nchw_1[8] = (conv2d_nchw_1[8] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 479)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 23)]))
+            conv2d_nchw_1[10] = (conv2d_nchw_1[10] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 488)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 23)]))
+            conv2d_nchw_1[12] = (conv2d_nchw_1[12] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 497)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 23)]))
+            conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 443)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 215)]))
+            conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 452)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 215)]))
+            conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 461)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 215)]))
+            conv2d_nchw_1[7] = (conv2d_nchw_1[7] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 470)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 215)]))
+            conv2d_nchw_1[9] = (conv2d_nchw_1[9] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 479)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 215)]))
+            conv2d_nchw_1[11] = (conv2d_nchw_1[11] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 488)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 215)]))
+            conv2d_nchw_1[13] = (conv2d_nchw_1[13] + (pad_temp.shared_1[(((rc.outer.inner*504) + floormod(threadIdx.x, 7)) + 497)]*kernel.shared_1[(((floordiv(threadIdx.x, 7)*384) + (rc.outer.inner*24)) + 215)]))
+          }
         }
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[(floormod(threadIdx.x, 7)*7)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 1)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 2)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 3)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 4)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 5)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 6)]*kernel.shared_1[(floordiv(threadIdx.x, 7)*12)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 63)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 64)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 65)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 66)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 67)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 68)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 69)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 3)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 126)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 127)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 128)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 129)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 130)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 131)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 132)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 6)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 189)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 190)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 191)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 192)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 193)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 194)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 195)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 9)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 7)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 8)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 9)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 10)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 11)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 12)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 13)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 1)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 70)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 71)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 72)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 73)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 74)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 75)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 76)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 4)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 133)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 134)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 135)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 136)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 137)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 138)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 139)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 7)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 196)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 197)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 198)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 199)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 200)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 201)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 202)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 10)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 14)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 15)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 16)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 17)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 18)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 19)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 20)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 2)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 77)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 78)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 79)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 80)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 81)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 82)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 83)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 5)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 140)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 141)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 142)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 143)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 144)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 145)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 146)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 8)]))
-        conv2d_nchw_1[0] = (conv2d_nchw_1[0] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 203)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-        conv2d_nchw_1[1] = (conv2d_nchw_1[1] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 204)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-        conv2d_nchw_1[2] = (conv2d_nchw_1[2] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 205)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-        conv2d_nchw_1[3] = (conv2d_nchw_1[3] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 206)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-        conv2d_nchw_1[4] = (conv2d_nchw_1[4] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 207)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-        conv2d_nchw_1[5] = (conv2d_nchw_1[5] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 208)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
-        conv2d_nchw_1[6] = (conv2d_nchw_1[6] + (pad_temp.shared_1[((floormod(threadIdx.x, 7)*7) + 209)]*kernel.shared_1[((floordiv(threadIdx.x, 7)*12) + 11)]))
       }
     }
-    compute[((blockIdx.x*392) + (threadIdx.x*7))] = max((conv2d_nchw_1[0] + bias[((blockIdx.x*8) + floordiv(threadIdx.x, 7))]), 0f32)
-    compute[(((blockIdx.x*392) + (threadIdx.x*7)) + 1)] = max((conv2d_nchw_1[1] + bias[((blockIdx.x*8) + floordiv(threadIdx.x, 7))]), 0f32)
-    compute[(((blockIdx.x*392) + (threadIdx.x*7)) + 2)] = max((conv2d_nchw_1[2] + bias[((blockIdx.x*8) + floordiv(threadIdx.x, 7))]), 0f32)
-    compute[(((blockIdx.x*392) + (threadIdx.x*7)) + 3)] = max((conv2d_nchw_1[3] + bias[((blockIdx.x*8) + floordiv(threadIdx.x, 7))]), 0f32)
-    compute[(((blockIdx.x*392) + (threadIdx.x*7)) + 4)] = max((conv2d_nchw_1[4] + bias[((blockIdx.x*8) + floordiv(threadIdx.x, 7))]), 0f32)
-    compute[(((blockIdx.x*392) + (threadIdx.x*7)) + 5)] = max((conv2d_nchw_1[5] + bias[((blockIdx.x*8) + floordiv(threadIdx.x, 7))]), 0f32)
-    compute[(((blockIdx.x*392) + (threadIdx.x*7)) + 6)] = max((conv2d_nchw_1[6] + bias[((blockIdx.x*8) + floordiv(threadIdx.x, 7))]), 0f32)
+    for (i1.inner: int32, 0, 2) {
+      compute[((((blockIdx.x*784) + (floordiv(threadIdx.x, 7)*98)) + (i1.inner*49)) + floormod(threadIdx.x, 7))] = max((conv2d_nchw_1[i1.inner] + bias[(((blockIdx.x*16) + (floordiv(threadIdx.x, 7)*2)) + i1.inner)]), 0f32)
+      compute[(((((blockIdx.x*784) + (floordiv(threadIdx.x, 7)*98)) + (i1.inner*49)) + floormod(threadIdx.x, 7)) + 7)] = max((conv2d_nchw_1[(i1.inner + 2)] + bias[(((blockIdx.x*16) + (floordiv(threadIdx.x, 7)*2)) + i1.inner)]), 0f32)
+      compute[(((((blockIdx.x*784) + (floordiv(threadIdx.x, 7)*98)) + (i1.inner*49)) + floormod(threadIdx.x, 7)) + 14)] = max((conv2d_nchw_1[(i1.inner + 4)] + bias[(((blockIdx.x*16) + (floordiv(threadIdx.x, 7)*2)) + i1.inner)]), 0f32)
+      compute[(((((blockIdx.x*784) + (floordiv(threadIdx.x, 7)*98)) + (i1.inner*49)) + floormod(threadIdx.x, 7)) + 21)] = max((conv2d_nchw_1[(i1.inner + 6)] + bias[(((blockIdx.x*16) + (floordiv(threadIdx.x, 7)*2)) + i1.inner)]), 0f32)
+      compute[(((((blockIdx.x*784) + (floordiv(threadIdx.x, 7)*98)) + (i1.inner*49)) + floormod(threadIdx.x, 7)) + 28)] = max((conv2d_nchw_1[(i1.inner + 8)] + bias[(((blockIdx.x*16) + (floordiv(threadIdx.x, 7)*2)) + i1.inner)]), 0f32)
+      compute[(((((blockIdx.x*784) + (floordiv(threadIdx.x, 7)*98)) + (i1.inner*49)) + floormod(threadIdx.x, 7)) + 35)] = max((conv2d_nchw_1[(i1.inner + 10)] + bias[(((blockIdx.x*16) + (floordiv(threadIdx.x, 7)*2)) + i1.inner)]), 0f32)
+      compute[(((((blockIdx.x*784) + (floordiv(threadIdx.x, 7)*98)) + (i1.inner*49)) + floormod(threadIdx.x, 7)) + 42)] = max((conv2d_nchw_1[(i1.inner + 12)] + bias[(((blockIdx.x*16) + (floordiv(threadIdx.x, 7)*2)) + i1.inner)]), 0f32)
+    }
   }
 }
 </pre></div>
@@ -835,7 +1111,7 @@ cooperative fetching, unrolling and operator fusion.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Execution time of this operator: 0.357 ms
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Execution time of this operator: 0.224 ms
 </pre></div>
 </div>
 </div>
@@ -865,37 +1141,37 @@ conv2d_nchw_nn_o_i, conv2d_nchw_nn_i = s[conv2d_nchw].split(conv2d_nchw_nn, fact
 conv2d_nchw_nn_o_o_i, conv2d_nchw_nn_o_i = s[conv2d_nchw].split(conv2d_nchw_nn_o_i, factor=1)
 conv2d_nchw_nn_o_o_o_i, conv2d_nchw_nn_o_o_i = s[conv2d_nchw].split(conv2d_nchw_nn_o_o_i, factor=1)
 conv2d_nchw_nn_o_o_o_o, conv2d_nchw_nn_o_o_o_i = s[conv2d_nchw].split(conv2d_nchw_nn_o_o_o_i, factor=1)
-conv2d_nchw_ff_o_i, conv2d_nchw_ff_i = s[conv2d_nchw].split(conv2d_nchw_ff, factor=1)
+conv2d_nchw_ff_o_i, conv2d_nchw_ff_i = s[conv2d_nchw].split(conv2d_nchw_ff, factor=2)
 conv2d_nchw_ff_o_o_i, conv2d_nchw_ff_o_i = s[conv2d_nchw].split(conv2d_nchw_ff_o_i, factor=1)
 conv2d_nchw_ff_o_o_o_i, conv2d_nchw_ff_o_o_i = s[conv2d_nchw].split(conv2d_nchw_ff_o_o_i, factor=8)
 conv2d_nchw_ff_o_o_o_o, conv2d_nchw_ff_o_o_o_i = s[conv2d_nchw].split(conv2d_nchw_ff_o_o_o_i, factor=1)
 conv2d_nchw_yy_o_i, conv2d_nchw_yy_i = s[conv2d_nchw].split(conv2d_nchw_yy, factor=1)
 conv2d_nchw_yy_o_o_i, conv2d_nchw_yy_o_i = s[conv2d_nchw].split(conv2d_nchw_yy_o_i, factor=1)
-conv2d_nchw_yy_o_o_o_i, conv2d_nchw_yy_o_o_i = s[conv2d_nchw].split(conv2d_nchw_yy_o_o_i, factor=7)
-conv2d_nchw_yy_o_o_o_o, conv2d_nchw_yy_o_o_o_i = s[conv2d_nchw].split(conv2d_nchw_yy_o_o_o_i, factor=1)
+conv2d_nchw_yy_o_o_o_i, conv2d_nchw_yy_o_o_i = s[conv2d_nchw].split(conv2d_nchw_yy_o_o_i, factor=1)
+conv2d_nchw_yy_o_o_o_o, conv2d_nchw_yy_o_o_o_i = s[conv2d_nchw].split(conv2d_nchw_yy_o_o_o_i, factor=7)
 conv2d_nchw_xx_o_i, conv2d_nchw_xx_i = s[conv2d_nchw].split(conv2d_nchw_xx, factor=1)
 conv2d_nchw_xx_o_o_i, conv2d_nchw_xx_o_i = s[conv2d_nchw].split(conv2d_nchw_xx_o_i, factor=1)
-conv2d_nchw_xx_o_o_o_i, conv2d_nchw_xx_o_o_i = s[conv2d_nchw].split(conv2d_nchw_xx_o_o_i, factor=1)
-conv2d_nchw_xx_o_o_o_o, conv2d_nchw_xx_o_o_o_i = s[conv2d_nchw].split(conv2d_nchw_xx_o_o_o_i, factor=7)
-conv2d_nchw_rc_o_i, conv2d_nchw_rc_i = s[conv2d_nchw].split(conv2d_nchw_rc, factor=4)
-conv2d_nchw_rc_o_o, conv2d_nchw_rc_o_i = s[conv2d_nchw].split(conv2d_nchw_rc_o_i, factor=1)
+conv2d_nchw_xx_o_o_o_i, conv2d_nchw_xx_o_o_i = s[conv2d_nchw].split(conv2d_nchw_xx_o_o_i, factor=7)
+conv2d_nchw_xx_o_o_o_o, conv2d_nchw_xx_o_o_o_i = s[conv2d_nchw].split(conv2d_nchw_xx_o_o_o_i, factor=1)
+conv2d_nchw_rc_o_i, conv2d_nchw_rc_i = s[conv2d_nchw].split(conv2d_nchw_rc, factor=8)
+conv2d_nchw_rc_o_o, conv2d_nchw_rc_o_i = s[conv2d_nchw].split(conv2d_nchw_rc_o_i, factor=8)
 conv2d_nchw_ry_o_i, conv2d_nchw_ry_i = s[conv2d_nchw].split(conv2d_nchw_ry, factor=1)
-conv2d_nchw_ry_o_o, conv2d_nchw_ry_o_i = s[conv2d_nchw].split(conv2d_nchw_ry_o_i, factor=3)
-conv2d_nchw_rx_o_i, conv2d_nchw_rx_i = s[conv2d_nchw].split(conv2d_nchw_rx, factor=1)
+conv2d_nchw_ry_o_o, conv2d_nchw_ry_o_i = s[conv2d_nchw].split(conv2d_nchw_ry_o_i, factor=1)
+conv2d_nchw_rx_o_i, conv2d_nchw_rx_i = s[conv2d_nchw].split(conv2d_nchw_rx, factor=3)
 conv2d_nchw_rx_o_o, conv2d_nchw_rx_o_i = s[conv2d_nchw].split(conv2d_nchw_rx_o_i, factor=1)
 s[conv2d_nchw].reorder(conv2d_nchw_nn_o_o_o_o, conv2d_nchw_ff_o_o_o_o, conv2d_nchw_yy_o_o_o_o, conv2d_nchw_xx_o_o_o_o, conv2d_nchw_nn_o_o_o_i, conv2d_nchw_ff_o_o_o_i, conv2d_nchw_yy_o_o_o_i, conv2d_nchw_xx_o_o_o_i, conv2d_nchw_nn_o_o_i, conv2d_nchw_ff_o_o_i, conv2d_nchw_yy_o_o_i, conv2d_nchw_xx_o_o_i, conv2d_nchw_rc_o_o, conv2d_nchw_ry_o_o, conv2d_nchw_rx_o_o, conv2d_nchw_rc_o_i, conv2d_nchw_ry_o_i, conv2d_nchw_rx_o_i, conv2d_nchw_nn_o_i, conv2d_nchw_ff_o_i, conv2d_nchw_yy_o_i, conv2d_nc [...]
 compute_i0_o_i, compute_i0_i = s[compute].split(compute_i0, factor=1)
 compute_i0_o_o_i, compute_i0_o_i = s[compute].split(compute_i0_o_i, factor=1)
 compute_i0_o_o_o, compute_i0_o_o_i = s[compute].split(compute_i0_o_o_i, factor=1)
-compute_i1_o_i, compute_i1_i = s[compute].split(compute_i1, factor=1)
+compute_i1_o_i, compute_i1_i = s[compute].split(compute_i1, factor=2)
 compute_i1_o_o_i, compute_i1_o_i = s[compute].split(compute_i1_o_i, factor=8)
 compute_i1_o_o_o, compute_i1_o_o_i = s[compute].split(compute_i1_o_o_i, factor=1)
 compute_i2_o_i, compute_i2_i = s[compute].split(compute_i2, factor=1)
-compute_i2_o_o_i, compute_i2_o_i = s[compute].split(compute_i2_o_i, factor=7)
-compute_i2_o_o_o, compute_i2_o_o_i = s[compute].split(compute_i2_o_o_i, factor=1)
+compute_i2_o_o_i, compute_i2_o_i = s[compute].split(compute_i2_o_i, factor=1)
+compute_i2_o_o_o, compute_i2_o_o_i = s[compute].split(compute_i2_o_o_i, factor=7)
 compute_i3_o_i, compute_i3_i = s[compute].split(compute_i3, factor=1)
-compute_i3_o_o_i, compute_i3_o_i = s[compute].split(compute_i3_o_i, factor=1)
-compute_i3_o_o_o, compute_i3_o_o_i = s[compute].split(compute_i3_o_o_i, factor=7)
+compute_i3_o_o_i, compute_i3_o_i = s[compute].split(compute_i3_o_i, factor=7)
+compute_i3_o_o_o, compute_i3_o_o_i = s[compute].split(compute_i3_o_o_i, factor=1)
 s[compute].reorder(compute_i0_o_o_o, compute_i1_o_o_o, compute_i2_o_o_o, compute_i3_o_o_o, compute_i0_o_o_i, compute_i1_o_o_i, compute_i2_o_o_i, compute_i3_o_o_i, compute_i0_o_i, compute_i1_o_i, compute_i2_o_i, compute_i3_o_i, compute_i0_i, compute_i1_i, compute_i2_i, compute_i3_i)
 s[conv2d_nchw].compute_at(s[compute], compute_i3_o_i)
 kernel_shared = s.cache_read(kernel, &quot;shared&quot;, [conv2d_nchw])
@@ -912,7 +1188,7 @@ s[compute].bind(compute_i0_o_o_i_i1_o_o_i_fused_i2_o_o_i_fused_i3_o_o_i_fused, t
 compute_i0_o_i_i1_o_i_fused_i2_o_i_fused_i3_o_i_fused = s[compute].fuse(compute_i0_o_i, compute_i1_o_i, compute_i2_o_i, compute_i3_o_i)
 s[compute].bind(compute_i0_o_i_i1_o_i_fused_i2_o_i_fused_i3_o_i_fused, te.thread_axis(&quot;threadIdx.x&quot;))
 kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused = s[kernel_shared].fuse(kernel_shared_ax0, kernel_shared_ax1, kernel_shared_ax2, kernel_shared_ax3)
-kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o, kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused_i = s[kernel_shared].split(kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused, factor=1)
+kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o, kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused_i = s[kernel_shared].split(kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused, factor=8)
 s[kernel_shared].vectorize(kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused_i)
 kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o_o, kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o_i = s[kernel_shared].split(kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o, factor=56)
 s[kernel_shared].bind(kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o_i, te.thread_axis(&quot;threadIdx.x&quot;))
@@ -921,7 +1197,7 @@ pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o, pad_temp_shared_ax0_ax1_fus
 s[pad_temp_shared].vectorize(pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused_i)
 pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o_o, pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o_i = s[pad_temp_shared].split(pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o, factor=56)
 s[pad_temp_shared].bind(pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o_i, te.thread_axis(&quot;threadIdx.x&quot;))
-s[conv2d_nchw].pragma(conv2d_nchw_nn_o_o_o_o, &quot;auto_unroll_max_step&quot;, 1024)
+s[conv2d_nchw].pragma(conv2d_nchw_nn_o_o_o_o, &quot;auto_unroll_max_step&quot;, 512)
 s[conv2d_nchw].pragma(conv2d_nchw_nn_o_o_o_o, &quot;unroll_explicit&quot;, True)
 
 CUDA source code:
@@ -940,316 +1216,520 @@ CUDA source code:
   #define uint64_t unsigned long long
 #endif
 extern &quot;C&quot; __global__ void __launch_bounds__(56) default_function_kernel0(float* __restrict__ data, float* __restrict__ kernel, float* __restrict__ compute, float* __restrict__ bias) {
-  float conv2d_nchw[7];
-  __shared__ float pad_temp_shared[252];
-  __shared__ float kernel_shared[96];
+  float conv2d_nchw[14];
+  __shared__ float pad_temp_shared[4032];
+  __shared__ float kernel_shared[3072];
   conv2d_nchw[0] = 0.000000e+00f;
-  conv2d_nchw[1] = 0.000000e+00f;
   conv2d_nchw[2] = 0.000000e+00f;
-  conv2d_nchw[3] = 0.000000e+00f;
   conv2d_nchw[4] = 0.000000e+00f;
-  conv2d_nchw[5] = 0.000000e+00f;
   conv2d_nchw[6] = 0.000000e+00f;
-  for (int rc_outer_outer = 0; rc_outer_outer &lt; 128; ++rc_outer_outer) {
-    __syncthreads();
-    pad_temp_shared[((int)threadIdx.x)] = (((7 &lt;= ((int)threadIdx.x)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[(((rc_outer_outer * 196) + ((int)threadIdx.x)) - 8)] : 0.000000e+00f);
-    pad_temp_shared[(((int)threadIdx.x) + 56)] = ((((1 &lt;= (((((int)threadIdx.x) / 7) + 8) % 9)) &amp;&amp; ((((((int)threadIdx.x) / 7) + 8) % 9) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 56) / 63) * 49)) + ((((((int)threadIdx.x) / 7) + 8) % 9) * 7)) + (((int)threadIdx.x) % 7)) - 8)] : 0.000000e+00f);
-    pad_temp_shared[(((int)threadIdx.x) + 112)] = ((((1 &lt;= (((((int)threadIdx.x) / 7) + 7) % 9)) &amp;&amp; ((((((int)threadIdx.x) / 7) + 7) % 9) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 112) / 63) * 49)) + ((((((int)threadIdx.x) / 7) + 7) % 9) * 7)) + (((int)threadIdx.x) % 7)) - 8)] : 0.000000e+00f);
-    pad_temp_shared[(((int)threadIdx.x) + 168)] = ((((1 &lt;= (((((int)threadIdx.x) / 7) + 6) % 9)) &amp;&amp; ((((((int)threadIdx.x) / 7) + 6) % 9) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 168) / 63) * 49)) + ((((((int)threadIdx.x) / 7) + 6) % 9) * 7)) + (((int)threadIdx.x) % 7)) - 8)] : 0.000000e+00f);
-    if (((int)threadIdx.x) &lt; 28) {
-      pad_temp_shared[(((int)threadIdx.x) + 224)] = (((((int)threadIdx.x) &lt; 21) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 224) / 63) * 49)) + (((((int)threadIdx.x) / 7) + 5) * 7)) + (((int)threadIdx.x) % 7)) - 8)] : 0.000000e+00f);
-    }
-    kernel_shared[((int)threadIdx.x)] = kernel[((((((int)blockIdx.x) * 36864) + ((((int)threadIdx.x) / 12) * 4608)) + (rc_outer_outer * 36)) + ((((int)threadIdx.x) % 12) * 3))];
-    if (((int)threadIdx.x) &lt; 40) {
-      kernel_shared[(((int)threadIdx.x) + 56)] = kernel[((((((int)blockIdx.x) * 36864) + (((((int)threadIdx.x) + 56) / 12) * 4608)) + (rc_outer_outer * 36)) + (((((int)threadIdx.x) + 8) % 12) * 3))];
-    }
-    __syncthreads();
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[((((int)threadIdx.x) % 7) * 7)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 1)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 2)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 3)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 4)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 5)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 6)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 63)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 64)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 65)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 66)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 67)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 68)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 69)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 126)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 127)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 128)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 129)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 130)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 131)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 132)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 189)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 190)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 191)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 192)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 193)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 194)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 195)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 7)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 8)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 9)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 10)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 11)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 12)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 13)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 70)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 71)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 72)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 73)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 74)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 75)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 76)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 133)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 134)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 135)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 136)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 137)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 138)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 139)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 196)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 197)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 198)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 199)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 200)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 201)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 202)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 14)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 15)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 16)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 17)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 18)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 19)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 20)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 77)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 78)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 79)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 80)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 81)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 82)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 83)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 140)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 141)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 142)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 143)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 144)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 145)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 146)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 203)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 204)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 205)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 206)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 207)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 208)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 209)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-    __syncthreads();
-    pad_temp_shared[((int)threadIdx.x)] = ((7 &lt;= ((int)threadIdx.x)) ? data[(((rc_outer_outer * 196) + ((int)threadIdx.x)) - 7)] : 0.000000e+00f);
-    pad_temp_shared[(((int)threadIdx.x) + 56)] = (((1 &lt;= (((((int)threadIdx.x) / 7) + 8) % 9)) &amp;&amp; ((((((int)threadIdx.x) / 7) + 8) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 56) / 63) * 49)) + ((((((int)threadIdx.x) / 7) + 8) % 9) * 7)) + (((int)threadIdx.x) % 7)) - 7)] : 0.000000e+00f);
-    pad_temp_shared[(((int)threadIdx.x) + 112)] = (((1 &lt;= (((((int)threadIdx.x) / 7) + 7) % 9)) &amp;&amp; ((((((int)threadIdx.x) / 7) + 7) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 112) / 63) * 49)) + ((((((int)threadIdx.x) / 7) + 7) % 9) * 7)) + (((int)threadIdx.x) % 7)) - 7)] : 0.000000e+00f);
-    pad_temp_shared[(((int)threadIdx.x) + 168)] = (((1 &lt;= (((((int)threadIdx.x) / 7) + 6) % 9)) &amp;&amp; ((((((int)threadIdx.x) / 7) + 6) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 168) / 63) * 49)) + ((((((int)threadIdx.x) / 7) + 6) % 9) * 7)) + (((int)threadIdx.x) % 7)) - 7)] : 0.000000e+00f);
-    if (((int)threadIdx.x) &lt; 28) {
-      pad_temp_shared[(((int)threadIdx.x) + 224)] = ((((int)threadIdx.x) &lt; 21) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 224) / 63) * 49)) + (((((int)threadIdx.x) / 7) + 5) * 7)) + (((int)threadIdx.x) % 7)) - 7)] : 0.000000e+00f);
-    }
-    kernel_shared[((int)threadIdx.x)] = kernel[(((((((int)blockIdx.x) * 36864) + ((((int)threadIdx.x) / 12) * 4608)) + (rc_outer_outer * 36)) + ((((int)threadIdx.x) % 12) * 3)) + 1)];
-    if (((int)threadIdx.x) &lt; 40) {
-      kernel_shared[(((int)threadIdx.x) + 56)] = kernel[(((((((int)blockIdx.x) * 36864) + (((((int)threadIdx.x) + 56) / 12) * 4608)) + (rc_outer_outer * 36)) + (((((int)threadIdx.x) + 8) % 12) * 3)) + 1)];
-    }
-    __syncthreads();
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[((((int)threadIdx.x) % 7) * 7)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 1)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 2)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 3)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 4)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 5)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 6)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 63)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 64)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 65)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 66)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 67)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 68)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 69)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 126)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 127)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 128)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 129)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 130)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 131)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 132)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 189)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 190)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 191)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 192)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 193)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 194)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 195)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 7)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 8)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 9)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 10)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 11)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 12)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 13)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 70)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 71)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 72)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 73)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 74)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 75)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 76)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 133)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 134)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 135)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 136)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 137)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 138)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 139)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 196)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 197)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 198)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 199)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 200)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 201)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 202)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 14)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 15)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 16)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 17)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 18)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 19)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 20)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 77)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 78)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 79)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 80)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 81)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 82)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 83)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 140)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 141)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 142)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 143)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 144)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 145)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 146)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 203)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 204)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 205)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 206)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 207)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 208)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 209)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-    __syncthreads();
-    pad_temp_shared[((int)threadIdx.x)] = (((7 &lt;= ((int)threadIdx.x)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[(((rc_outer_outer * 196) + ((int)threadIdx.x)) - 6)] : 0.000000e+00f);
-    pad_temp_shared[(((int)threadIdx.x) + 56)] = ((((1 &lt;= (((((int)threadIdx.x) / 7) + 8) % 9)) &amp;&amp; ((((((int)threadIdx.x) / 7) + 8) % 9) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 56) / 63) * 49)) + ((((((int)threadIdx.x) / 7) + 8) % 9) * 7)) + (((int)threadIdx.x) % 7)) - 6)] : 0.000000e+00f);
-    pad_temp_shared[(((int)threadIdx.x) + 112)] = ((((1 &lt;= (((((int)threadIdx.x) / 7) + 7) % 9)) &amp;&amp; ((((((int)threadIdx.x) / 7) + 7) % 9) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 112) / 63) * 49)) + ((((((int)threadIdx.x) / 7) + 7) % 9) * 7)) + (((int)threadIdx.x) % 7)) - 6)] : 0.000000e+00f);
-    pad_temp_shared[(((int)threadIdx.x) + 168)] = ((((1 &lt;= (((((int)threadIdx.x) / 7) + 6) % 9)) &amp;&amp; ((((((int)threadIdx.x) / 7) + 6) % 9) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 168) / 63) * 49)) + ((((((int)threadIdx.x) / 7) + 6) % 9) * 7)) + (((int)threadIdx.x) % 7)) - 6)] : 0.000000e+00f);
-    if (((int)threadIdx.x) &lt; 28) {
-      pad_temp_shared[(((int)threadIdx.x) + 224)] = (((((int)threadIdx.x) &lt; 21) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[(((((rc_outer_outer * 196) + (((((int)threadIdx.x) + 224) / 63) * 49)) + (((((int)threadIdx.x) / 7) + 5) * 7)) + (((int)threadIdx.x) % 7)) - 6)] : 0.000000e+00f);
-    }
-    kernel_shared[((int)threadIdx.x)] = kernel[(((((((int)blockIdx.x) * 36864) + ((((int)threadIdx.x) / 12) * 4608)) + (rc_outer_outer * 36)) + ((((int)threadIdx.x) % 12) * 3)) + 2)];
-    if (((int)threadIdx.x) &lt; 40) {
-      kernel_shared[(((int)threadIdx.x) + 56)] = kernel[(((((((int)blockIdx.x) * 36864) + (((((int)threadIdx.x) + 56) / 12) * 4608)) + (rc_outer_outer * 36)) + (((((int)threadIdx.x) + 8) % 12) * 3)) + 2)];
+  conv2d_nchw[8] = 0.000000e+00f;
+  conv2d_nchw[10] = 0.000000e+00f;
+  conv2d_nchw[12] = 0.000000e+00f;
+  conv2d_nchw[1] = 0.000000e+00f;
+  conv2d_nchw[3] = 0.000000e+00f;
+  conv2d_nchw[5] = 0.000000e+00f;
+  conv2d_nchw[7] = 0.000000e+00f;
+  conv2d_nchw[9] = 0.000000e+00f;
+  conv2d_nchw[11] = 0.000000e+00f;
+  conv2d_nchw[13] = 0.000000e+00f;
+  for (int rc_outer_outer = 0; rc_outer_outer &lt; 8; ++rc_outer_outer) {
+    for (int ry_outer_outer = 0; ry_outer_outer &lt; 3; ++ry_outer_outer) {
+      __syncthreads();
+      pad_temp_shared[((int)threadIdx.x)] = (((((1 &lt;= ((((int)threadIdx.x) / 9) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 9))) &amp;&amp; ((((int)threadIdx.x) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + ((((int)threadIdx.x) / 9) * 7)) + (ry_outer_outer * 7)) + (((int)threadIdx.x) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 56)] = (((((1 &lt;= ((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 2) % 9))) &amp;&amp; (((((int)threadIdx.x) + 2) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 56) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 2) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 112)] = (((((1 &lt;= ((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 4) % 9))) &amp;&amp; (((((int)threadIdx.x) + 4) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 112) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 4) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 168)] = (((((1 &lt;= ((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 6) % 9))) &amp;&amp; (((((int)threadIdx.x) + 6) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 168) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 6) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 224)] = (((((1 &lt;= ((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 8) % 9))) &amp;&amp; (((((int)threadIdx.x) + 8) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 224) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 8) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 280)] = (((((1 &lt;= ((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 1) % 9))) &amp;&amp; (((((int)threadIdx.x) + 1) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 280) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 1) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 336)] = (((((1 &lt;= ((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 3) % 9))) &amp;&amp; (((((int)threadIdx.x) + 3) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 336) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 3) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 392)] = (((((1 &lt;= ((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 5) % 9))) &amp;&amp; (((((int)threadIdx.x) + 5) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 392) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 5) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 448)] = (((((1 &lt;= ((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 7) % 9))) &amp;&amp; (((((int)threadIdx.x) + 7) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 448) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 7) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 504)] = (((((1 &lt;= ((((int)threadIdx.x) / 9) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 9))) &amp;&amp; ((((int)threadIdx.x) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + ((((int)threadIdx.x) / 9) * 7)) + (ry_outer_outer * 7)) + (((int)threadIdx.x) % 9)) + 384)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 560)] = (((((1 &lt;= ((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 2) % 9))) &amp;&amp; (((((int)threadIdx.x) + 2) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 560) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 2) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 616)] = (((((1 &lt;= ((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 4) % 9))) &amp;&amp; (((((int)threadIdx.x) + 4) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 616) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 4) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 672)] = (((((1 &lt;= ((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 6) % 9))) &amp;&amp; (((((int)threadIdx.x) + 6) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 672) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 6) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 728)] = (((((1 &lt;= ((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 8) % 9))) &amp;&amp; (((((int)threadIdx.x) + 8) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 728) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 8) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 784)] = (((((1 &lt;= ((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 1) % 9))) &amp;&amp; (((((int)threadIdx.x) + 1) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 784) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 1) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 840)] = (((((1 &lt;= ((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 3) % 9))) &amp;&amp; (((((int)threadIdx.x) + 3) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 840) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 3) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 896)] = (((((1 &lt;= ((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 5) % 9))) &amp;&amp; (((((int)threadIdx.x) + 5) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 896) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 5) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 952)] = (((((1 &lt;= ((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 7) % 9))) &amp;&amp; (((((int)threadIdx.x) + 7) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 952) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 7) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1008)] = (((((1 &lt;= ((((int)threadIdx.x) / 9) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 9))) &amp;&amp; ((((int)threadIdx.x) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + ((((int)threadIdx.x) / 9) * 7)) + (ry_outer_outer * 7)) + (((int)threadIdx.x) % 9)) + 776)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1064)] = (((((1 &lt;= ((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 2) % 9))) &amp;&amp; (((((int)threadIdx.x) + 2) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1064) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 2) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1120)] = (((((1 &lt;= ((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 4) % 9))) &amp;&amp; (((((int)threadIdx.x) + 4) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1120) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 4) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1176)] = (((((1 &lt;= ((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 6) % 9))) &amp;&amp; (((((int)threadIdx.x) + 6) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1176) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 6) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1232)] = (((((1 &lt;= ((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 8) % 9))) &amp;&amp; (((((int)threadIdx.x) + 8) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1232) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 8) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1288)] = (((((1 &lt;= ((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 1) % 9))) &amp;&amp; (((((int)threadIdx.x) + 1) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1288) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 1) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1344)] = (((((1 &lt;= ((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 3) % 9))) &amp;&amp; (((((int)threadIdx.x) + 3) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1344) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 3) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1400)] = (((((1 &lt;= ((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 5) % 9))) &amp;&amp; (((((int)threadIdx.x) + 5) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1400) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 5) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1456)] = (((((1 &lt;= ((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 7) % 9))) &amp;&amp; (((((int)threadIdx.x) + 7) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1456) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 7) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1512)] = (((((1 &lt;= ((((int)threadIdx.x) / 9) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 9))) &amp;&amp; ((((int)threadIdx.x) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + ((((int)threadIdx.x) / 9) * 7)) + (ry_outer_outer * 7)) + (((int)threadIdx.x) % 9)) + 1168)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1568)] = (((((1 &lt;= ((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 2) % 9))) &amp;&amp; (((((int)threadIdx.x) + 2) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1568) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 2) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1624)] = (((((1 &lt;= ((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 4) % 9))) &amp;&amp; (((((int)threadIdx.x) + 4) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1624) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 4) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1680)] = (((((1 &lt;= ((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 6) % 9))) &amp;&amp; (((((int)threadIdx.x) + 6) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1680) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 6) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1736)] = (((((1 &lt;= ((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 8) % 9))) &amp;&amp; (((((int)threadIdx.x) + 8) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1736) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 8) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1792)] = (((((1 &lt;= ((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 1) % 9))) &amp;&amp; (((((int)threadIdx.x) + 1) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1792) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 1) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1848)] = (((((1 &lt;= ((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 3) % 9))) &amp;&amp; (((((int)threadIdx.x) + 3) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1848) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 3) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1904)] = (((((1 &lt;= ((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 5) % 9))) &amp;&amp; (((((int)threadIdx.x) + 5) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1904) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 5) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1960)] = (((((1 &lt;= ((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 7) % 9))) &amp;&amp; (((((int)threadIdx.x) + 7) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 1960) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 7) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 2016)] = (((((1 &lt;= ((((int)threadIdx.x) / 9) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 9))) &amp;&amp; ((((int)threadIdx.x) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + ((((int)threadIdx.x) / 9) * 7)) + (ry_outer_outer * 7)) + (((int)threadIdx.x) % 9)) + 1560)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 2072)] = (((((1 &lt;= ((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 2) % 9))) &amp;&amp; (((((int)threadIdx.x) + 2) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2072) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 2) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 2128)] = (((((1 &lt;= ((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 4) % 9))) &amp;&amp; (((((int)threadIdx.x) + 4) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2128) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 4) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 2184)] = (((((1 &lt;= ((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 6) % 9))) &amp;&amp; (((((int)threadIdx.x) + 6) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2184) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 6) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 2240)] = (((((1 &lt;= ((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 8) % 9))) &amp;&amp; (((((int)threadIdx.x) + 8) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2240) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 8) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 2296)] = (((((1 &lt;= ((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 1) % 9))) &amp;&amp; (((((int)threadIdx.x) + 1) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2296) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 1) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 2352)] = (((((1 &lt;= ((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 3) % 9))) &amp;&amp; (((((int)threadIdx.x) + 3) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2352) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 3) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 2408)] = (((((1 &lt;= ((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 5) % 9))) &amp;&amp; (((((int)threadIdx.x) + 5) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2408) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 5) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 2464)] = (((((1 &lt;= ((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 7) % 9))) &amp;&amp; (((((int)threadIdx.x) + 7) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2464) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 7) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 2520)] = (((((1 &lt;= ((((int)threadIdx.x) / 9) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 9))) &amp;&amp; ((((int)threadIdx.x) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + ((((int)threadIdx.x) / 9) * 7)) + (ry_outer_outer * 7)) + (((int)threadIdx.x) % 9)) + 1952)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 2576)] = (((((1 &lt;= ((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 2) % 9))) &amp;&amp; (((((int)threadIdx.x) + 2) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2576) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 2) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 2632)] = (((((1 &lt;= ((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 4) % 9))) &amp;&amp; (((((int)threadIdx.x) + 4) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2632) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 4) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 2688)] = (((((1 &lt;= ((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 6) % 9))) &amp;&amp; (((((int)threadIdx.x) + 6) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2688) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 6) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 2744)] = (((((1 &lt;= ((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 8) % 9))) &amp;&amp; (((((int)threadIdx.x) + 8) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2744) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 8) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 2800)] = (((((1 &lt;= ((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 1) % 9))) &amp;&amp; (((((int)threadIdx.x) + 1) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2800) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 1) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 2856)] = (((((1 &lt;= ((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 3) % 9))) &amp;&amp; (((((int)threadIdx.x) + 3) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2856) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 3) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 2912)] = (((((1 &lt;= ((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 5) % 9))) &amp;&amp; (((((int)threadIdx.x) + 5) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2912) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 5) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 2968)] = (((((1 &lt;= ((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 7) % 9))) &amp;&amp; (((((int)threadIdx.x) + 7) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 2968) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 7) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 3024)] = (((((1 &lt;= ((((int)threadIdx.x) / 9) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 9))) &amp;&amp; ((((int)threadIdx.x) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + ((((int)threadIdx.x) / 9) * 7)) + (ry_outer_outer * 7)) + (((int)threadIdx.x) % 9)) + 2344)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 3080)] = (((((1 &lt;= ((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 2) % 9))) &amp;&amp; (((((int)threadIdx.x) + 2) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3080) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 2) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 3136)] = (((((1 &lt;= ((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 4) % 9))) &amp;&amp; (((((int)threadIdx.x) + 4) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3136) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 4) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 3192)] = (((((1 &lt;= ((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 6) % 9))) &amp;&amp; (((((int)threadIdx.x) + 6) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3192) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 6) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 3248)] = (((((1 &lt;= ((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 8) % 9))) &amp;&amp; (((((int)threadIdx.x) + 8) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3248) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 8) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 3304)] = (((((1 &lt;= ((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 1) % 9))) &amp;&amp; (((((int)threadIdx.x) + 1) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3304) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 1) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 3360)] = (((((1 &lt;= ((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 3) % 9))) &amp;&amp; (((((int)threadIdx.x) + 3) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3360) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 3) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 3416)] = (((((1 &lt;= ((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 5) % 9))) &amp;&amp; (((((int)threadIdx.x) + 5) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3416) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 5) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 3472)] = (((((1 &lt;= ((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 7) % 9))) &amp;&amp; (((((int)threadIdx.x) + 7) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3472) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 7) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 3528)] = (((((1 &lt;= ((((int)threadIdx.x) / 9) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 9))) &amp;&amp; ((((int)threadIdx.x) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + ((((int)threadIdx.x) / 9) * 7)) + (ry_outer_outer * 7)) + (((int)threadIdx.x) % 9)) + 2736)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 3584)] = (((((1 &lt;= ((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 56) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 2) % 9))) &amp;&amp; (((((int)threadIdx.x) + 2) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3584) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 2) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 3640)] = (((((1 &lt;= ((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 49) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 4) % 9))) &amp;&amp; (((((int)threadIdx.x) + 4) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3640) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 4) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 3696)] = (((((1 &lt;= ((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 42) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 6) % 9))) &amp;&amp; (((((int)threadIdx.x) + 6) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3696) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 6) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 3752)] = (((((1 &lt;= ((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 35) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 8) % 9))) &amp;&amp; (((((int)threadIdx.x) + 8) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3752) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 8) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 3808)] = (((((1 &lt;= ((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 28) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 1) % 9))) &amp;&amp; (((((int)threadIdx.x) + 1) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3808) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 1) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 3864)] = (((((1 &lt;= ((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 21) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 3) % 9))) &amp;&amp; (((((int)threadIdx.x) + 3) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3864) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 3) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 3920)] = (((((1 &lt;= ((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 14) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 5) % 9))) &amp;&amp; (((((int)threadIdx.x) + 5) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3920) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 5) % 9)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 3976)] = (((((1 &lt;= ((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer)) &amp;&amp; (((((((int)threadIdx.x) + 7) % 63) / 9) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= ((((int)threadIdx.x) + 7) % 9))) &amp;&amp; (((((int)threadIdx.x) + 7) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 3136) + (((((int)threadIdx.x) + 3976) / 9) * 7)) + (ry_outer_outer * 7)) + ((((int)threadIdx.x) + 7) % 9)) - 8)] : 0.000000e+00f);
+      kernel_shared[(((int)threadIdx.x) * 8)] = kernel[((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((int)threadIdx.x) % 24) * 8) / 3) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 1)] = kernel[((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) % 24) * 8) + 1) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 2)] = kernel[((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) % 24) * 8) + 2) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 3)] = kernel[((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 1) &amp; 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 4)] = kernel[((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) % 24) * 8) + 4) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 5)] = kernel[((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) % 24) * 8) + 5) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 6)] = kernel[((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 2) &amp; 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 7)] = kernel[((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) % 24) * 8) + 7) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 448)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 56) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 64) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 449)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 56) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 65) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 450)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 56) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 22) &amp; 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 451)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 56) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((((int)threadIdx.x) * 8) + 448) / 3) + 1) &amp; 63) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 452)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 56) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 68) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 453)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 56) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 23) &amp; 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 454)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 56) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((((int)threadIdx.x) * 8) + 448) / 3) + 2) &amp; 63) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 455)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 56) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 71) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 896)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 112) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 128) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 897)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 112) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 43) &amp; 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 898)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 112) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 130) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 899)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 112) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((((int)threadIdx.x) * 8) + 896) / 3) + 1) &amp; 63) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 900)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 112) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 44) &amp; 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 901)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 112) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 133) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 902)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 112) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((((int)threadIdx.x) * 8) + 896) / 3) + 2) &amp; 63) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 903)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 112) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 45) &amp; 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 1344)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((int)threadIdx.x) % 24) * 8) / 3) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3)) + 32256)];
+      kernel_shared[((((int)threadIdx.x) * 8) + 1345)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 1) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3)) + 32256)];
+      kernel_shared[((((int)threadIdx.x) * 8) + 1346)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 2) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3)) + 32256)];
+      kernel_shared[((((int)threadIdx.x) * 8) + 1347)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 1) &amp; 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3)) + 32256)];
+      kernel_shared[((((int)threadIdx.x) * 8) + 1348)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 4) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3)) + 32256)];
+      kernel_shared[((((int)threadIdx.x) * 8) + 1349)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 5) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3)) + 32256)];
+      kernel_shared[((((int)threadIdx.x) * 8) + 1350)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 2) &amp; 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3)) + 32256)];
+      kernel_shared[((((int)threadIdx.x) * 8) + 1351)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 7) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3)) + 32256)];
+      kernel_shared[((((int)threadIdx.x) * 8) + 1792)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 224) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 64) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 1793)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 224) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 65) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 1794)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 224) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 22) &amp; 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 1795)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 224) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((((int)threadIdx.x) * 8) + 1792) / 3) + 1) &amp; 63) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 1796)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 224) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 68) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 1797)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 224) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 23) &amp; 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 1798)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 224) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((((int)threadIdx.x) * 8) + 1792) / 3) + 2) &amp; 63) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 1799)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 224) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 71) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 2240)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 280) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 128) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 2241)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 280) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 43) &amp; 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 2242)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 280) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 130) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 2243)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 280) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((((int)threadIdx.x) * 8) + 2240) / 3) + 1) &amp; 63) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 2244)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 280) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 44) &amp; 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 2245)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 280) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 133) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 2246)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 280) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((((int)threadIdx.x) * 8) + 2240) / 3) + 2) &amp; 63) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3))];
+      kernel_shared[((((int)threadIdx.x) * 8) + 2247)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 280) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 45) &amp; 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3))];
+      if (((int)threadIdx.x) &lt; 48) {
+        kernel_shared[((((int)threadIdx.x) * 8) + 2688)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + ((((((int)threadIdx.x) % 24) * 8) / 3) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3)) + 64512)];
+      }
+      if (((int)threadIdx.x) &lt; 48) {
+        kernel_shared[((((int)threadIdx.x) * 8) + 2689)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 1) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3)) + 64512)];
+      }
+      if (((int)threadIdx.x) &lt; 48) {
+        kernel_shared[((((int)threadIdx.x) * 8) + 2690)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 2) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3)) + 64512)];
+      }
+      if (((int)threadIdx.x) &lt; 48) {
+        kernel_shared[((((int)threadIdx.x) * 8) + 2691)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 1) &amp; 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3)) + 64512)];
+      }
+      if (((int)threadIdx.x) &lt; 48) {
+        kernel_shared[((((int)threadIdx.x) * 8) + 2692)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 4) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3)) + 64512)];
+      }
+      if (((int)threadIdx.x) &lt; 48) {
+        kernel_shared[((((int)threadIdx.x) * 8) + 2693)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 5) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 2) % 3)) + 64512)];
+      }
+      if (((int)threadIdx.x) &lt; 48) {
+        kernel_shared[((((int)threadIdx.x) * 8) + 2694)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) / 3) + 2) &amp; 63) * 9)) + (ry_outer_outer * 3)) + ((((int)threadIdx.x) * 8) % 3)) + 64512)];
+      }
+      if (((int)threadIdx.x) &lt; 48) {
+        kernel_shared[((((int)threadIdx.x) * 8) + 2695)] = kernel[(((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 24) * 4608)) + (rc_outer_outer * 576)) + (((((((int)threadIdx.x) * 8) + 7) % 192) / 3) * 9)) + (ry_outer_outer * 3)) + (((((int)threadIdx.x) * 8) + 1) % 3)) + 64512)];
+      }
+      __syncthreads();
+      for (int rc_outer_inner = 0; rc_outer_inner &lt; 8; ++rc_outer_inner) {
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[((rc_outer_inner * 504) + (((int)threadIdx.x) % 7))] * kernel_shared[(((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24))]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 9)] * kernel_shared[(((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24))]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 18)] * kernel_shared[(((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24))]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 27)] * kernel_shared[(((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24))]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 36)] * kernel_shared[(((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24))]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 45)] * kernel_shared[(((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24))]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 54)] * kernel_shared[(((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24))]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[((rc_outer_inner * 504) + (((int)threadIdx.x) % 7))] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 192)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 9)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 192)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 18)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 192)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 27)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 192)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 36)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 192)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 45)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 192)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 54)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 192)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 1)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 1)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 10)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 1)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 19)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 1)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 28)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 1)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 37)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 1)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 46)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 1)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 55)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 1)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 1)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 193)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 10)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 193)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 19)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 193)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 28)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 193)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 37)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 193)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 46)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 193)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 55)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 193)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 2)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 2)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 11)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 2)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 20)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 2)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 29)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 2)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 38)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 2)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 47)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 2)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 56)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 2)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 2)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 194)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 11)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 194)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 20)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 194)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 29)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 194)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 38)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 194)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 47)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 194)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 56)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 194)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 63)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 3)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 72)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 3)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 81)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 3)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 90)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 3)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 99)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 3)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 108)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 3)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 117)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 3)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 63)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 195)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 72)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 195)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 81)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 195)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 90)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 195)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 99)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 195)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 108)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 195)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 117)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 195)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 64)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 4)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 73)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 4)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 82)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 4)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 91)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 4)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 100)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 4)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 109)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 4)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 118)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 4)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 64)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 196)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 73)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 196)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 82)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 196)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 91)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 196)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 100)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 196)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 109)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 196)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 118)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 196)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 65)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 5)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 74)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 5)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 83)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 5)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 92)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 5)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 101)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 5)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 110)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 5)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 119)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 5)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 65)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 197)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 74)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 197)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 83)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 197)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 92)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 197)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 101)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 197)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 110)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 197)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 119)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 197)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 126)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 6)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 135)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 6)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 144)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 6)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 153)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 6)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 162)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 6)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 171)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 6)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 180)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 6)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 126)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 198)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 135)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 198)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 144)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 198)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 153)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 198)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 162)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 198)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 171)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 198)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 180)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 198)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 127)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 7)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 136)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 7)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 145)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 7)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 154)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 7)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 163)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 7)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 172)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 7)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 181)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 7)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 127)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 199)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 136)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 199)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 145)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 199)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 154)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 199)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 163)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 199)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 172)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 199)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 181)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 199)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 128)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 8)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 137)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 8)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 146)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 8)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 155)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 8)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 164)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 8)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 173)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 8)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 182)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 8)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 128)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 200)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 137)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 200)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 146)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 200)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 155)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 200)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 164)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 200)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 173)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 200)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 182)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 200)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 189)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 9)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 198)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 9)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 207)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 9)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 216)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 9)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 225)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 9)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 234)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 9)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 243)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 9)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 189)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 201)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 198)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 201)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 207)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 201)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 216)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 201)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 225)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 201)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 234)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 201)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 243)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 201)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 190)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 10)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 199)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 10)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 208)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 10)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 217)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 10)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 226)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 10)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 235)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 10)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 244)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 10)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 190)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 202)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 199)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 202)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 208)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 202)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 217)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 202)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 226)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 202)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 235)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 202)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 244)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 202)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 191)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 11)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 200)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 11)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 209)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 11)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 218)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 11)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 227)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 11)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 236)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 11)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 245)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 11)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 191)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 203)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 200)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 203)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 209)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 203)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 218)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 203)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 227)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 203)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 236)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 203)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 245)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 203)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 252)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 12)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 261)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 12)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 270)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 12)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 279)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 12)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 288)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 12)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 297)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 12)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 306)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 12)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 252)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 204)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 261)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 204)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 270)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 204)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 279)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 204)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 288)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 204)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 297)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 204)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 306)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 204)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 253)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 13)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 262)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 13)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 271)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 13)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 280)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 13)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 289)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 13)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 298)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 13)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 307)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 13)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 253)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 205)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 262)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 205)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 271)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 205)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 280)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 205)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 289)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 205)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 298)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 205)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 307)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 205)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 254)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 14)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 263)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 14)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 272)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 14)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 281)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 14)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 290)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 14)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 299)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 14)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 308)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 14)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 254)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 206)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 263)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 206)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 272)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 206)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 281)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 206)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 290)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 206)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 299)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 206)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 308)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 206)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 315)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 15)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 324)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 15)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 333)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 15)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 342)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 15)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 351)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 15)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 360)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 15)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 369)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 15)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 315)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 207)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 324)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 207)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 333)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 207)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 342)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 207)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 351)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 207)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 360)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 207)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 369)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 207)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 316)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 16)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 325)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 16)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 334)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 16)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 343)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 16)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 352)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 16)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 361)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 16)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 370)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 16)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 316)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 208)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 325)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 208)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 334)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 208)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 343)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 208)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 352)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 208)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 361)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 208)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 370)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 208)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 317)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 17)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 326)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 17)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 335)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 17)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 344)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 17)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 353)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 17)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 362)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 17)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 371)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 17)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 317)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 209)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 326)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 209)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 335)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 209)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 344)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 209)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 353)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 209)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 362)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 209)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 371)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 209)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 378)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 18)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 387)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 18)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 396)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 18)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 405)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 18)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 414)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 18)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 423)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 18)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 432)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 18)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 378)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 210)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 387)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 210)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 396)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 210)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 405)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 210)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 414)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 210)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 423)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 210)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 432)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 210)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 379)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 19)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 388)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 19)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 397)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 19)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 406)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 19)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 415)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 19)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 424)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 19)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 433)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 19)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 379)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 211)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 388)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 211)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 397)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 211)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 406)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 211)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 415)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 211)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 424)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 211)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 433)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 211)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 380)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 20)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 389)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 20)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 398)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 20)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 407)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 20)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 416)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 20)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 425)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 20)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 434)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 20)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 380)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 212)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 389)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 212)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 398)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 212)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 407)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 212)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 416)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 212)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 425)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 212)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 434)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 212)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 441)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 21)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 450)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 21)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 459)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 21)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 468)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 21)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 477)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 21)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 486)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 21)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 495)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 21)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 441)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 213)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 450)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 213)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 459)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 213)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 468)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 213)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 477)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 213)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 486)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 213)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 495)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 213)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 442)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 22)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 451)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 22)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 460)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 22)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 469)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 22)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 478)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 22)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 487)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 22)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 496)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 22)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 442)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 214)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 451)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 214)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 460)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 214)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 469)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 214)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 478)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 214)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 487)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 214)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 496)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 214)]));
+        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 443)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 23)]));
+        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 452)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 23)]));
+        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 461)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 23)]));
+        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 470)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 23)]));
+        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 479)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 23)]));
+        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 488)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 23)]));
+        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 497)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 23)]));
+        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 443)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 215)]));
+        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 452)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 215)]));
+        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 461)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 215)]));
+        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 470)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 215)]));
+        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 479)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 215)]));
+        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 488)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 215)]));
+        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 504) + (((int)threadIdx.x) % 7)) + 497)] * kernel_shared[((((((int)threadIdx.x) / 7) * 384) + (rc_outer_inner * 24)) + 215)]));
+      }
     }
-    __syncthreads();
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[((((int)threadIdx.x) % 7) * 7)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 1)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 2)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 3)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 4)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 5)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 6)] * kernel_shared[((((int)threadIdx.x) / 7) * 12)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 63)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 64)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 65)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 66)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 67)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 68)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 69)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 3)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 126)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 127)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 128)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 129)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 130)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 131)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 132)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 6)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 189)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 190)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 191)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 192)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 193)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 194)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 195)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 9)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 7)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 8)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 9)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 10)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 11)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 12)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 13)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 1)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 70)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 71)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 72)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 73)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 74)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 75)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 76)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 4)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 133)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 134)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 135)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 136)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 137)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 138)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 139)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 7)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 196)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 197)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 198)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 199)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 200)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 201)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 202)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 10)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 14)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 15)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 16)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 17)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 18)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 19)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 20)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 2)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 77)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 78)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 79)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 80)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 81)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 82)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 83)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 5)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 140)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 141)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 142)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 143)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 144)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 145)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 146)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 8)]));
-    conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 203)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-    conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 204)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-    conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 205)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-    conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 206)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-    conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 207)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-    conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 208)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
-    conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((((int)threadIdx.x) % 7) * 7) + 209)] * kernel_shared[(((((int)threadIdx.x) / 7) * 12) + 11)]));
   }
-  compute[((((int)blockIdx.x) * 392) + (((int)threadIdx.x) * 7))] = max((conv2d_nchw[0] + bias[((((int)blockIdx.x) * 8) + (((int)threadIdx.x) / 7))]), 0.000000e+00f);
-  compute[(((((int)blockIdx.x) * 392) + (((int)threadIdx.x) * 7)) + 1)] = max((conv2d_nchw[1] + bias[((((int)blockIdx.x) * 8) + (((int)threadIdx.x) / 7))]), 0.000000e+00f);
-  compute[(((((int)blockIdx.x) * 392) + (((int)threadIdx.x) * 7)) + 2)] = max((conv2d_nchw[2] + bias[((((int)blockIdx.x) * 8) + (((int)threadIdx.x) / 7))]), 0.000000e+00f);
-  compute[(((((int)blockIdx.x) * 392) + (((int)threadIdx.x) * 7)) + 3)] = max((conv2d_nchw[3] + bias[((((int)blockIdx.x) * 8) + (((int)threadIdx.x) / 7))]), 0.000000e+00f);
-  compute[(((((int)blockIdx.x) * 392) + (((int)threadIdx.x) * 7)) + 4)] = max((conv2d_nchw[4] + bias[((((int)blockIdx.x) * 8) + (((int)threadIdx.x) / 7))]), 0.000000e+00f);
-  compute[(((((int)blockIdx.x) * 392) + (((int)threadIdx.x) * 7)) + 5)] = max((conv2d_nchw[5] + bias[((((int)blockIdx.x) * 8) + (((int)threadIdx.x) / 7))]), 0.000000e+00f);
-  compute[(((((int)blockIdx.x) * 392) + (((int)threadIdx.x) * 7)) + 6)] = max((conv2d_nchw[6] + bias[((((int)blockIdx.x) * 8) + (((int)threadIdx.x) / 7))]), 0.000000e+00f);
+  for (int i1_inner = 0; i1_inner &lt; 2; ++i1_inner) {
+    compute[((((((int)blockIdx.x) * 784) + ((((int)threadIdx.x) / 7) * 98)) + (i1_inner * 49)) + (((int)threadIdx.x) % 7))] = max((conv2d_nchw[i1_inner] + bias[(((((int)blockIdx.x) * 16) + ((((int)threadIdx.x) / 7) * 2)) + i1_inner)]), 0.000000e+00f);
+    compute[(((((((int)blockIdx.x) * 784) + ((((int)threadIdx.x) / 7) * 98)) + (i1_inner * 49)) + (((int)threadIdx.x) % 7)) + 7)] = max((conv2d_nchw[(i1_inner + 2)] + bias[(((((int)blockIdx.x) * 16) + ((((int)threadIdx.x) / 7) * 2)) + i1_inner)]), 0.000000e+00f);
+    compute[(((((((int)blockIdx.x) * 784) + ((((int)threadIdx.x) / 7) * 98)) + (i1_inner * 49)) + (((int)threadIdx.x) % 7)) + 14)] = max((conv2d_nchw[(i1_inner + 4)] + bias[(((((int)blockIdx.x) * 16) + ((((int)threadIdx.x) / 7) * 2)) + i1_inner)]), 0.000000e+00f);
+    compute[(((((((int)blockIdx.x) * 784) + ((((int)threadIdx.x) / 7) * 98)) + (i1_inner * 49)) + (((int)threadIdx.x) % 7)) + 21)] = max((conv2d_nchw[(i1_inner + 6)] + bias[(((((int)blockIdx.x) * 16) + ((((int)threadIdx.x) / 7) * 2)) + i1_inner)]), 0.000000e+00f);
+    compute[(((((((int)blockIdx.x) * 784) + ((((int)threadIdx.x) / 7) * 98)) + (i1_inner * 49)) + (((int)threadIdx.x) % 7)) + 28)] = max((conv2d_nchw[(i1_inner + 8)] + bias[(((((int)blockIdx.x) * 16) + ((((int)threadIdx.x) / 7) * 2)) + i1_inner)]), 0.000000e+00f);
+    compute[(((((((int)blockIdx.x) * 784) + ((((int)threadIdx.x) / 7) * 98)) + (i1_inner * 49)) + (((int)threadIdx.x) % 7)) + 35)] = max((conv2d_nchw[(i1_inner + 10)] + bias[(((((int)blockIdx.x) * 16) + ((((int)threadIdx.x) / 7) * 2)) + i1_inner)]), 0.000000e+00f);
+    compute[(((((((int)blockIdx.x) * 784) + ((((int)threadIdx.x) / 7) * 98)) + (i1_inner * 49)) + (((int)threadIdx.x) % 7)) + 42)] = max((conv2d_nchw[(i1_inner + 12)] + bias[(((((int)blockIdx.x) * 16) + ((((int)threadIdx.x) / 7) * 2)) + i1_inner)]), 0.000000e+00f);
+  }
 }
 </pre></div>
 </div>
@@ -1286,7 +1766,7 @@ In the example below we resume the status and do more 5 trials.</p>
 Get devices for measurement successfully!
 </pre></div>
 </div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 2 minutes  20.378 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 2 minutes  26.916 seconds)</p>
 <div class="sphx-glr-footer class sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-tune-with-autoscheduler-tune-conv2d-layer-cuda-py">
 <div class="sphx-glr-download docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/e3e540f3b477c0c52d8eb73e674e8ffd/tune_conv2d_layer_cuda.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">tune_conv2d_layer_cuda.py</span></code></a></p>
diff --git a/docs/how_to/tune_with_autoscheduler/tune_network_cuda.html b/docs/how_to/tune_with_autoscheduler/tune_network_cuda.html
index a89ef47..99fe6ac 100644
--- a/docs/how_to/tune_with_autoscheduler/tune_network_cuda.html
+++ b/docs/how_to/tune_with_autoscheduler/tune_network_cuda.html
@@ -876,7 +876,7 @@ so we can read the log file and load the best schedules.</p>
 Evaluate inference time cost...
 Execution time summary:
  mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)
-   9.8411       9.8492       9.8565       9.8174       0.0170
+   9.8424       9.8489       9.8875       9.7908       0.0397
 </pre></div>
 </div>
 </div>
diff --git a/docs/how_to/tune_with_autoscheduler/tune_network_x86.html b/docs/how_to/tune_with_autoscheduler/tune_network_x86.html
index ce56fcb..a65debb 100644
--- a/docs/how_to/tune_with_autoscheduler/tune_network_x86.html
+++ b/docs/how_to/tune_with_autoscheduler/tune_network_x86.html
@@ -895,7 +895,7 @@ so we can read the log file and load the best schedules.</p>
 Evaluate inference time cost...
 Execution time summary:
  mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)
-  765.1578     768.6643     770.5232     756.2858      6.3192
+  773.3133     773.8005     775.9021     770.2373      2.3382
 </pre></div>
 </div>
 </div>
@@ -917,7 +917,7 @@ to learn how to use the RPC Tracker and RPC Server.
 To use the RPC Tracker in auto-scheduler, replace the runner in <code class="code docutils literal notranslate"><span class="pre">TuningOptions</span></code>
 with <a class="reference internal" href="../../reference/api/python/auto_scheduler.html#tvm.auto_scheduler.RPCRunner" title="tvm.auto_scheduler.RPCRunner"><code class="xref any py py-class docutils literal notranslate"><span class="pre">auto_scheduler.RPCRunner</span></code></a>.</p></li>
 </ol>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  19.521 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  23.017 seconds)</p>
 <div class="sphx-glr-footer class sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-tune-with-autoscheduler-tune-network-x86-py">
 <div class="sphx-glr-download docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/e416b94ca1090b0897c0f6e0df95b911/tune_network_x86.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">tune_network_x86.py</span></code></a></p>
diff --git a/docs/how_to/tune_with_autoscheduler/tune_sparse_x86.html b/docs/how_to/tune_with_autoscheduler/tune_sparse_x86.html
index 3739465..325d951 100644
--- a/docs/how_to/tune_with_autoscheduler/tune_sparse_x86.html
+++ b/docs/how_to/tune_with_autoscheduler/tune_sparse_x86.html
@@ -600,31 +600,75 @@ layout transformation, parallelization, vectorization, unrolling, and operator f
              placeholder_4: Buffer(placeholder_14: Pointer(float32), float32, [65536], []),
              compute: Buffer(compute_2: Pointer(float32), float32, [65536], [])}
   buffer_map = {placeholder_5: placeholder, placeholder_6: placeholder_1, placeholder_7: placeholder_2, placeholder_8: placeholder_3, placeholder_9: placeholder_4, compute_1: compute} {
-  for (i0.outer.i1.outer.fused: int32, 0, 32) &quot;parallel&quot; {
-    allocate(compute_3: Pointer(global float32), float32, [2048]), storage_scope = global {
-      for (i.outer.inner: int32, 0, 8) {
-        for (nb_j.inner: int32, 0, 2) {
-          for (i.inner.init: int32, 0, 8) {
-            for (j.init: int32, 0, 16) {
-              compute_4: Buffer(compute_3, float32, [2048], [])[((((i.outer.inner*256) + (i.inner.init*32)) + (nb_j.inner*16)) + j.init)] = 0f32
-            }
+  for (i0.outer.i1.outer.fused: int32, 0, 256) &quot;parallel&quot; {
+    allocate(compute_3: Pointer(global float32), float32, [256]), storage_scope = global {
+      for (i.outer.inner: int32, 0, 2) {
+        for (i.inner.init: int32, 0, 8) {
+          let cse_var_1: int32 = ((i.outer.inner*128) + (i.inner.init*16))
+           {
+            compute_4: Buffer(compute_3, float32, [256], [])[cse_var_1] = 0f32
+            compute_4[(cse_var_1 + 1)] = 0f32
+            compute_4[(cse_var_1 + 2)] = 0f32
+            compute_4[(cse_var_1 + 3)] = 0f32
+            compute_4[(cse_var_1 + 4)] = 0f32
+            compute_4[(cse_var_1 + 5)] = 0f32
+            compute_4[(cse_var_1 + 6)] = 0f32
+            compute_4[(cse_var_1 + 7)] = 0f32
+            compute_4[(cse_var_1 + 8)] = 0f32
+            compute_4[(cse_var_1 + 9)] = 0f32
+            compute_4[(cse_var_1 + 10)] = 0f32
+            compute_4[(cse_var_1 + 11)] = 0f32
+            compute_4[(cse_var_1 + 12)] = 0f32
+            compute_4[(cse_var_1 + 13)] = 0f32
+            compute_4[(cse_var_1 + 14)] = 0f32
+            compute_4[(cse_var_1 + 15)] = 0f32
           }
-          for (elem_idx: int32, 0, let cse_var_1: int32 = ((floormod(i0.outer.i1.outer.fused, 16)*2) + nb_j.inner) in (placeholder_3[(cse_var_1 + 1)] - placeholder_3[cse_var_1])) {
-            for (i.inner: int32, 0, 8) {
-              for (j: int32, 0, 16) {
-                let cse_var_3: int32 = ((floormod(i0.outer.i1.outer.fused, 16)*2) + nb_j.inner)
-                let cse_var_2: int32 = ((((i.outer.inner*256) + (i.inner*32)) + (nb_j.inner*16)) + j)
-                compute_4[cse_var_2] = (compute_4[cse_var_2] + (placeholder_1[(((placeholder_3[cse_var_3]*16) + (elem_idx*16)) + j)]*max(placeholder[((((floordiv(i0.outer.i1.outer.fused, 16)*16384) + (i.outer.inner*2048)) + (i.inner*256)) + placeholder_2[(placeholder_3[cse_var_3] + elem_idx)])], 0f32)))
-              }
+        }
+        for (elem_idx: int32, 0, let cse_var_2: int32 = floormod(i0.outer.i1.outer.fused, 32) in (placeholder_3[(cse_var_2 + 1)] - placeholder_3[cse_var_2])) {
+          for (i.inner: int32, 0, 8) {
+            let cse_var_21: int32 = floormod(i0.outer.i1.outer.fused, 32)
+            let cse_var_20: int32 = (elem_idx*16)
+            let cse_var_19: int32 = ((i.outer.inner*128) + (i.inner*16))
+            let cse_var_18: int32 = (cse_var_19 + 10)
+            let cse_var_17: int32 = (cse_var_19 + 11)
+            let cse_var_16: int32 = (cse_var_19 + 12)
+            let cse_var_15: int32 = (cse_var_19 + 13)
+            let cse_var_14: int32 = (cse_var_19 + 14)
+            let cse_var_13: int32 = (cse_var_19 + 15)
+            let cse_var_12: int32 = (cse_var_19 + 2)
+            let cse_var_11: int32 = (cse_var_19 + 3)
+            let cse_var_10: int32 = (cse_var_19 + 4)
+            let cse_var_9: int32 = (cse_var_19 + 5)
+            let cse_var_8: int32 = (cse_var_19 + 6)
+            let cse_var_7: int32 = (cse_var_19 + 7)
+            let cse_var_6: int32 = (cse_var_19 + 8)
+            let cse_var_5: int32 = (cse_var_19 + 9)
+            let cse_var_4: int32 = (cse_var_19 + 1)
+            let cse_var_3: int32 = (((floordiv(i0.outer.i1.outer.fused, 32)*4096) + (i.outer.inner*2048)) + (i.inner*256))
+             {
+              compute_4[cse_var_19] = (compute_4[cse_var_19] + (placeholder_1[((placeholder_3[cse_var_21]*16) + cse_var_20)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+              compute_4[cse_var_4] = (compute_4[cse_var_4] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 1)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+              compute_4[cse_var_12] = (compute_4[cse_var_12] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 2)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+              compute_4[cse_var_11] = (compute_4[cse_var_11] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 3)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+              compute_4[cse_var_10] = (compute_4[cse_var_10] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 4)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+              compute_4[cse_var_9] = (compute_4[cse_var_9] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 5)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+              compute_4[cse_var_8] = (compute_4[cse_var_8] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 6)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+              compute_4[cse_var_7] = (compute_4[cse_var_7] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 7)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+              compute_4[cse_var_6] = (compute_4[cse_var_6] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 8)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+              compute_4[cse_var_5] = (compute_4[cse_var_5] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 9)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+              compute_4[cse_var_18] = (compute_4[cse_var_18] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 10)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+              compute_4[cse_var_17] = (compute_4[cse_var_17] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 11)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+              compute_4[cse_var_16] = (compute_4[cse_var_16] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 12)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+              compute_4[cse_var_15] = (compute_4[cse_var_15] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 13)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+              compute_4[cse_var_14] = (compute_4[cse_var_14] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 14)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
+              compute_4[cse_var_13] = (compute_4[cse_var_13] + (placeholder_1[(((placeholder_3[cse_var_21]*16) + cse_var_20) + 15)]*max(placeholder[(cse_var_3 + placeholder_2[(placeholder_3[cse_var_21] + elem_idx)])], 0f32)))
             }
           }
         }
       }
-      for (i0.inner: int32, 0, 64) {
-        for (i1.inner: int32, 0, 32) {
-          let cse_var_4: int32 = ((((floordiv(i0.outer.i1.outer.fused, 16)*32768) + (i0.inner*512)) + (floormod(i0.outer.i1.outer.fused, 16)*32)) + i1.inner)
-          compute[cse_var_4] = max((compute_4[((i0.inner*32) + i1.inner)] + placeholder_4[cse_var_4]), 0f32)
-        }
+      for (i0.inner: int32, 0, 16) {
+        let cse_var_22: int32 = (((floordiv(i0.outer.i1.outer.fused, 32)*8192) + (i0.inner*512)) + (floormod(i0.outer.i1.outer.fused, 32)*16))
+        compute[ramp(cse_var_22, 1, 16)] = max((compute_4[ramp((i0.inner*16), 1, 16)] + placeholder_4[ramp(cse_var_22, 1, 16)]), broadcast(0f32, 16))
       }
     }
   }
@@ -663,7 +707,7 @@ layout transformation, parallelization, vectorization, unrolling, and operator f
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Execution time of this operator: 1.562 ms
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Execution time of this operator: 1.849 ms
 </pre></div>
 </div>
 <div class="admonition note">
diff --git a/docs/how_to/tune_with_autotvm/sg_execution_times.html b/docs/how_to/tune_with_autotvm/sg_execution_times.html
index 9077fe1..ebd0aec 100644
--- a/docs/how_to/tune_with_autotvm/sg_execution_times.html
+++ b/docs/how_to/tune_with_autotvm/sg_execution_times.html
@@ -300,13 +300,13 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-how-to-tune-with-autotvm-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>00:45.078</strong> total execution time for <strong>how_to_tune_with_autotvm</strong> files:</p>
+<p><strong>00:44.721</strong> total execution time for <strong>how_to_tune_with_autotvm</strong> files:</p>
 <ul class="simple">
-<li><p><strong>00:44.178</strong>: <a class="reference internal" href="tune_conv2d_cuda.html#sphx-glr-how-to-tune-with-autotvm-tune-conv2d-cuda-py"><span class="std std-ref">Tuning High Performance Convolution on NVIDIA GPUs</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_conv2d_cuda.py</span></code>)</p></li>
-<li><p><strong>00:00.235</strong>: <a class="reference internal" href="tune_relay_x86.html#sphx-glr-how-to-tune-with-autotvm-tune-relay-x86-py"><span class="std std-ref">Auto-tuning a Convolutional Network for x86 CPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_relay_x86.py</span></code>)</p></li>
-<li><p><strong>00:00.225</strong>: <a class="reference internal" href="tune_relay_mobile_gpu.html#sphx-glr-how-to-tune-with-autotvm-tune-relay-mobile-gpu-py"><span class="std std-ref">Auto-tuning a Convolutional Network for Mobile GPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_relay_mobile_gpu.py</span></code>)</p></li>
-<li><p><strong>00:00.221</strong>: <a class="reference internal" href="tune_relay_cuda.html#sphx-glr-how-to-tune-with-autotvm-tune-relay-cuda-py"><span class="std std-ref">Auto-tuning a Convolutional Network for NVIDIA GPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_relay_cuda.py</span></code>)</p></li>
-<li><p><strong>00:00.220</strong>: <a class="reference internal" href="tune_relay_arm.html#sphx-glr-how-to-tune-with-autotvm-tune-relay-arm-py"><span class="std std-ref">Auto-tuning a Convolutional Network for ARM CPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_relay_arm.py</span></code>)</p></li>
+<li><p><strong>00:43.794</strong>: <a class="reference internal" href="tune_conv2d_cuda.html#sphx-glr-how-to-tune-with-autotvm-tune-conv2d-cuda-py"><span class="std std-ref">Tuning High Performance Convolution on NVIDIA GPUs</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_conv2d_cuda.py</span></code>)</p></li>
+<li><p><strong>00:00.243</strong>: <a class="reference internal" href="tune_relay_x86.html#sphx-glr-how-to-tune-with-autotvm-tune-relay-x86-py"><span class="std std-ref">Auto-tuning a Convolutional Network for x86 CPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_relay_x86.py</span></code>)</p></li>
+<li><p><strong>00:00.231</strong>: <a class="reference internal" href="tune_relay_cuda.html#sphx-glr-how-to-tune-with-autotvm-tune-relay-cuda-py"><span class="std std-ref">Auto-tuning a Convolutional Network for NVIDIA GPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_relay_cuda.py</span></code>)</p></li>
+<li><p><strong>00:00.228</strong>: <a class="reference internal" href="tune_relay_arm.html#sphx-glr-how-to-tune-with-autotvm-tune-relay-arm-py"><span class="std std-ref">Auto-tuning a Convolutional Network for ARM CPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_relay_arm.py</span></code>)</p></li>
+<li><p><strong>00:00.226</strong>: <a class="reference internal" href="tune_relay_mobile_gpu.html#sphx-glr-how-to-tune-with-autotvm-tune-relay-mobile-gpu-py"><span class="std std-ref">Auto-tuning a Convolutional Network for Mobile GPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_relay_mobile_gpu.py</span></code>)</p></li>
 </ul>
 </div>
 
diff --git a/docs/how_to/tune_with_autotvm/tune_conv2d_cuda.html b/docs/how_to/tune_with_autotvm/tune_conv2d_cuda.html
index 18b0739..5a2146e 100644
--- a/docs/how_to/tune_with_autotvm/tune_conv2d_cuda.html
+++ b/docs/how_to/tune_with_autotvm/tune_conv2d_cuda.html
@@ -1142,8 +1142,8 @@ Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 854, in verify_pass
     raise InstantiationError(&quot;Skipped because of invalid gpu kernel&quot;)
 tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 4, 4, 32]), (&#39;tile_y&#39;, [-1, 1, 1, 7]), (&#39;tile_x&#39;, [-1, 1, 7, 1]), (&#39;tile_rc&#39;, [-1, 1, 128]), (&#39;tile_ry&#39;, [-1, 1, 3]), (&#39;tile_rx&#39;, [-1, 3, 1]), (&#39;auto_unroll_max_step&#39;, 512), (&#39;unroll_explicit&#39;, 0)],None,2885496
-No: 6   GFLOPS: 42.32/42.32     result: MeasureResult(costs=(0.0054703116315789465,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.6339004039764404, timestamp=1648795829.6322384)      [(&#39;tile_f&#39;, [-1, 1, 1, 1]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 7, 1]), (&#39;tile_rc&#39;, [-1, 4, 4]), (&#39;tile_ry&#39;, [-1, 3, 1]), (&#39;tile_rx&#39;, [-1, 1, 1]), (&#39;auto_unroll_max_step&#39;, 1500), (&#39;unroll_explicit&#39;, 0)],None,3754080
-No: 7   GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+No: 6   GFLOPS: 110.47/110.47   result: MeasureResult(costs=(0.0020956110625000002,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.8103656768798828, timestamp=1648820138.6708233)      [(&#39;tile_f&#39;, [-1, 1, 1, 1]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 7, 1]), (&#39;tile_rc&#39;, [-1, 4, 4]), (&#39;tile_ry&#39;, [-1, 3, 1]), (&#39;tile_rx&#39;, [-1, 1, 1]), (&#39;auto_unroll_max_step&#39;, 1500), (&#39;unroll_explicit&#39;, 0)],None,3754080
+No: 7   GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 571, in __call__
     func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 523, in _build_func_common
@@ -1266,7 +1266,7 @@ Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 854, in verify_pass
     raise InstantiationError(&quot;Skipped because of invalid gpu kernel&quot;)
 tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 1, 16, 32]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 7, 1]), (&#39;tile_rc&#39;, [-1, 256, 1]), (&#39;tile_ry&#39;, [-1, 1, 3]), (&#39;tile_rx&#39;, [-1, 3, 1]), (&#39;auto_unroll_max_step&#39;, 0), (&#39;unroll_explicit&#39;, 1)],None,6225319
-No: 8   GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+No: 8   GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 571, in __call__
     func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 523, in _build_func_common
@@ -1389,7 +1389,7 @@ Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 854, in verify_pass
     raise InstantiationError(&quot;Skipped because of invalid gpu kernel&quot;)
 tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 2, 1, 32]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 1]), (&#39;tile_rc&#39;, [-1, 8, 64]), (&#39;tile_ry&#39;, [-1, 3, 1]), (&#39;tile_rx&#39;, [-1, 3, 1]), (&#39;auto_unroll_max_step&#39;, 0), (&#39;unroll_explicit&#39;, 0)],None,943546
-No: 9   GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+No: 9   GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 571, in __call__
     func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 523, in _build_func_common
@@ -1512,7 +1512,7 @@ Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 854, in verify_pass
     raise InstantiationError(&quot;Skipped because of invalid gpu kernel&quot;)
 tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 4, 16, 4]), (&#39;tile_y&#39;, [-1, 1, 1, 7]), (&#39;tile_x&#39;, [-1, 1, 1, 7]), (&#39;tile_rc&#39;, [-1, 16, 32]), (&#39;tile_ry&#39;, [-1, 1, 3]), (&#39;tile_rx&#39;, [-1, 3, 1]), (&#39;auto_unroll_max_step&#39;, 512), (&#39;unroll_explicit&#39;, 0)],None,2868708
-No: 10  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+No: 10  GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 142, in build
     res = future.result()
   File &quot;/usr/lib/python3.7/concurrent/futures/_base.py&quot;, line 435, in result
@@ -1530,7 +1530,7 @@ No: 10  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
 TimeoutError
 
         [(&#39;tile_f&#39;, [-1, 32, 2, 4]), (&#39;tile_y&#39;, [-1, 1, 7, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 7]), (&#39;tile_rc&#39;, [-1, 4, 2]), (&#39;tile_ry&#39;, [-1, 1, 1]), (&#39;tile_rx&#39;, [-1, 1, 3]), (&#39;auto_unroll_max_step&#39;, 1500), (&#39;unroll_explicit&#39;, 0)],None,4691833
-No: 11  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+No: 11  GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 571, in __call__
     func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 523, in _build_func_common
@@ -1653,7 +1653,7 @@ Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 854, in verify_pass
     raise InstantiationError(&quot;Skipped because of invalid gpu kernel&quot;)
 tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 1, 2, 64]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 1]), (&#39;tile_rc&#39;, [-1, 4, 4]), (&#39;tile_ry&#39;, [-1, 1, 3]), (&#39;tile_rx&#39;, [-1, 3, 1]), (&#39;auto_unroll_max_step&#39;, 0), (&#39;unroll_explicit&#39;, 0)],None,1042124
-No: 12  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+No: 12  GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 571, in __call__
     func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 523, in _build_func_common
@@ -1776,7 +1776,7 @@ Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 854, in verify_pass
     raise InstantiationError(&quot;Skipped because of invalid gpu kernel&quot;)
 tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 32, 1, 4]), (&#39;tile_y&#39;, [-1, 1, 1, 7]), (&#39;tile_x&#39;, [-1, 1, 7, 1]), (&#39;tile_rc&#39;, [-1, 32, 16]), (&#39;tile_ry&#39;, [-1, 1, 1]), (&#39;tile_rx&#39;, [-1, 1, 3]), (&#39;auto_unroll_max_step&#39;, 1500), (&#39;unroll_explicit&#39;, 1)],None,10013405
-No: 13  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+No: 13  GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 571, in __call__
     func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 523, in _build_func_common
@@ -1899,7 +1899,7 @@ Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 854, in verify_pass
     raise InstantiationError(&quot;Skipped because of invalid gpu kernel&quot;)
 tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 8, 8, 2]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 7, 1]), (&#39;tile_rc&#39;, [-1, 4, 32]), (&#39;tile_ry&#39;, [-1, 3, 1]), (&#39;tile_rx&#39;, [-1, 1, 3]), (&#39;auto_unroll_max_step&#39;, 0), (&#39;unroll_explicit&#39;, 1)],None,6732082
-No: 14  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+No: 14  GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 571, in __call__
     func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 523, in _build_func_common
@@ -2022,7 +2022,7 @@ Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 854, in verify_pass
     raise InstantiationError(&quot;Skipped because of invalid gpu kernel&quot;)
 tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 2, 4, 32]), (&#39;tile_y&#39;, [-1, 7, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 1]), (&#39;tile_rc&#39;, [-1, 4, 128]), (&#39;tile_ry&#39;, [-1, 1, 3]), (&#39;tile_rx&#39;, [-1, 1, 1]), (&#39;auto_unroll_max_step&#39;, 512), (&#39;unroll_explicit&#39;, 1)],None,7536735
-No: 15  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+No: 15  GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 571, in __call__
     func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 523, in _build_func_common
@@ -2145,7 +2145,7 @@ Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 854, in verify_pass
     raise InstantiationError(&quot;Skipped because of invalid gpu kernel&quot;)
 tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 2, 1, 4]), (&#39;tile_y&#39;, [-1, 1, 1, 7]), (&#39;tile_x&#39;, [-1, 1, 1, 7]), (&#39;tile_rc&#39;, [-1, 128, 4]), (&#39;tile_ry&#39;, [-1, 1, 3]), (&#39;tile_rx&#39;, [-1, 1, 1]), (&#39;auto_unroll_max_step&#39;, 0), (&#39;unroll_explicit&#39;, 0)],None,482121
-No: 16  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+No: 16  GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 571, in __call__
     func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 523, in _build_func_common
@@ -2268,7 +2268,7 @@ Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 854, in verify_pass
     raise InstantiationError(&quot;Skipped because of invalid gpu kernel&quot;)
 tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 2, 1, 16]), (&#39;tile_y&#39;, [-1, 1, 7, 1]), (&#39;tile_x&#39;, [-1, 7, 1, 1]), (&#39;tile_rc&#39;, [-1, 32, 8]), (&#39;tile_ry&#39;, [-1, 1, 3]), (&#39;tile_rx&#39;, [-1, 3, 1]), (&#39;auto_unroll_max_step&#39;, 512), (&#39;unroll_explicit&#39;, 0)],None,2824525
-No: 17  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+No: 17  GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 571, in __call__
     func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 523, in _build_func_common
@@ -2391,7 +2391,7 @@ Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 854, in verify_pass
     raise InstantiationError(&quot;Skipped because of invalid gpu kernel&quot;)
 tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 64, 1, 1]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 7, 1, 1]), (&#39;tile_rc&#39;, [-1, 8, 8]), (&#39;tile_ry&#39;, [-1, 1, 3]), (&#39;tile_rx&#39;, [-1, 3, 1]), (&#39;auto_unroll_max_step&#39;, 1500), (&#39;unroll_explicit&#39;, 0)],None,4559286
-No: 18  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+No: 18  GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 571, in __call__
     func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 523, in _build_func_common
@@ -2514,7 +2514,7 @@ Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 854, in verify_pass
     raise InstantiationError(&quot;Skipped because of invalid gpu kernel&quot;)
 tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 1, 32, 16]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 7, 1, 1]), (&#39;tile_rc&#39;, [-1, 1, 512]), (&#39;tile_ry&#39;, [-1, 3, 1]), (&#39;tile_rx&#39;, [-1, 3, 1]), (&#39;auto_unroll_max_step&#39;, 1500), (&#39;unroll_explicit&#39;, 1)],None,9677544
-No: 19  GFLOPS: 0.00/42.32      result: Traceback (most recent call last):
+No: 19  GFLOPS: 0.00/110.47     result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 721, in __call__
     yield remote, remote.load_module(os.path.split(build_result.filename)[1])
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 685, in run_through_rpc
@@ -2602,7 +2602,7 @@ tvm._ffi.base.TVMError: Traceback (most recent call last):
   15: _PyEval_EvalFrameDefault
   14: 0x0000000000537c30
   13: _PyObject_FastCallKeywords
-  12: 0x00007f06f0669fa2
+  12: 0x00007f3f2d9aafa2
   11: _ctypes_callproc
   10: ffi_call
   9: ffi_call_unix64
@@ -2667,7 +2667,7 @@ Traceback (most recent call last):
   21: _PyFunction_FastCallKeywords
   20: _PyEval_EvalFrameDefault
   19: _PyFunction_FastCall      [(&#39;tile_f&#39;, [-1, 8, 2, 16]), (&#39;tile_y&#39;, [-1, 7, 1, 1]), (&#39;tile_x&#39;, [-1, 7, 1, 1]), (&#39;tile_rc&#39;, [-1, 1, 1]), (&#39;tile_ry&#39;, [-1, 1, 1]), (&#39;tile_rx&#39;, [-1, 1, 3]), (&#39;auto_unroll_max_step&#39;, 0), (&#39;unroll_explicit&#39;, 1)],None,6390073
-No: 20  GFLOPS: 144.53/144.53   result: MeasureResult(costs=(0.00160173917,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.405935287475586, timestamp=1648795856.054393)        [(&#39;tile_f&#39;, [-1, 1, 4, 1]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 7, 1, 1]), (&#39;tile_rc&#39;, [-1, 4, 1]), (&#39;tile_ry&#39;, [-1, 1, 1]), (&#39;tile_rx&#39;, [-1, 1, 3]), (&#39;auto_unroll_max_step&#39;, 1500), (&#39;unroll_explicit&#39;, 1)],None,9881539
+No: 20  GFLOPS: 143.75/143.75   result: MeasureResult(costs=(0.0016104865799999998,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.4379312992095947, timestamp=1648820165.2172766)      [(&#39;tile_f&#39;, [-1, 1, 4, 1]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 7, 1, 1]), (&#39;tile_rc&#39;, [-1, 4, 1]), (&#39;tile_ry&#39;, [-1, 1, 1]), (&#39;tile_rx&#39;, [-1, 1, 3]), (&#39;auto_unroll_max_step&#39;, 1500), (&#39;unroll_explicit&#39;, 1)],None,9881539
 </pre></div>
 </div>
 <p>Finally we can inspect the best config from log file, check correctness,
@@ -2706,7 +2706,7 @@ and measure running time.</p>
 <p class="sphx-glr-script-out">Out:</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Best config:
 [(&#39;tile_f&#39;, [-1, 1, 4, 1]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 7, 1, 1]), (&#39;tile_rc&#39;, [-1, 4, 1]), (&#39;tile_ry&#39;, [-1, 1, 1]), (&#39;tile_rx&#39;, [-1, 1, 3]), (&#39;auto_unroll_max_step&#39;, 1500), (&#39;unroll_explicit&#39;, 1)],None,9881539
-Time cost of this operator: 0.001963
+Time cost of this operator: 0.001993
 </pre></div>
 </div>
 <div class="sphx-glr-footer class sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-tune-with-autotvm-tune-conv2d-cuda-py">
diff --git a/docs/how_to/work_with_microtvm/micro_autotune.html b/docs/how_to/work_with_microtvm/micro_autotune.html
index 6ea86d8..928ce2f 100644
--- a/docs/how_to/work_with_microtvm/micro_autotune.html
+++ b/docs/how_to/work_with_microtvm/micro_autotune.html
@@ -553,10 +553,10 @@ the tuned operator.</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>########## Build without Autotuning ##########
 Node Name                                     Ops                                           Time(us)  Time(%)  Shape              Inputs  Outputs
 ---------                                     ---                                           --------  -------  -----              ------  -------
-tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  308.8     98.733   (1, 2, 10, 10, 3)  2       1
-tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       3.061     0.979    (1, 6, 10, 10)     1       1
-tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.901     0.288    (1, 1, 10, 10, 3)  1       1
-Total_time                                    -                                             312.762   -        -                  -       -
+tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  311.6     98.733   (1, 2, 10, 10, 3)  2       1
+tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       3.097     0.981    (1, 6, 10, 10)     1       1
+tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.901     0.285    (1, 1, 10, 10, 3)  1       1
+Total_time                                    -                                             315.598   -        -                  -       -
 </pre></div>
 </div>
 </div>
@@ -608,10 +608,10 @@ Total_time                                    -
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>########## Build with Autotuning ##########
 Node Name                                     Ops                                           Time(us)  Time(%)  Shape              Inputs  Outputs
 ---------                                     ---                                           --------  -------  -----              ------  -------
-tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  79.7      96.707   (1, 6, 10, 10, 1)  2       1
-tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       1.775     2.154    (1, 6, 10, 10)     1       1
-tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.938     1.139    (1, 1, 10, 10, 3)  1       1
-Total_time                                    -                                             82.414    -        -                  -       -
+tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  82.75     96.841   (1, 6, 10, 10, 1)  2       1
+tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       1.777     2.08     (1, 6, 10, 10)     1       1
+tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.922     1.079    (1, 1, 10, 10, 3)  1       1
+Total_time                                    -                                             85.449    -        -                  -       -
 </pre></div>
 </div>
 <div class="sphx-glr-footer class sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-work-with-microtvm-micro-autotune-py">
diff --git a/docs/how_to/work_with_microtvm/sg_execution_times.html b/docs/how_to/work_with_microtvm/sg_execution_times.html
index fc980ec..826e2ef 100644
--- a/docs/how_to/work_with_microtvm/sg_execution_times.html
+++ b/docs/how_to/work_with_microtvm/sg_execution_times.html
@@ -300,13 +300,13 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-how-to-work-with-microtvm-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>00:44.399</strong> total execution time for <strong>how_to_work_with_microtvm</strong> files:</p>
+<p><strong>00:47.787</strong> total execution time for <strong>how_to_work_with_microtvm</strong> files:</p>
 <ul class="simple">
-<li><p><strong>00:40.240</strong>: <a class="reference internal" href="micro_autotune.html#sphx-glr-how-to-work-with-microtvm-micro-autotune-py"><span class="std std-ref">Autotuning with microTVM</span></a> (<code class="docutils literal notranslate"><span class="pre">micro_autotune.py</span></code>)</p></li>
-<li><p><strong>00:03.585</strong>: <a class="reference internal" href="micro_tflite.html#sphx-glr-how-to-work-with-microtvm-micro-tflite-py"><span class="std std-ref">microTVM with TFLite Models</span></a> (<code class="docutils literal notranslate"><span class="pre">micro_tflite.py</span></code>)</p></li>
-<li><p><strong>00:00.195</strong>: <a class="reference internal" href="micro_reference_vm.html#sphx-glr-how-to-work-with-microtvm-micro-reference-vm-py"><span class="std std-ref">microTVM Reference Virtual Machines</span></a> (<code class="docutils literal notranslate"><span class="pre">micro_reference_vm.py</span></code>)</p></li>
-<li><p><strong>00:00.191</strong>: <a class="reference internal" href="micro_ethosu.html#sphx-glr-how-to-work-with-microtvm-micro-ethosu-py"><span class="std std-ref">Running TVM on bare metal Arm(R) Cortex(R)-M55 CPU and Ethos(TM)-U55 NPU</span></a> (<code class="docutils literal notranslate"><span class="pre">micro_ethosu.py</span></code>)</p></li>
-<li><p><strong>00:00.187</strong>: <a class="reference internal" href="micro_tvmc.html#sphx-glr-how-to-work-with-microtvm-micro-tvmc-py"><span class="std std-ref">Executing a Tiny Model with TVMC Micro</span></a> (<code class="docutils literal notranslate"><span class="pre">micro_tvmc.py</span></code>)</p></li>
+<li><p><strong>00:43.367</strong>: <a class="reference internal" href="micro_autotune.html#sphx-glr-how-to-work-with-microtvm-micro-autotune-py"><span class="std std-ref">Autotuning with microTVM</span></a> (<code class="docutils literal notranslate"><span class="pre">micro_autotune.py</span></code>)</p></li>
+<li><p><strong>00:03.791</strong>: <a class="reference internal" href="micro_tflite.html#sphx-glr-how-to-work-with-microtvm-micro-tflite-py"><span class="std std-ref">microTVM with TFLite Models</span></a> (<code class="docutils literal notranslate"><span class="pre">micro_tflite.py</span></code>)</p></li>
+<li><p><strong>00:00.213</strong>: <a class="reference internal" href="micro_tvmc.html#sphx-glr-how-to-work-with-microtvm-micro-tvmc-py"><span class="std std-ref">Executing a Tiny Model with TVMC Micro</span></a> (<code class="docutils literal notranslate"><span class="pre">micro_tvmc.py</span></code>)</p></li>
+<li><p><strong>00:00.208</strong>: <a class="reference internal" href="micro_ethosu.html#sphx-glr-how-to-work-with-microtvm-micro-ethosu-py"><span class="std std-ref">Running TVM on bare metal Arm(R) Cortex(R)-M55 CPU and Ethos(TM)-U55 NPU</span></a> (<code class="docutils literal notranslate"><span class="pre">micro_ethosu.py</span></code>)</p></li>
+<li><p><strong>00:00.208</strong>: <a class="reference internal" href="micro_reference_vm.html#sphx-glr-how-to-work-with-microtvm-micro-reference-vm-py"><span class="std std-ref">microTVM Reference Virtual Machines</span></a> (<code class="docutils literal notranslate"><span class="pre">micro_reference_vm.py</span></code>)</p></li>
 </ul>
 </div>
 
diff --git a/docs/how_to/work_with_relay/sg_execution_times.html b/docs/how_to/work_with_relay/sg_execution_times.html
index 67d73b4..e6e3758 100644
--- a/docs/how_to/work_with_relay/sg_execution_times.html
+++ b/docs/how_to/work_with_relay/sg_execution_times.html
@@ -300,11 +300,11 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-how-to-work-with-relay-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>00:04.407</strong> total execution time for <strong>how_to_work_with_relay</strong> files:</p>
+<p><strong>00:09.486</strong> total execution time for <strong>how_to_work_with_relay</strong> files:</p>
 <ul class="simple">
-<li><p><strong>00:02.487</strong>: <a class="reference internal" href="using_external_lib.html#sphx-glr-how-to-work-with-relay-using-external-lib-py"><span class="std std-ref">Using External Libraries in Relay</span></a> (<code class="docutils literal notranslate"><span class="pre">using_external_lib.py</span></code>)</p></li>
-<li><p><strong>00:01.709</strong>: <a class="reference internal" href="build_gcn.html#sphx-glr-how-to-work-with-relay-build-gcn-py"><span class="std std-ref">Building a Graph Convolutional Network</span></a> (<code class="docutils literal notranslate"><span class="pre">build_gcn.py</span></code>)</p></li>
-<li><p><strong>00:00.211</strong>: <a class="reference internal" href="using_relay_viz.html#sphx-glr-how-to-work-with-relay-using-relay-viz-py"><span class="std std-ref">Use Relay Visualizer to Visualize Relay</span></a> (<code class="docutils literal notranslate"><span class="pre">using_relay_viz.py</span></code>)</p></li>
+<li><p><strong>00:07.316</strong>: <a class="reference internal" href="using_external_lib.html#sphx-glr-how-to-work-with-relay-using-external-lib-py"><span class="std std-ref">Using External Libraries in Relay</span></a> (<code class="docutils literal notranslate"><span class="pre">using_external_lib.py</span></code>)</p></li>
+<li><p><strong>00:01.949</strong>: <a class="reference internal" href="build_gcn.html#sphx-glr-how-to-work-with-relay-build-gcn-py"><span class="std std-ref">Building a Graph Convolutional Network</span></a> (<code class="docutils literal notranslate"><span class="pre">build_gcn.py</span></code>)</p></li>
+<li><p><strong>00:00.221</strong>: <a class="reference internal" href="using_relay_viz.html#sphx-glr-how-to-work-with-relay-using-relay-viz-py"><span class="std std-ref">Use Relay Visualizer to Visualize Relay</span></a> (<code class="docutils literal notranslate"><span class="pre">using_relay_viz.py</span></code>)</p></li>
 </ul>
 </div>
 
diff --git a/docs/how_to/work_with_schedules/sg_execution_times.html b/docs/how_to/work_with_schedules/sg_execution_times.html
index b619e65..2a015e5 100644
--- a/docs/how_to/work_with_schedules/sg_execution_times.html
+++ b/docs/how_to/work_with_schedules/sg_execution_times.html
@@ -300,16 +300,16 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-how-to-work-with-schedules-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>00:06.012</strong> total execution time for <strong>how_to_work_with_schedules</strong> files:</p>
+<p><strong>00:06.004</strong> total execution time for <strong>how_to_work_with_schedules</strong> files:</p>
 <ul class="simple">
-<li><p><strong>00:02.226</strong>: <a class="reference internal" href="intrin_math.html#sphx-glr-how-to-work-with-schedules-intrin-math-py"><span class="std std-ref">Intrinsics and Math Functions</span></a> (<code class="docutils literal notranslate"><span class="pre">intrin_math.py</span></code>)</p></li>
-<li><p><strong>00:01.257</strong>: <a class="reference internal" href="tensorize.html#sphx-glr-how-to-work-with-schedules-tensorize-py"><span class="std std-ref">Use Tensorize to Leverage Hardware Intrinsics</span></a> (<code class="docutils literal notranslate"><span class="pre">tensorize.py</span></code>)</p></li>
-<li><p><strong>00:00.762</strong>: <a class="reference internal" href="scan.html#sphx-glr-how-to-work-with-schedules-scan-py"><span class="std std-ref">Scan and Recurrent Kernel</span></a> (<code class="docutils literal notranslate"><span class="pre">scan.py</span></code>)</p></li>
-<li><p><strong>00:00.756</strong>: <a class="reference internal" href="reduction.html#sphx-glr-how-to-work-with-schedules-reduction-py"><span class="std std-ref">Reduction</span></a> (<code class="docutils literal notranslate"><span class="pre">reduction.py</span></code>)</p></li>
-<li><p><strong>00:00.326</strong>: <a class="reference internal" href="extern_op.html#sphx-glr-how-to-work-with-schedules-extern-op-py"><span class="std std-ref">External Tensor Functions</span></a> (<code class="docutils literal notranslate"><span class="pre">extern_op.py</span></code>)</p></li>
-<li><p><strong>00:00.240</strong>: <a class="reference internal" href="tedd.html#sphx-glr-how-to-work-with-schedules-tedd-py"><span class="std std-ref">Use Tensor Expression Debug Display (TEDD) for Visualization</span></a> (<code class="docutils literal notranslate"><span class="pre">tedd.py</span></code>)</p></li>
-<li><p><strong>00:00.230</strong>: <a class="reference internal" href="schedule_primitives.html#sphx-glr-how-to-work-with-schedules-schedule-primitives-py"><span class="std std-ref">Schedule Primitives in TVM</span></a> (<code class="docutils literal notranslate"><span class="pre">schedule_primitives.py</span></code>)</p></li>
-<li><p><strong>00:00.215</strong>: <a class="reference internal" href="tuple_inputs.html#sphx-glr-how-to-work-with-schedules-tuple-inputs-py"><span class="std std-ref">Compute and Reduce with Tuple Inputs</span></a> (<code class="docutils literal notranslate"><span class="pre">tuple_inputs.py</span></code>)</p></li>
+<li><p><strong>00:02.212</strong>: <a class="reference internal" href="intrin_math.html#sphx-glr-how-to-work-with-schedules-intrin-math-py"><span class="std std-ref">Intrinsics and Math Functions</span></a> (<code class="docutils literal notranslate"><span class="pre">intrin_math.py</span></code>)</p></li>
+<li><p><strong>00:01.186</strong>: <a class="reference internal" href="tensorize.html#sphx-glr-how-to-work-with-schedules-tensorize-py"><span class="std std-ref">Use Tensorize to Leverage Hardware Intrinsics</span></a> (<code class="docutils literal notranslate"><span class="pre">tensorize.py</span></code>)</p></li>
+<li><p><strong>00:00.769</strong>: <a class="reference internal" href="reduction.html#sphx-glr-how-to-work-with-schedules-reduction-py"><span class="std std-ref">Reduction</span></a> (<code class="docutils literal notranslate"><span class="pre">reduction.py</span></code>)</p></li>
+<li><p><strong>00:00.750</strong>: <a class="reference internal" href="scan.html#sphx-glr-how-to-work-with-schedules-scan-py"><span class="std std-ref">Scan and Recurrent Kernel</span></a> (<code class="docutils literal notranslate"><span class="pre">scan.py</span></code>)</p></li>
+<li><p><strong>00:00.320</strong>: <a class="reference internal" href="extern_op.html#sphx-glr-how-to-work-with-schedules-extern-op-py"><span class="std std-ref">External Tensor Functions</span></a> (<code class="docutils literal notranslate"><span class="pre">extern_op.py</span></code>)</p></li>
+<li><p><strong>00:00.273</strong>: <a class="reference internal" href="tedd.html#sphx-glr-how-to-work-with-schedules-tedd-py"><span class="std std-ref">Use Tensor Expression Debug Display (TEDD) for Visualization</span></a> (<code class="docutils literal notranslate"><span class="pre">tedd.py</span></code>)</p></li>
+<li><p><strong>00:00.252</strong>: <a class="reference internal" href="schedule_primitives.html#sphx-glr-how-to-work-with-schedules-schedule-primitives-py"><span class="std std-ref">Schedule Primitives in TVM</span></a> (<code class="docutils literal notranslate"><span class="pre">schedule_primitives.py</span></code>)</p></li>
+<li><p><strong>00:00.242</strong>: <a class="reference internal" href="tuple_inputs.html#sphx-glr-how-to-work-with-schedules-tuple-inputs-py"><span class="std std-ref">Compute and Reduce with Tuple Inputs</span></a> (<code class="docutils literal notranslate"><span class="pre">tuple_inputs.py</span></code>)</p></li>
 </ul>
 </div>
 
diff --git a/docs/how_to/work_with_schedules/tensorize.html b/docs/how_to/work_with_schedules/tensorize.html
index 7d60ffb..24f0bec 100644
--- a/docs/how_to/work_with_schedules/tensorize.html
+++ b/docs/how_to/work_with_schedules/tensorize.html
@@ -548,8 +548,8 @@ The importing needs to happen before the tensorized GEMV being executed.</p>
              B: Buffer(B_2: Pointer(float32), float32, [32768], []),
              C: Buffer(C_2: Pointer(float32), float32, [524288], [])}
   buffer_map = {A_1: A, B_1: B, C_1: C} {
-  attr [IterVar(i: int32, (nullptr), &quot;DataPar&quot;, &quot;&quot;)] &quot;pragma_import_llvm&quot; = &quot;; ModuleID = &#39;/tmp/tmpi19nz3zi/input0.cc&#39;
-source_filename = &quot;/tmp/tmpi19nz3zi/input0.cc&quot;
+  attr [IterVar(i: int32, (nullptr), &quot;DataPar&quot;, &quot;&quot;)] &quot;pragma_import_llvm&quot; = &quot;; ModuleID = &#39;/tmp/tmp2adu3nln/input0.cc&#39;
+source_filename = &quot;/tmp/tmp2adu3nln/input0.cc&quot;
 target datalayout = &quot;e-m:e-i64:64-f80:128-n8:16:32:64-S128&quot;
 target triple = &quot;x86_64-pc-linux-gnu&quot;
 
diff --git a/docs/reference/api/python/auto_scheduler.html b/docs/reference/api/python/auto_scheduler.html
index c40e6fb..aa54941 100644
--- a/docs/reference/api/python/auto_scheduler.html
+++ b/docs/reference/api/python/auto_scheduler.html
@@ -1713,7 +1713,7 @@ Can be the a function or the function name.</p></li>
 
 <dl class="py function">
 <dt class="sig sig-object py" id="tvm.auto_scheduler.auto_schedule">
-<span class="sig-prename descclassname"><span class="pre">tvm.auto_scheduler.</span></span><span class="sig-name descname"><span class="pre">auto_schedule</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">task</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">search_policy</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em clas [...]
+<span class="sig-prename descclassname"><span class="pre">tvm.auto_scheduler.</span></span><span class="sig-name descname"><span class="pre">auto_schedule</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">task</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">search_policy</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em clas [...]
 <dd><p>THIS API IS DEPRECATED.</p>
 <p>Run auto scheduling search for a task.</p>
 <dl class="field-list simple">
@@ -1750,7 +1750,7 @@ the initial naive schedule (state).</p>
 
 <dl class="py class">
 <dt class="sig sig-object py" id="tvm.auto_scheduler.SketchPolicy">
-<em class="property"><span class="pre">class</span> </em><span class="sig-prename descclassname"><span class="pre">tvm.auto_scheduler.</span></span><span class="sig-name descname"><span class="pre">SketchPolicy</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">task</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">program_cost_model</span></span><span class="o"><span class="pre">=</span></span><span class="defau [...]
+<em class="property"><span class="pre">class</span> </em><span class="sig-prename descclassname"><span class="pre">tvm.auto_scheduler.</span></span><span class="sig-name descname"><span class="pre">SketchPolicy</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">task</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">program_cost_model</span></span><span class="o"><span class="pre">=</span></span><span class="defau [...]
 <dd><p>The search policy that searches in a hierarchical search space defined by sketches.
 The policy randomly samples programs from the space defined by sketches and use evolutionary
 search to fine-tune them.</p>
diff --git a/docs/reference/api/typedoc/classes/bytestreamreader.html b/docs/reference/api/typedoc/classes/bytestreamreader.html
index 1263066..72f99bf 100644
--- a/docs/reference/api/typedoc/classes/bytestreamreader.html
+++ b/docs/reference/api/typedoc/classes/bytestreamreader.html
@@ -119,7 +119,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/rpc_server.ts#L43">rpc_server.ts:43</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/rpc_server.ts#L43">rpc_server.ts:43</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -141,7 +141,7 @@
 					<div class="tsd-signature tsd-kind-icon">bytes<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Uint8Array</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/rpc_server.ts#L43">rpc_server.ts:43</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/rpc_server.ts#L43">rpc_server.ts:43</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -151,7 +151,7 @@
 					<div class="tsd-signature tsd-kind-icon">offset<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 0</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/rpc_server.ts#L42">rpc_server.ts:42</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/rpc_server.ts#L42">rpc_server.ts:42</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -168,7 +168,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/rpc_server.ts#L63">rpc_server.ts:63</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/rpc_server.ts#L63">rpc_server.ts:63</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Uint8Array</span></h4>
@@ -185,7 +185,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/rpc_server.ts#L49">rpc_server.ts:49</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/rpc_server.ts#L49">rpc_server.ts:49</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
@@ -202,7 +202,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/rpc_server.ts#L57">rpc_server.ts:57</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/rpc_server.ts#L57">rpc_server.ts:57</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
diff --git a/docs/reference/api/typedoc/classes/cachedcallstack.html b/docs/reference/api/typedoc/classes/cachedcallstack.html
index ff5f6a3..3ff02c5 100644
--- a/docs/reference/api/typedoc/classes/cachedcallstack.html
+++ b/docs/reference/api/typedoc/classes/cachedcallstack.html
@@ -144,7 +144,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L223">memory.ts:223</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L223">memory.ts:223</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -172,7 +172,7 @@
 					<div class="tsd-signature tsd-kind-icon">temp<wbr>Args<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/disposable.html" class="tsd-signature-type">Disposable</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = []</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L208">memory.ts:208</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L208">memory.ts:208</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -194,7 +194,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L312">memory.ts:312</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L312">memory.ts:312</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -226,7 +226,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L284">memory.ts:284</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L284">memory.ts:284</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -262,7 +262,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L388">memory.ts:388</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L388">memory.ts:388</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -300,7 +300,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L376">memory.ts:376</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L376">memory.ts:376</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -340,7 +340,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L267">memory.ts:267</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L267">memory.ts:267</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -373,7 +373,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L243">memory.ts:243</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L243">memory.ts:243</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -390,7 +390,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L321">memory.ts:321</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L321">memory.ts:321</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -422,7 +422,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L252">memory.ts:252</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L252">memory.ts:252</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -444,7 +444,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L359">memory.ts:359</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L359">memory.ts:359</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -470,7 +470,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L342">memory.ts:342</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L342">memory.ts:342</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -496,7 +496,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L350">memory.ts:350</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L350">memory.ts:350</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -522,7 +522,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L326">memory.ts:326</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L326">memory.ts:326</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -548,7 +548,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L363">memory.ts:363</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L363">memory.ts:363</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -574,7 +574,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L346">memory.ts:346</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L346">memory.ts:346</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -600,7 +600,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L334">memory.ts:334</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L334">memory.ts:334</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
diff --git a/docs/reference/api/typedoc/classes/dldatatype.html b/docs/reference/api/typedoc/classes/dldatatype.html
index 200cd53..ca08444 100644
--- a/docs/reference/api/typedoc/classes/dldatatype.html
+++ b/docs/reference/api/typedoc/classes/dldatatype.html
@@ -119,7 +119,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L262">runtime.ts:262</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L262">runtime.ts:262</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -147,7 +147,7 @@
 					<div class="tsd-signature tsd-kind-icon">bits<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L260">runtime.ts:260</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L260">runtime.ts:260</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -162,7 +162,7 @@
 					<div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L258">runtime.ts:258</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L258">runtime.ts:258</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -177,7 +177,7 @@
 					<div class="tsd-signature tsd-kind-icon">lanes<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L262">runtime.ts:262</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L262">runtime.ts:262</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -199,7 +199,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L279">runtime.ts:279</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L279">runtime.ts:279</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
@@ -216,7 +216,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L270">runtime.ts:270</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L270">runtime.ts:270</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
diff --git a/docs/reference/api/typedoc/classes/dldevice.html b/docs/reference/api/typedoc/classes/dldevice.html
index aba9667..3afa389 100644
--- a/docs/reference/api/typedoc/classes/dldevice.html
+++ b/docs/reference/api/typedoc/classes/dldevice.html
@@ -118,7 +118,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L202">runtime.ts:202</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L202">runtime.ts:202</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -146,7 +146,7 @@
 					<div class="tsd-signature tsd-kind-icon">device<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L200">runtime.ts:200</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L200">runtime.ts:200</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -161,7 +161,7 @@
 					<div class="tsd-signature tsd-kind-icon">device<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L198">runtime.ts:198</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L198">runtime.ts:198</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -183,7 +183,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L223">runtime.ts:223</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L223">runtime.ts:223</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -205,7 +205,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L230">runtime.ts:230</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L230">runtime.ts:230</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
diff --git a/docs/reference/api/typedoc/classes/environment.html b/docs/reference/api/typedoc/classes/environment.html
index 5ad1e42..775b578 100644
--- a/docs/reference/api/typedoc/classes/environment.html
+++ b/docs/reference/api/typedoc/classes/environment.html
@@ -125,7 +125,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/environment.ts#L86">environment.ts:86</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/environment.ts#L86">environment.ts:86</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -169,7 +169,7 @@
 					<aside class="tsd-sources">
 						<p>Implementation of <a href="../interfaces/libraryprovider.html">LibraryProvider</a>.<a href="../interfaces/libraryprovider.html#imports">imports</a></p>
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/environment.ts#L70">environment.ts:70</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/environment.ts#L70">environment.ts:70</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -179,7 +179,7 @@
 					<div class="tsd-signature tsd-kind-icon">logger<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/environment.ts#L69">environment.ts:69</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/environment.ts#L69">environment.ts:69</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-type-declaration">
@@ -210,7 +210,7 @@
 					<div class="tsd-signature tsd-kind-icon">packedCFunc<wbr>Table<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ctypes.FTVMWasmPackedCFunc</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = [undefined,]</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/environment.ts#L78">environment.ts:78</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/environment.ts#L78">environment.ts:78</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -228,7 +228,7 @@
 					<div class="tsd-signature tsd-kind-icon">packedCFunc<wbr>Table<wbr>Free<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = []</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/environment.ts#L84">environment.ts:84</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/environment.ts#L84">environment.ts:84</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -250,7 +250,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/environment.ts#L105">environment.ts:105</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/environment.ts#L105">environment.ts:105</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
diff --git a/docs/reference/api/typedoc/classes/ffilibrary.html b/docs/reference/api/typedoc/classes/ffilibrary.html
index a8a01a7..0ddcf49 100644
--- a/docs/reference/api/typedoc/classes/ffilibrary.html
+++ b/docs/reference/api/typedoc/classes/ffilibrary.html
@@ -131,7 +131,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L49">runtime.ts:49</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L49">runtime.ts:49</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -156,7 +156,7 @@
 					<div class="tsd-signature tsd-kind-icon">exports<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">Function</span><span class="tsd-signature-symbol">&gt;</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L46">runtime.ts:46</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L46">runtime.ts:46</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -166,7 +166,7 @@
 					<div class="tsd-signature tsd-kind-icon">memory<span class="tsd-signature-symbol">:</span> <a href="memory.html" class="tsd-signature-type">Memory</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L45">runtime.ts:45</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L45">runtime.ts:45</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -176,7 +176,7 @@
 					<div class="tsd-signature tsd-kind-icon">wasm32<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L44">runtime.ts:44</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L44">runtime.ts:44</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -186,7 +186,7 @@
 					<div class="tsd-signature tsd-kind-icon">webGPUContext<span class="tsd-signature-symbol">:</span> <a href="webgpucontext.html" class="tsd-signature-type">WebGPUContext</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L47">runtime.ts:47</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L47">runtime.ts:47</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -203,7 +203,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L76">runtime.ts:76</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L76">runtime.ts:76</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -226,7 +226,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L66">runtime.ts:66</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L66">runtime.ts:66</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -243,7 +243,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L84">runtime.ts:84</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L84">runtime.ts:84</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <a href="cachedcallstack.html" class="tsd-signature-type">CachedCallStack</a></h4>
@@ -260,7 +260,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L95">runtime.ts:95</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L95">runtime.ts:95</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -283,7 +283,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L72">runtime.ts:72</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L72">runtime.ts:72</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
diff --git a/docs/reference/api/typedoc/classes/graphexecutor.html b/docs/reference/api/typedoc/classes/graphexecutor.html
index 365358f..2a52f2d 100644
--- a/docs/reference/api/typedoc/classes/graphexecutor.html
+++ b/docs/reference/api/typedoc/classes/graphexecutor.html
@@ -130,7 +130,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L583">runtime.ts:583</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L583">runtime.ts:583</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -162,7 +162,7 @@
 					<div class="tsd-signature tsd-kind-icon">module<span class="tsd-signature-symbol">:</span> <a href="module.html" class="tsd-signature-type">Module</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L579">runtime.ts:579</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L579">runtime.ts:579</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -179,7 +179,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L654">runtime.ts:654</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L654">runtime.ts:654</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -224,7 +224,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L597">runtime.ts:597</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L597">runtime.ts:597</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -241,7 +241,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L631">runtime.ts:631</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L631">runtime.ts:631</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -279,7 +279,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L644">runtime.ts:644</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L644">runtime.ts:644</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -310,7 +310,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L621">runtime.ts:621</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L621">runtime.ts:621</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -332,7 +332,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L609">runtime.ts:609</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L609">runtime.ts:609</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
diff --git a/docs/reference/api/typedoc/classes/instance.html b/docs/reference/api/typedoc/classes/instance.html
index 166a05a..d5c9f63 100644
--- a/docs/reference/api/typedoc/classes/instance.html
+++ b/docs/reference/api/typedoc/classes/instance.html
@@ -139,7 +139,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L692">runtime.ts:692</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L692">runtime.ts:692</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -202,7 +202,7 @@
 					<div class="tsd-signature tsd-kind-icon">exports<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">Function</span><span class="tsd-signature-symbol">&gt;</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L684">runtime.ts:684</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L684">runtime.ts:684</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -212,7 +212,7 @@
 					<div class="tsd-signature tsd-kind-icon">memory<span class="tsd-signature-symbol">:</span> <a href="memory.html" class="tsd-signature-type">Memory</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L683">runtime.ts:683</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L683">runtime.ts:683</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -229,7 +229,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L932">runtime.ts:932</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L932">runtime.ts:932</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -260,7 +260,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L994">runtime.ts:994</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L994">runtime.ts:994</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -303,7 +303,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L924">runtime.ts:924</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L924">runtime.ts:924</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -341,7 +341,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L732">runtime.ts:732</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L732">runtime.ts:732</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -358,7 +358,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L952">runtime.ts:952</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L952">runtime.ts:952</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -402,7 +402,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L816">runtime.ts:816</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L816">runtime.ts:816</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -434,7 +434,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L1033">runtime.ts:1033</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L1033">runtime.ts:1033</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -465,7 +465,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L846">runtime.ts:846</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L846">runtime.ts:846</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -497,7 +497,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L750">runtime.ts:750</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L750">runtime.ts:750</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -520,7 +520,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L1013">runtime.ts:1013</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L1013">runtime.ts:1013</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -568,7 +568,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L789">runtime.ts:789</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L789">runtime.ts:789</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -608,7 +608,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L914">runtime.ts:914</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L914">runtime.ts:914</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -646,7 +646,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L1134">runtime.ts:1134</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L1134">runtime.ts:1134</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -698,7 +698,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L740">runtime.ts:740</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L740">runtime.ts:740</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -722,7 +722,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L868">runtime.ts:868</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L868">runtime.ts:868</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -754,7 +754,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L857">runtime.ts:857</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L857">runtime.ts:857</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -786,7 +786,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L940">runtime.ts:940</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L940">runtime.ts:940</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
diff --git a/docs/reference/api/typedoc/classes/memory.html b/docs/reference/api/typedoc/classes/memory.html
index acacbb4..8175597 100644
--- a/docs/reference/api/typedoc/classes/memory.html
+++ b/docs/reference/api/typedoc/classes/memory.html
@@ -130,7 +130,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L40">memory.ts:40</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L40">memory.ts:40</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -152,7 +152,7 @@
 					<div class="tsd-signature tsd-kind-icon">memory<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Memory</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L32">memory.ts:32</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L32">memory.ts:32</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -162,7 +162,7 @@
 					<div class="tsd-signature tsd-kind-icon">wasm32<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L33">memory.ts:33</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L33">memory.ts:33</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -179,7 +179,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L154">memory.ts:154</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L154">memory.ts:154</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -210,7 +210,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L90">memory.ts:90</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L90">memory.ts:90</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -233,7 +233,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L97">memory.ts:97</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L97">memory.ts:97</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -256,7 +256,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L74">memory.ts:74</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L74">memory.ts:74</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -279,7 +279,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L81">memory.ts:81</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L81">memory.ts:81</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -302,7 +302,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L104">memory.ts:104</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L104">memory.ts:104</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -325,7 +325,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L132">memory.ts:132</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L132">memory.ts:132</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -362,7 +362,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L145">memory.ts:145</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L145">memory.ts:145</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -393,7 +393,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L60">memory.ts:60</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L60">memory.ts:60</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -416,7 +416,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L67">memory.ts:67</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L67">memory.ts:67</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -439,7 +439,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L53">memory.ts:53</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L53">memory.ts:53</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -462,7 +462,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L114">memory.ts:114</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L114">memory.ts:114</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -485,7 +485,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L124">memory.ts:124</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L124">memory.ts:124</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
@@ -502,7 +502,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/memory.ts#L175">memory.ts:175</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/memory.ts#L175">memory.ts:175</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
diff --git a/docs/reference/api/typedoc/classes/module.html b/docs/reference/api/typedoc/classes/module.html
index acf8251..714a7e0 100644
--- a/docs/reference/api/typedoc/classes/module.html
+++ b/docs/reference/api/typedoc/classes/module.html
@@ -124,7 +124,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L504">runtime.ts:504</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L504">runtime.ts:504</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -170,7 +170,7 @@
 					<div class="tsd-signature tsd-kind-icon">handle<span class="tsd-signature-symbol">:</span> <a href="../index.html#pointer" class="tsd-signature-type">Pointer</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L502">runtime.ts:502</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L502">runtime.ts:502</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -187,7 +187,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L516">runtime.ts:516</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L516">runtime.ts:516</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -204,7 +204,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L530">runtime.ts:530</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L530">runtime.ts:530</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -236,7 +236,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L561">runtime.ts:561</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L561">runtime.ts:561</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
diff --git a/docs/reference/api/typedoc/classes/ndarray.html b/docs/reference/api/typedoc/classes/ndarray.html
index 9aecb1b..9fa592b 100644
--- a/docs/reference/api/typedoc/classes/ndarray.html
+++ b/docs/reference/api/typedoc/classes/ndarray.html
@@ -130,7 +130,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L304">runtime.ts:304</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L304">runtime.ts:304</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -158,7 +158,7 @@
 					<div class="tsd-signature tsd-kind-icon">device<span class="tsd-signature-symbol">:</span> <a href="dldevice.html" class="tsd-signature-type">DLDevice</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L297">runtime.ts:297</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L297">runtime.ts:297</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -173,7 +173,7 @@
 					<div class="tsd-signature tsd-kind-icon">dtype<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L293">runtime.ts:293</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L293">runtime.ts:293</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -188,7 +188,7 @@
 					<div class="tsd-signature tsd-kind-icon">handle<span class="tsd-signature-symbol">:</span> <a href="../index.html#pointer" class="tsd-signature-type">Pointer</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L289">runtime.ts:289</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L289">runtime.ts:289</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -203,7 +203,7 @@
 					<div class="tsd-signature tsd-kind-icon">ndim<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L291">runtime.ts:291</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L291">runtime.ts:291</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -218,7 +218,7 @@
 					<div class="tsd-signature tsd-kind-icon">shape<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L295">runtime.ts:295</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L295">runtime.ts:295</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -240,7 +240,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L370">runtime.ts:370</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L370">runtime.ts:370</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -273,7 +273,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L414">runtime.ts:414</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L414">runtime.ts:414</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -305,7 +305,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L355">runtime.ts:355</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L355">runtime.ts:355</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -322,7 +322,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L474">runtime.ts:474</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L474">runtime.ts:474</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -346,7 +346,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L443">runtime.ts:443</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L443">runtime.ts:443</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
diff --git a/docs/reference/api/typedoc/classes/packedfunccell.html b/docs/reference/api/typedoc/classes/packedfunccell.html
index 3ffe881..a8d5c47 100644
--- a/docs/reference/api/typedoc/classes/packedfunccell.html
+++ b/docs/reference/api/typedoc/classes/packedfunccell.html
@@ -122,7 +122,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L158">runtime.ts:158</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L158">runtime.ts:158</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -147,7 +147,7 @@
 					<div class="tsd-signature tsd-kind-icon">handle<span class="tsd-signature-symbol">:</span> <a href="../index.html#pointer" class="tsd-signature-type">Pointer</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L157">runtime.ts:157</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L157">runtime.ts:157</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -164,7 +164,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L165">runtime.ts:165</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L165">runtime.ts:165</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
diff --git a/docs/reference/api/typedoc/classes/rpcserver.html b/docs/reference/api/typedoc/classes/rpcserver.html
index d5ac1ec..6de9fe0 100644
--- a/docs/reference/api/typedoc/classes/rpcserver.html
+++ b/docs/reference/api/typedoc/classes/rpcserver.html
@@ -115,7 +115,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/rpc_server.ts#L92">rpc_server.ts:92</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/rpc_server.ts#L92">rpc_server.ts:92</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -176,7 +176,7 @@
 					<div class="tsd-signature tsd-kind-icon">get<wbr>Imports<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">unknown</span><span class="tsd-signat [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/rpc_server.ts#L82">rpc_server.ts:82</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/rpc_server.ts#L82">rpc_server.ts:82</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-type-declaration">
@@ -201,7 +201,7 @@
 					<div class="tsd-signature tsd-kind-icon">key<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/rpc_server.ts#L78">rpc_server.ts:78</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/rpc_server.ts#L78">rpc_server.ts:78</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -211,7 +211,7 @@
 					<div class="tsd-signature tsd-kind-icon">logger<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/rpc_server.ts#L81">rpc_server.ts:81</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/rpc_server.ts#L81">rpc_server.ts:81</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-type-declaration">
@@ -242,7 +242,7 @@
 					<div class="tsd-signature tsd-kind-icon">socket<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">WebSocket</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/rpc_server.ts#L79">rpc_server.ts:79</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/rpc_server.ts#L79">rpc_server.ts:79</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -252,7 +252,7 @@
 					<div class="tsd-signature tsd-kind-icon">state<span class="tsd-signature-symbol">:</span> <a href="../enums/rpcserverstate.html" class="tsd-signature-type">RPCServerState</a><span class="tsd-signature-symbol"> = RPCServerState.InitHeader</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/rpc_server.ts#L80">rpc_server.ts:80</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/rpc_server.ts#L80">rpc_server.ts:80</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -262,7 +262,7 @@
 					<div class="tsd-signature tsd-kind-icon">url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/rpc_server.ts#L77">rpc_server.ts:77</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/rpc_server.ts#L77">rpc_server.ts:77</a></li>
 						</ul>
 					</aside>
 				</section>
diff --git a/docs/reference/api/typedoc/classes/scalar.html b/docs/reference/api/typedoc/classes/scalar.html
index 68b6428..1c6fbac 100644
--- a/docs/reference/api/typedoc/classes/scalar.html
+++ b/docs/reference/api/typedoc/classes/scalar.html
@@ -112,7 +112,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L145">runtime.ts:145</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L145">runtime.ts:145</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -137,7 +137,7 @@
 					<div class="tsd-signature tsd-kind-icon">dtype<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L145">runtime.ts:145</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L145">runtime.ts:145</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -152,7 +152,7 @@
 					<div class="tsd-signature tsd-kind-icon">value<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L143">runtime.ts:143</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L143">runtime.ts:143</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
diff --git a/docs/reference/api/typedoc/classes/webgpucontext.html b/docs/reference/api/typedoc/classes/webgpucontext.html
index 09babd8..368de72 100644
--- a/docs/reference/api/typedoc/classes/webgpucontext.html
+++ b/docs/reference/api/typedoc/classes/webgpucontext.html
@@ -120,7 +120,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/webgpu.ts#L57">webgpu.ts:57</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/webgpu.ts#L57">webgpu.ts:57</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -145,7 +145,7 @@
 					<div class="tsd-signature tsd-kind-icon">device<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">GPUDevice</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/webgpu.ts#L50">webgpu.ts:50</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/webgpu.ts#L50">webgpu.ts:50</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -155,7 +155,7 @@
 					<div class="tsd-signature tsd-kind-icon">memory<span class="tsd-signature-symbol">:</span> <a href="memory.html" class="tsd-signature-type">Memory</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/webgpu.ts#L51">webgpu.ts:51</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/webgpu.ts#L51">webgpu.ts:51</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -172,7 +172,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/webgpu.ts#L84">webgpu.ts:84</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/webgpu.ts#L84">webgpu.ts:84</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -209,7 +209,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/webgpu.ts#L170">webgpu.ts:170</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/webgpu.ts#L170">webgpu.ts:170</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -238,7 +238,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/webgpu.ts#L67">webgpu.ts:67</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/webgpu.ts#L67">webgpu.ts:67</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
diff --git a/docs/reference/api/typedoc/enums/argtypecode.html b/docs/reference/api/typedoc/enums/argtypecode.html
index 6826f38..410d339 100644
--- a/docs/reference/api/typedoc/enums/argtypecode.html
+++ b/docs/reference/api/typedoc/enums/argtypecode.html
@@ -106,7 +106,7 @@
 					<div class="tsd-signature tsd-kind-icon">DLDevice<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 6</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L220">ctypes.ts:220</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L220">ctypes.ts:220</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -116,7 +116,7 @@
 					<div class="tsd-signature tsd-kind-icon">Float<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 2</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L216">ctypes.ts:216</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L216">ctypes.ts:216</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -126,7 +126,7 @@
 					<div class="tsd-signature tsd-kind-icon">Int<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 0</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L214">ctypes.ts:214</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L214">ctypes.ts:214</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -136,7 +136,7 @@
 					<div class="tsd-signature tsd-kind-icon">Null<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 4</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L218">ctypes.ts:218</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L218">ctypes.ts:218</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -146,7 +146,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMBytes<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 12</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L226">ctypes.ts:226</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L226">ctypes.ts:226</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -156,7 +156,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMDLTensor<wbr>Handle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 7</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L221">ctypes.ts:221</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L221">ctypes.ts:221</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -166,7 +166,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMData<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 5</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L219">ctypes.ts:219</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L219">ctypes.ts:219</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -176,7 +176,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMModule<wbr>Handle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 9</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L223">ctypes.ts:223</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L223">ctypes.ts:223</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -186,7 +186,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMNDArray<wbr>Handle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 13</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L227">ctypes.ts:227</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L227">ctypes.ts:227</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -196,7 +196,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMObject<wbr>Handle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 8</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L222">ctypes.ts:222</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L222">ctypes.ts:222</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -206,7 +206,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMObjectRValue<wbr>Ref<wbr>Arg<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 14</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L228">ctypes.ts:228</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L228">ctypes.ts:228</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -216,7 +216,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMOpaque<wbr>Handle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 3</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L217">ctypes.ts:217</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L217">ctypes.ts:217</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -226,7 +226,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMPacked<wbr>Func<wbr>Handle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 10</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L224">ctypes.ts:224</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L224">ctypes.ts:224</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -236,7 +236,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMStr<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 11</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L225">ctypes.ts:225</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L225">ctypes.ts:225</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -246,7 +246,7 @@
 					<div class="tsd-signature tsd-kind-icon">UInt<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 1</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L215">ctypes.ts:215</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L215">ctypes.ts:215</a></li>
 						</ul>
 					</aside>
 				</section>
diff --git a/docs/reference/api/typedoc/enums/aynccallbackcode.html b/docs/reference/api/typedoc/enums/aynccallbackcode.html
index 49c9aff..5ad4e77 100644
--- a/docs/reference/api/typedoc/enums/aynccallbackcode.html
+++ b/docs/reference/api/typedoc/enums/aynccallbackcode.html
@@ -93,7 +93,7 @@
 					<div class="tsd-signature tsd-kind-icon">k<wbr>Exception<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 5</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L676">runtime.ts:676</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L676">runtime.ts:676</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -103,7 +103,7 @@
 					<div class="tsd-signature tsd-kind-icon">k<wbr>Return<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 4</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L675">runtime.ts:675</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L675">runtime.ts:675</a></li>
 						</ul>
 					</aside>
 				</section>
diff --git a/docs/reference/api/typedoc/enums/dldatatypecode.html b/docs/reference/api/typedoc/enums/dldatatypecode.html
index 003f512..182afbe 100644
--- a/docs/reference/api/typedoc/enums/dldatatypecode.html
+++ b/docs/reference/api/typedoc/enums/dldatatypecode.html
@@ -95,7 +95,7 @@
 					<div class="tsd-signature tsd-kind-icon">Float<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 2</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L242">runtime.ts:242</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L242">runtime.ts:242</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -105,7 +105,7 @@
 					<div class="tsd-signature tsd-kind-icon">Int<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 0</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L240">runtime.ts:240</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L240">runtime.ts:240</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -115,7 +115,7 @@
 					<div class="tsd-signature tsd-kind-icon">Opaque<wbr>Handle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 3</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L243">runtime.ts:243</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L243">runtime.ts:243</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -125,7 +125,7 @@
 					<div class="tsd-signature tsd-kind-icon">UInt<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 1</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L241">runtime.ts:241</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L241">runtime.ts:241</a></li>
 						</ul>
 					</aside>
 				</section>
diff --git a/docs/reference/api/typedoc/enums/rpcserverstate.html b/docs/reference/api/typedoc/enums/rpcserverstate.html
index 987fae3..e6376f9 100644
--- a/docs/reference/api/typedoc/enums/rpcserverstate.html
+++ b/docs/reference/api/typedoc/enums/rpcserverstate.html
@@ -90,7 +90,7 @@
 					<div class="tsd-signature tsd-kind-icon">Init<wbr>Header<span class="tsd-signature-symbol">:</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/rpc_server.ts#L27">rpc_server.ts:27</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/rpc_server.ts#L27">rpc_server.ts:27</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -100,7 +100,7 @@
 					<div class="tsd-signature tsd-kind-icon">Init<wbr>Header<wbr>Key<span class="tsd-signature-symbol">:</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/rpc_server.ts#L28">rpc_server.ts:28</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/rpc_server.ts#L28">rpc_server.ts:28</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -110,7 +110,7 @@
 					<div class="tsd-signature tsd-kind-icon">Init<wbr>Server<span class="tsd-signature-symbol">:</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/rpc_server.ts#L29">rpc_server.ts:29</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/rpc_server.ts#L29">rpc_server.ts:29</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -120,7 +120,7 @@
 					<div class="tsd-signature tsd-kind-icon">Receive<wbr>Packet<wbr>Body<span class="tsd-signature-symbol">:</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/rpc_server.ts#L32">rpc_server.ts:32</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/rpc_server.ts#L32">rpc_server.ts:32</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -130,7 +130,7 @@
 					<div class="tsd-signature tsd-kind-icon">Receive<wbr>Packet<wbr>Header<span class="tsd-signature-symbol">:</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/rpc_server.ts#L31">rpc_server.ts:31</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/rpc_server.ts#L31">rpc_server.ts:31</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -140,7 +140,7 @@
 					<div class="tsd-signature tsd-kind-icon">Wait<wbr>For<wbr>Callback<span class="tsd-signature-symbol">:</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/rpc_server.ts#L30">rpc_server.ts:30</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/rpc_server.ts#L30">rpc_server.ts:30</a></li>
 						</ul>
 					</aside>
 				</section>
diff --git a/docs/reference/api/typedoc/enums/sizeof.html b/docs/reference/api/typedoc/enums/sizeof.html
index 77558b1..5a3a136 100644
--- a/docs/reference/api/typedoc/enums/sizeof.html
+++ b/docs/reference/api/typedoc/enums/sizeof.html
@@ -100,7 +100,7 @@
 					<div class="tsd-signature tsd-kind-icon">DLData<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = I32</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L206">ctypes.ts:206</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L206">ctypes.ts:206</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -110,7 +110,7 @@
 					<div class="tsd-signature tsd-kind-icon">DLDevice<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = I32 + I32</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L207">ctypes.ts:207</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L207">ctypes.ts:207</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -120,7 +120,7 @@
 					<div class="tsd-signature tsd-kind-icon">F32<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 4</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L203">ctypes.ts:203</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L203">ctypes.ts:203</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -130,7 +130,7 @@
 					<div class="tsd-signature tsd-kind-icon">F64<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 8</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L204">ctypes.ts:204</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L204">ctypes.ts:204</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -140,7 +140,7 @@
 					<div class="tsd-signature tsd-kind-icon">I32<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 4</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L201">ctypes.ts:201</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L201">ctypes.ts:201</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -150,7 +150,7 @@
 					<div class="tsd-signature tsd-kind-icon">I64<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 8</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L202">ctypes.ts:202</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L202">ctypes.ts:202</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -160,7 +160,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMValue<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 8</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L205">ctypes.ts:205</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L205">ctypes.ts:205</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -170,7 +170,7 @@
 					<div class="tsd-signature tsd-kind-icon">U16<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 2</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L200">ctypes.ts:200</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L200">ctypes.ts:200</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -180,7 +180,7 @@
 					<div class="tsd-signature tsd-kind-icon">U8<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 1</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L199">ctypes.ts:199</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L199">ctypes.ts:199</a></li>
 						</ul>
 					</aside>
 				</section>
diff --git a/docs/reference/api/typedoc/index.html b/docs/reference/api/typedoc/index.html
index 6f1f178..75b2108 100644
--- a/docs/reference/api/typedoc/index.html
+++ b/docs/reference/api/typedoc/index.html
@@ -174,7 +174,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMArray<wbr>Alloc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>shape<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, ndim<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, dtypeCode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, dtypeBits<span class="tsd [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L112">ctypes.ts:112</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L112">ctypes.ts:112</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -238,7 +238,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMArray<wbr>Copy<wbr>From<wbr>Bytes<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>handle<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, data<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, nbytes<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">num [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L128">ctypes.ts:128</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L128">ctypes.ts:128</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -282,7 +282,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMArray<wbr>Copy<wbr>From<wbr>To<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>from<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, to<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, stream<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-sig [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L144">ctypes.ts:144</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L144">ctypes.ts:144</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -326,7 +326,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMArray<wbr>Copy<wbr>ToBytes<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>handle<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, data<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, nbytes<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</sp [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L136">ctypes.ts:136</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L136">ctypes.ts:136</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -370,7 +370,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMArray<wbr>Free<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>handle<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L121">ctypes.ts:121</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L121">ctypes.ts:121</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -406,7 +406,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMBackend<wbr>PackedCFunc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>argValues<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, argCodes<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, nargs<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number< [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L160">ctypes.ts:160</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L160">ctypes.ts:160</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -458,7 +458,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMCFunc<wbr>Set<wbr>Return<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>ret<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, value<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, typeCode<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signa [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L77">ctypes.ts:77</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L77">ctypes.ts:77</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -506,7 +506,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMCb<wbr>Arg<wbr>ToReturn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, code<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span c [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L83">ctypes.ts:83</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L83">ctypes.ts:83</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -545,7 +545,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMFunc<wbr>Call<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>func<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, argValues<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, typeCode<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-t [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L67">ctypes.ts:67</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L67">ctypes.ts:67</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -601,7 +601,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMFunc<wbr>Free<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>func<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L57">ctypes.ts:57</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L57">ctypes.ts:57</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -637,7 +637,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMFunc<wbr>Get<wbr>Global<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>name<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, out<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span cla [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L100">ctypes.ts:100</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L100">ctypes.ts:100</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -676,7 +676,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMFunc<wbr>List<wbr>Global<wbr>Names<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>outSize<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, outArray<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&g [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L88">ctypes.ts:88</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L88">ctypes.ts:88</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -715,7 +715,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMFunc<wbr>Register<wbr>Global<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>name<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, f<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, override<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</spa [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L94">ctypes.ts:94</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L94">ctypes.ts:94</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -758,7 +758,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMGet<wbr>Last<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L34">ctypes.ts:34</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L34">ctypes.ts:34</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -788,7 +788,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMMod<wbr>Free<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>mod<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L52">ctypes.ts:52</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L52">ctypes.ts:52</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -824,7 +824,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMMod<wbr>Get<wbr>Function<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>mod<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, funcName<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, queryImports<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">numbe [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L42">ctypes.ts:42</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L42">ctypes.ts:42</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -872,7 +872,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMMod<wbr>Import<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>mod<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, dep<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-si [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L48">ctypes.ts:48</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L48">ctypes.ts:48</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -912,7 +912,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMSynchronize<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>deviceType<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, deviceId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, stream<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signatur [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L150">ctypes.ts:150</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L150">ctypes.ts:150</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -954,7 +954,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMWasm<wbr>Alloc<wbr>Space<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>size<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L167">ctypes.ts:167</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L167">ctypes.ts:167</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -990,7 +990,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMWasm<wbr>Free<wbr>Space<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>ptr<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L170">ctypes.ts:170</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L170">ctypes.ts:170</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1026,7 +1026,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMWasm<wbr>Func<wbr>Create<wbr>FromCFunc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>resource<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, out<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&g [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L187">ctypes.ts:187</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L187">ctypes.ts:187</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1066,7 +1066,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMWasm<wbr>PackedCFunc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>args<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, typeCodes<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, nargs<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L179">ctypes.ts:179</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L179">ctypes.ts:179</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1118,7 +1118,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMWasm<wbr>PackedCFunc<wbr>Finalizer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>resourceHandle<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L193">ctypes.ts:193</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L193">ctypes.ts:193</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1154,7 +1154,7 @@
 					<div class="tsd-signature tsd-kind-icon">GPUPointer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/webgpu.ts#L25">webgpu.ts:25</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/webgpu.ts#L25">webgpu.ts:25</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1169,7 +1169,7 @@
 					<div class="tsd-signature tsd-kind-icon">Packed<wbr>Func<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span>args<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> &amp; </span><a href="interfaces/disp [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L36">runtime.ts:36</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L36">runtime.ts:36</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1184,7 +1184,7 @@
 					<div class="tsd-signature tsd-kind-icon">Pointer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L25">ctypes.ts:25</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L25">ctypes.ts:25</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1199,7 +1199,7 @@
 					<div class="tsd-signature tsd-kind-icon">Ptr<wbr>Offset<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/ctypes.ts#L28">ctypes.ts:28</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/ctypes.ts#L28">ctypes.ts:28</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1217,7 +1217,7 @@
 					<div class="tsd-signature tsd-kind-icon">RPC_<wbr>MAGIC<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">1045105</span><span class="tsd-signature-symbol"> = 1045105</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/rpc_server.ts#L36">rpc_server.ts:36</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/rpc_server.ts#L36">rpc_server.ts:36</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1239,7 +1239,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/support.ts#L25">support.ts:25</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/support.ts#L25">support.ts:25</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1271,7 +1271,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/support.ts#L39">support.ts:39</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/support.ts#L39">support.ts:39</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1300,7 +1300,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/support.ts#L52">support.ts:52</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/support.ts#L52">support.ts:52</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1337,7 +1337,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/compact.ts#L38">compact.ts:38</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/compact.ts#L38">compact.ts:38</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1368,7 +1368,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/webgpu.ts#L30">webgpu.ts:30</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/webgpu.ts#L30">webgpu.ts:30</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1390,7 +1390,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/environment.ts#L32">environment.ts:32</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/environment.ts#L32">environment.ts:32</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1421,7 +1421,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/compact.ts#L24">compact.ts:24</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/compact.ts#L24">compact.ts:24</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1443,7 +1443,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L1356">runtime.ts:1356</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L1356">runtime.ts:1356</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1508,7 +1508,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/support.ts#L62">support.ts:62</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/support.ts#L62">support.ts:62</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1530,7 +1530,7 @@
 					<div class="tsd-signature tsd-kind-icon">DLData<wbr>Type<wbr>Code<wbr>ToStr<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L246">runtime.ts:246</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L246">runtime.ts:246</a></li>
 						</ul>
 					</aside>
 					<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal">
@@ -1539,7 +1539,7 @@
 						<div class="tsd-signature tsd-kind-icon">0<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;int&quot;</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L247">runtime.ts:247</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L247">runtime.ts:247</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1549,7 +1549,7 @@
 						<div class="tsd-signature tsd-kind-icon">1<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;uint&quot;</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L248">runtime.ts:248</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L248">runtime.ts:248</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1559,7 +1559,7 @@
 						<div class="tsd-signature tsd-kind-icon">2<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;float&quot;</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L249">runtime.ts:249</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L249">runtime.ts:249</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1569,7 +1569,7 @@
 						<div class="tsd-signature tsd-kind-icon">3<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;handle&quot;</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L250">runtime.ts:250</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L250">runtime.ts:250</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1580,7 +1580,7 @@
 					<div class="tsd-signature tsd-kind-icon">Device<wbr>Enum<wbr>ToStr<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L175">runtime.ts:175</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L175">runtime.ts:175</a></li>
 						</ul>
 					</aside>
 					<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal">
@@ -1589,7 +1589,7 @@
 						<div class="tsd-signature tsd-kind-icon">1<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;cpu&quot;</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L176">runtime.ts:176</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L176">runtime.ts:176</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1599,7 +1599,7 @@
 						<div class="tsd-signature tsd-kind-icon">15<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;webgpu&quot;</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L180">runtime.ts:180</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L180">runtime.ts:180</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1609,7 +1609,7 @@
 						<div class="tsd-signature tsd-kind-icon">2<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;cuda&quot;</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L177">runtime.ts:177</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L177">runtime.ts:177</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1619,7 +1619,7 @@
 						<div class="tsd-signature tsd-kind-icon">4<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;opencl&quot;</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L178">runtime.ts:178</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L178">runtime.ts:178</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1629,7 +1629,7 @@
 						<div class="tsd-signature tsd-kind-icon">8<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;metal&quot;</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L179">runtime.ts:179</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L179">runtime.ts:179</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1640,7 +1640,7 @@
 					<div class="tsd-signature tsd-kind-icon">Device<wbr>Str<wbr>ToEnum<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L183">runtime.ts:183</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L183">runtime.ts:183</a></li>
 						</ul>
 					</aside>
 					<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal">
@@ -1649,7 +1649,7 @@
 						<div class="tsd-signature tsd-kind-icon">cl<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 4</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L186">runtime.ts:186</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L186">runtime.ts:186</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1659,7 +1659,7 @@
 						<div class="tsd-signature tsd-kind-icon">cpu<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 1</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L184">runtime.ts:184</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L184">runtime.ts:184</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1669,7 +1669,7 @@
 						<div class="tsd-signature tsd-kind-icon">cuda<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 2</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L185">runtime.ts:185</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L185">runtime.ts:185</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1679,7 +1679,7 @@
 						<div class="tsd-signature tsd-kind-icon">metal<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 8</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L189">runtime.ts:189</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L189">runtime.ts:189</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1689,7 +1689,7 @@
 						<div class="tsd-signature tsd-kind-icon">opencl<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 4</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L187">runtime.ts:187</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L187">runtime.ts:187</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1699,7 +1699,7 @@
 						<div class="tsd-signature tsd-kind-icon">vulkan<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 7</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L188">runtime.ts:188</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L188">runtime.ts:188</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1709,7 +1709,7 @@
 						<div class="tsd-signature tsd-kind-icon">webgpu<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 15</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/runtime.ts#L190">runtime.ts:190</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/runtime.ts#L190">runtime.ts:190</a></li>
 							</ul>
 						</aside>
 					</section>
diff --git a/docs/reference/api/typedoc/interfaces/disposable.html b/docs/reference/api/typedoc/interfaces/disposable.html
index d7a5f37..550ffb1 100644
--- a/docs/reference/api/typedoc/interfaces/disposable.html
+++ b/docs/reference/api/typedoc/interfaces/disposable.html
@@ -113,7 +113,7 @@
 					<div class="tsd-signature tsd-kind-icon">dispose<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/types.ts#L52">types.ts:52</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/types.ts#L52">types.ts:52</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
diff --git a/docs/reference/api/typedoc/interfaces/functioninfo.html b/docs/reference/api/typedoc/interfaces/functioninfo.html
index 4499403..fa44543 100644
--- a/docs/reference/api/typedoc/interfaces/functioninfo.html
+++ b/docs/reference/api/typedoc/interfaces/functioninfo.html
@@ -95,7 +95,7 @@
 					<div class="tsd-signature tsd-kind-icon">arg_<wbr>types<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/webgpu.ts#L41">webgpu.ts:41</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/webgpu.ts#L41">webgpu.ts:41</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -105,7 +105,7 @@
 					<div class="tsd-signature tsd-kind-icon">launch_<wbr>param_<wbr>tags<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/webgpu.ts#L42">webgpu.ts:42</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/webgpu.ts#L42">webgpu.ts:42</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -115,7 +115,7 @@
 					<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/webgpu.ts#L40">webgpu.ts:40</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/webgpu.ts#L40">webgpu.ts:40</a></li>
 						</ul>
 					</aside>
 				</section>
diff --git a/docs/reference/api/typedoc/interfaces/libraryprovider.html b/docs/reference/api/typedoc/interfaces/libraryprovider.html
index 00ea908..4c95636 100644
--- a/docs/reference/api/typedoc/interfaces/libraryprovider.html
+++ b/docs/reference/api/typedoc/interfaces/libraryprovider.html
@@ -112,7 +112,7 @@
 					<div class="tsd-signature tsd-kind-icon">imports<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/types.ts#L34">types.ts:34</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/types.ts#L34">types.ts:34</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -127,7 +127,7 @@
 					<div class="tsd-signature tsd-kind-icon">start<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>inst<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Instance</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/95df0eb14/web/src/types.ts#L39">types.ts:39</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/621f777b7/web/src/types.ts#L39">types.ts:39</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
diff --git a/docs/searchindex.js b/docs/searchindex.js
index 5b0ca48..9e4987b 100644
--- a/docs/searchindex.js
+++ b/docs/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["arch/benchmark","arch/convert_layout","arch/debugger","arch/device_target_interactions","arch/frontend/tensorflow","arch/hybrid_script","arch/index","arch/inferbound","arch/introduction_to_module_serialization","arch/microtvm_design","arch/microtvm_project_api","arch/model_library_format","arch/pass_infra","arch/relay_intro","arch/relay_op_strategy","arch/runtime","arch/runtimes/vulkan","arch/security","arch/virtual_machine","contribute/ci","contribute/code_gu [...]
\ No newline at end of file
+Search.setIndex({docnames:["arch/benchmark","arch/convert_layout","arch/debugger","arch/device_target_interactions","arch/frontend/tensorflow","arch/hybrid_script","arch/index","arch/inferbound","arch/introduction_to_module_serialization","arch/microtvm_design","arch/microtvm_project_api","arch/model_library_format","arch/pass_infra","arch/relay_intro","arch/relay_op_strategy","arch/runtime","arch/runtimes/vulkan","arch/security","arch/virtual_machine","contribute/ci","contribute/code_gu [...]
\ No newline at end of file
diff --git a/docs/topic/vta/tutorials/autotvm/sg_execution_times.html b/docs/topic/vta/tutorials/autotvm/sg_execution_times.html
index 2f121bd..175842b 100644
--- a/docs/topic/vta/tutorials/autotvm/sg_execution_times.html
+++ b/docs/topic/vta/tutorials/autotvm/sg_execution_times.html
@@ -300,10 +300,10 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-topic-vta-tutorials-autotvm-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>00:20.198</strong> total execution time for <strong>topic_vta_tutorials_autotvm</strong> files:</p>
+<p><strong>00:22.215</strong> total execution time for <strong>topic_vta_tutorials_autotvm</strong> files:</p>
 <ul class="simple">
-<li><p><strong>00:19.985</strong>: <a class="reference internal" href="tune_relay_vta.html#sphx-glr-topic-vta-tutorials-autotvm-tune-relay-vta-py"><span class="std std-ref">Auto-tuning a convolutional network on VTA</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_relay_vta.py</span></code>)</p></li>
-<li><p><strong>00:00.213</strong>: <a class="reference internal" href="tune_alu_vta.html#sphx-glr-topic-vta-tutorials-autotvm-tune-alu-vta-py"><span class="std std-ref">Auto-tuning a ALU fused op on VTA</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_alu_vta.py</span></code>)</p></li>
+<li><p><strong>00:21.980</strong>: <a class="reference internal" href="tune_relay_vta.html#sphx-glr-topic-vta-tutorials-autotvm-tune-relay-vta-py"><span class="std std-ref">Auto-tuning a convolutional network on VTA</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_relay_vta.py</span></code>)</p></li>
+<li><p><strong>00:00.235</strong>: <a class="reference internal" href="tune_alu_vta.html#sphx-glr-topic-vta-tutorials-autotvm-tune-alu-vta-py"><span class="std std-ref">Auto-tuning a ALU fused op on VTA</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_alu_vta.py</span></code>)</p></li>
 </ul>
 </div>
 
diff --git a/docs/topic/vta/tutorials/frontend/deploy_classification.html b/docs/topic/vta/tutorials/frontend/deploy_classification.html
index 12e4305..55c98f1 100644
--- a/docs/topic/vta/tutorials/frontend/deploy_classification.html
+++ b/docs/topic/vta/tutorials/frontend/deploy_classification.html
@@ -539,7 +539,7 @@ and dense layer which will both be executed in fp32 on the CPU.</p></li>
   DeprecationWarning,
 /workspace/vta/tutorials/frontend/deploy_classification.py:213: DeprecationWarning: legacy graph executor behavior of producing json / lib / params will be removed in the next release. Please see documents of tvm.contrib.graph_executor.GraphModule for the  new recommended usage.
   relay_prog, target=tvm.target.Target(target, host=env.target_host), params=params
-resnet18_v1 inference graph built in 20.58s!
+resnet18_v1 inference graph built in 23.30s!
 </pre></div>
 </div>
 </div>
diff --git a/docs/topic/vta/tutorials/frontend/deploy_detection.html b/docs/topic/vta/tutorials/frontend/deploy_detection.html
index c3ab120..2a1c2a9 100644
--- a/docs/topic/vta/tutorials/frontend/deploy_detection.html
+++ b/docs/topic/vta/tutorials/frontend/deploy_detection.html
@@ -557,7 +557,7 @@ and dense layer which will both be executed in fp32 on the CPU.</p></li>
 <p class="sphx-glr-script-out">Out:</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>/workspace/python/tvm/relay/build_module.py:439: DeprecationWarning: Please use input parameter mod (tvm.IRModule) instead of deprecated parameter mod (tvm.relay.function.Function)
   DeprecationWarning,
-yolov3-tiny inference graph built in 14.45s!
+yolov3-tiny inference graph built in 15.64s!
 </pre></div>
 </div>
 </div>
diff --git a/docs/topic/vta/tutorials/frontend/sg_execution_times.html b/docs/topic/vta/tutorials/frontend/sg_execution_times.html
index a1824b0..8704e55 100644
--- a/docs/topic/vta/tutorials/frontend/sg_execution_times.html
+++ b/docs/topic/vta/tutorials/frontend/sg_execution_times.html
@@ -300,10 +300,10 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-topic-vta-tutorials-frontend-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>01:27.333</strong> total execution time for <strong>topic_vta_tutorials_frontend</strong> files:</p>
+<p><strong>01:31.774</strong> total execution time for <strong>topic_vta_tutorials_frontend</strong> files:</p>
 <ul class="simple">
-<li><p><strong>00:46.603</strong>: <a class="reference internal" href="deploy_detection.html#sphx-glr-topic-vta-tutorials-frontend-deploy-detection-py"><span class="std std-ref">Deploy Pretrained Vision Detection Model from Darknet on VTA</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_detection.py</span></code>)</p></li>
-<li><p><strong>00:40.730</strong>: <a class="reference internal" href="deploy_classification.html#sphx-glr-topic-vta-tutorials-frontend-deploy-classification-py"><span class="std std-ref">Deploy Pretrained Vision Model from MxNet on VTA</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_classification.py</span></code>)</p></li>
+<li><p><strong>00:48.167</strong>: <a class="reference internal" href="deploy_detection.html#sphx-glr-topic-vta-tutorials-frontend-deploy-detection-py"><span class="std std-ref">Deploy Pretrained Vision Detection Model from Darknet on VTA</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_detection.py</span></code>)</p></li>
+<li><p><strong>00:43.608</strong>: <a class="reference internal" href="deploy_classification.html#sphx-glr-topic-vta-tutorials-frontend-deploy-classification-py"><span class="std std-ref">Deploy Pretrained Vision Model from MxNet on VTA</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_classification.py</span></code>)</p></li>
 </ul>
 </div>
 
diff --git a/docs/topic/vta/tutorials/optimize/sg_execution_times.html b/docs/topic/vta/tutorials/optimize/sg_execution_times.html
index 4cd1da5..3969010 100644
--- a/docs/topic/vta/tutorials/optimize/sg_execution_times.html
+++ b/docs/topic/vta/tutorials/optimize/sg_execution_times.html
@@ -300,10 +300,10 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-topic-vta-tutorials-optimize-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>00:03.694</strong> total execution time for <strong>topic_vta_tutorials_optimize</strong> files:</p>
+<p><strong>00:03.623</strong> total execution time for <strong>topic_vta_tutorials_optimize</strong> files:</p>
 <ul class="simple">
-<li><p><strong>00:03.100</strong>: <a class="reference internal" href="convolution_opt.html#sphx-glr-topic-vta-tutorials-optimize-convolution-opt-py"><span class="std std-ref">2D Convolution Optimization</span></a> (<code class="docutils literal notranslate"><span class="pre">convolution_opt.py</span></code>)</p></li>
-<li><p><strong>00:00.593</strong>: <a class="reference internal" href="matrix_multiply_opt.html#sphx-glr-topic-vta-tutorials-optimize-matrix-multiply-opt-py"><span class="std std-ref">Matrix Multiply Blocking</span></a> (<code class="docutils literal notranslate"><span class="pre">matrix_multiply_opt.py</span></code>)</p></li>
+<li><p><strong>00:03.037</strong>: <a class="reference internal" href="convolution_opt.html#sphx-glr-topic-vta-tutorials-optimize-convolution-opt-py"><span class="std std-ref">2D Convolution Optimization</span></a> (<code class="docutils literal notranslate"><span class="pre">convolution_opt.py</span></code>)</p></li>
+<li><p><strong>00:00.586</strong>: <a class="reference internal" href="matrix_multiply_opt.html#sphx-glr-topic-vta-tutorials-optimize-matrix-multiply-opt-py"><span class="std std-ref">Matrix Multiply Blocking</span></a> (<code class="docutils literal notranslate"><span class="pre">matrix_multiply_opt.py</span></code>)</p></li>
 </ul>
 </div>
 
diff --git a/docs/topic/vta/tutorials/sg_execution_times.html b/docs/topic/vta/tutorials/sg_execution_times.html
index f4f45e8..be05f00 100644
--- a/docs/topic/vta/tutorials/sg_execution_times.html
+++ b/docs/topic/vta/tutorials/sg_execution_times.html
@@ -300,10 +300,10 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-topic-vta-tutorials-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>00:01.047</strong> total execution time for <strong>topic_vta_tutorials</strong> files:</p>
+<p><strong>00:01.023</strong> total execution time for <strong>topic_vta_tutorials</strong> files:</p>
 <ul class="simple">
-<li><p><strong>00:00.530</strong>: <a class="reference internal" href="matrix_multiply.html#sphx-glr-topic-vta-tutorials-matrix-multiply-py"><span class="std std-ref">Simple Matrix Multiply</span></a> (<code class="docutils literal notranslate"><span class="pre">matrix_multiply.py</span></code>)</p></li>
-<li><p><strong>00:00.516</strong>: <a class="reference internal" href="vta_get_started.html#sphx-glr-topic-vta-tutorials-vta-get-started-py"><span class="std std-ref">Get Started with VTA</span></a> (<code class="docutils literal notranslate"><span class="pre">vta_get_started.py</span></code>)</p></li>
+<li><p><strong>00:00.519</strong>: <a class="reference internal" href="matrix_multiply.html#sphx-glr-topic-vta-tutorials-matrix-multiply-py"><span class="std std-ref">Simple Matrix Multiply</span></a> (<code class="docutils literal notranslate"><span class="pre">matrix_multiply.py</span></code>)</p></li>
+<li><p><strong>00:00.504</strong>: <a class="reference internal" href="vta_get_started.html#sphx-glr-topic-vta-tutorials-vta-get-started-py"><span class="std std-ref">Get Started with VTA</span></a> (<code class="docutils literal notranslate"><span class="pre">vta_get_started.py</span></code>)</p></li>
 </ul>
 </div>
 
diff --git a/docs/tutorial/auto_scheduler_matmul_x86.html b/docs/tutorial/auto_scheduler_matmul_x86.html
index 03b0424..eeba8b0 100644
--- a/docs/tutorial/auto_scheduler_matmul_x86.html
+++ b/docs/tutorial/auto_scheduler_matmul_x86.html
@@ -453,7 +453,7 @@ trials, we can load the best schedule from the log file and apply it.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>*E
 </pre></div>
 </div>
 </div>
@@ -544,7 +544,7 @@ operator fusion.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Execution time of this operator: 95.705 ms
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Execution time of this operator: 95.047 ms
 </pre></div>
 </div>
 </div>
@@ -620,6 +620,7 @@ automatically optimize a matrix multiplication, without the need to specify a
 search template.  It ends a series of examples that starts from the Tensor
 Expression (TE) language that demonstrates how TVM can optimize computational
 operations.</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  13.366 seconds)</p>
 <div class="sphx-glr-footer class sphx-glr-footer-example docutils container" id="sphx-glr-download-tutorial-auto-scheduler-matmul-x86-py">
 <div class="sphx-glr-download docutils container">
 <p><a class="reference download internal" download="" href="../_downloads/eac4389b114db015e95cb3cdf8b86b83/auto_scheduler_matmul_x86.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">auto_scheduler_matmul_x86.py</span></code></a></p>
diff --git a/docs/tutorial/autotvm_relay_x86.html b/docs/tutorial/autotvm_relay_x86.html
index b33afec..19da56a 100644
--- a/docs/tutorial/autotvm_relay_x86.html
+++ b/docs/tutorial/autotvm_relay_x86.html
@@ -513,7 +513,7 @@ standard deviation.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>{&#39;mean&#39;: 496.1166706900009, &#39;median&#39;: 496.701434299996, &#39;std&#39;: 1.331050338198561}
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>{&#39;mean&#39;: 505.5772554399982, &#39;median&#39;: 505.342933899999, &#39;std&#39;: 0.5506049923582336}
 </pre></div>
 </div>
 </div>
@@ -667,128 +667,128 @@ depending on the specifics of the model and the target platform.</p>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>[Task  1/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task  1/25]  Current/Best:   16.42/  23.87 GFLOPS | Progress: (4/10) | 4.64 s
-[Task  1/25]  Current/Best:   24.04/  24.04 GFLOPS | Progress: (8/10) | 8.23 s
-[Task  1/25]  Current/Best:   10.52/  24.04 GFLOPS | Progress: (10/10) | 10.34 s Done.
+[Task  1/25]  Current/Best:   16.85/  16.85 GFLOPS | Progress: (4/10) | 7.92 s
+[Task  1/25]  Current/Best:   14.66/  16.85 GFLOPS | Progress: (8/10) | 10.27 s
+[Task  1/25]  Current/Best:    3.15/  23.14 GFLOPS | Progress: (10/10) | 11.69 s Done.
 
 [Task  2/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task  2/25]  Current/Best:    6.50/  18.36 GFLOPS | Progress: (4/10) | 2.38 s
-[Task  2/25]  Current/Best:   13.04/  20.33 GFLOPS | Progress: (8/10) | 3.78 s
-[Task  2/25]  Current/Best:   15.95/  20.33 GFLOPS | Progress: (10/10) | 4.22 s Done.
+[Task  2/25]  Current/Best:   11.94/  11.94 GFLOPS | Progress: (4/10) | 2.92 s
+[Task  2/25]  Current/Best:   10.46/  13.51 GFLOPS | Progress: (8/10) | 4.13 s
+[Task  2/25]  Current/Best:    4.51/  18.02 GFLOPS | Progress: (10/10) | 4.82 s Done.
 
 [Task  3/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task  3/25]  Current/Best:   14.39/  14.39 GFLOPS | Progress: (4/10) | 3.31 s
-[Task  3/25]  Current/Best:   15.73/  24.24 GFLOPS | Progress: (8/10) | 6.40 s
-[Task  3/25]  Current/Best:   15.55/  24.24 GFLOPS | Progress: (10/10) | 7.39 s Done.
+[Task  3/25]  Current/Best:   17.70/  18.88 GFLOPS | Progress: (4/10) | 2.94 s
+[Task  3/25]  Current/Best:   14.74/  18.88 GFLOPS | Progress: (8/10) | 4.90 s
+[Task  3/25]  Current/Best:    7.72/  18.88 GFLOPS | Progress: (10/10) | 6.32 s Done.
 
 [Task  4/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task  4/25]  Current/Best:   12.28/  15.02 GFLOPS | Progress: (4/10) | 3.24 s
-[Task  4/25]  Current/Best:    7.29/  21.83 GFLOPS | Progress: (8/10) | 7.49 s
-[Task  4/25]  Current/Best:   10.84/  21.83 GFLOPS | Progress: (10/10) | 9.63 s Done.
+[Task  4/25]  Current/Best:   13.94/  17.60 GFLOPS | Progress: (4/10) | 3.17 s
+[Task  4/25]  Current/Best:   12.61/  17.60 GFLOPS | Progress: (8/10) | 4.90 s
+[Task  4/25]  Current/Best:   11.26/  17.60 GFLOPS | Progress: (10/10) | 9.78 s Done.
 
 [Task  5/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task  5/25]  Current/Best:    9.70/  14.96 GFLOPS | Progress: (4/10) | 3.08 s
-[Task  5/25]  Current/Best:    9.65/  20.54 GFLOPS | Progress: (8/10) | 4.95 s
-[Task  5/25]  Current/Best:   11.87/  20.54 GFLOPS | Progress: (10/10) | 6.46 s Done.
+[Task  5/25]  Current/Best:   12.24/  19.29 GFLOPS | Progress: (4/10) | 2.74 s
+[Task  5/25]  Current/Best:    5.75/  19.29 GFLOPS | Progress: (8/10) | 4.30 s
+[Task  5/25]  Current/Best:   19.43/  19.43 GFLOPS | Progress: (10/10) | 5.19 s Done.
 
 [Task  6/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task  6/25]  Current/Best:   18.48/  23.13 GFLOPS | Progress: (4/10) | 3.24 s
-[Task  6/25]  Current/Best:   18.27/  23.13 GFLOPS | Progress: (8/10) | 6.55 s
-[Task  6/25]  Current/Best:    8.16/  23.30 GFLOPS | Progress: (10/10) | 7.43 s Done.
+[Task  6/25]  Current/Best:    5.89/  15.29 GFLOPS | Progress: (4/10) | 3.52 s
+[Task  6/25]  Current/Best:   11.48/  15.67 GFLOPS | Progress: (8/10) | 5.53 s
+[Task  6/25]  Current/Best:    9.97/  15.67 GFLOPS | Progress: (10/10) | 6.98 s Done.
 
 [Task  7/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task  7/25]  Current/Best:    7.87/  16.96 GFLOPS | Progress: (4/10) | 3.21 s
-[Task  7/25]  Current/Best:   15.39/  16.96 GFLOPS | Progress: (8/10) | 5.73 s
-[Task  7/25]  Current/Best:    9.69/  16.96 GFLOPS | Progress: (10/10) | 6.80 s Done.
+[Task  7/25]  Current/Best:   13.87/  13.92 GFLOPS | Progress: (4/10) | 3.23 s
+[Task  7/25]  Current/Best:   15.97/  16.85 GFLOPS | Progress: (8/10) | 5.95 s
+[Task  7/25]  Current/Best:    7.29/  16.85 GFLOPS | Progress: (10/10) | 6.95 s Done.
 
 [Task  8/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task  8/25]  Current/Best:    6.15/  14.93 GFLOPS | Progress: (4/10) | 3.40 s
-[Task  8/25]  Current/Best:    4.18/  16.43 GFLOPS | Progress: (8/10) | 5.87 s
-[Task  8/25]  Current/Best:   10.33/  16.43 GFLOPS | Progress: (10/10) | 7.04 s Done.
+[Task  8/25]  Current/Best:    3.91/  15.72 GFLOPS | Progress: (4/10) | 3.87 s
+[Task  8/25]  Current/Best:   11.70/  15.72 GFLOPS | Progress: (8/10) | 9.14 s
+[Task  8/25]  Current/Best:   13.36/  15.72 GFLOPS | Progress: (10/10) | 10.65 s Done.
 
 [Task  9/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task  9/25]  Current/Best:    6.92/  19.94 GFLOPS | Progress: (4/10) | 2.32 s
-[Task  9/25]  Current/Best:    3.30/  19.94 GFLOPS | Progress: (8/10) | 4.51 s
-[Task  9/25]  Current/Best:   11.31/  19.94 GFLOPS | Progress: (10/10) | 9.04 s Done.
+[Task  9/25]  Current/Best:    7.59/  19.16 GFLOPS | Progress: (4/10) | 4.41 s
+[Task  9/25]  Current/Best:   18.22/  19.16 GFLOPS | Progress: (8/10) | 5.84 s
+[Task  9/25]  Current/Best:   18.97/  19.16 GFLOPS | Progress: (10/10) | 6.48 s Done.
 
 [Task 10/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task 10/25]  Current/Best:    6.25/  18.22 GFLOPS | Progress: (4/10) | 2.92 s
-[Task 10/25]  Current/Best:    6.00/  18.22 GFLOPS | Progress: (8/10) | 5.36 s
-[Task 10/25]  Current/Best:   14.19/  18.22 GFLOPS | Progress: (10/10) | 6.74 s Done.
+[Task 10/25]  Current/Best:   11.98/  18.21 GFLOPS | Progress: (4/10) | 2.80 s
+[Task 10/25]  Current/Best:   18.35/  18.35 GFLOPS | Progress: (8/10) | 4.70 s
+[Task 10/25]  Current/Best:    9.71/  18.35 GFLOPS | Progress: (10/10) | 5.67 s Done.
 
 [Task 11/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task 11/25]  Current/Best:   16.04/  18.54 GFLOPS | Progress: (4/10) | 3.08 s
-[Task 11/25]  Current/Best:   12.58/  21.51 GFLOPS | Progress: (8/10) | 6.18 s
-[Task 11/25]  Current/Best:   10.77/  21.51 GFLOPS | Progress: (10/10) | 7.03 s Done.
+[Task 11/25]  Current/Best:   20.94/  22.11 GFLOPS | Progress: (4/10) | 2.65 s
+[Task 11/25]  Current/Best:    3.13/  22.11 GFLOPS | Progress: (8/10) | 5.60 s
+[Task 11/25]  Current/Best:   21.00/  22.11 GFLOPS | Progress: (10/10) | 6.77 s Done.
 
 [Task 12/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task 12/25]  Current/Best:   22.09/  22.09 GFLOPS | Progress: (4/10) | 2.55 s
-[Task 12/25]  Current/Best:   10.96/  22.09 GFLOPS | Progress: (8/10) | 4.61 s
-[Task 12/25]  Current/Best:   16.51/  22.09 GFLOPS | Progress: (10/10) | 5.40 s Done.
+[Task 12/25]  Current/Best:    5.10/  13.00 GFLOPS | Progress: (4/10) | 3.40 s
+[Task 12/25]  Current/Best:   14.34/  21.93 GFLOPS | Progress: (8/10) | 6.58 s
+[Task 12/25]  Current/Best:    4.96/  21.93 GFLOPS | Progress: (10/10) | 9.69 s Done.
 
 [Task 13/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task 13/25]  Current/Best:   10.94/  19.52 GFLOPS | Progress: (4/10) | 3.51 s
-[Task 13/25]  Current/Best:    3.07/  19.52 GFLOPS | Progress: (8/10) | 7.78 s
-[Task 13/25]  Current/Best:   18.70/  19.52 GFLOPS | Progress: (10/10) | 10.35 s Done.
+[Task 13/25]  Current/Best:   12.16/  21.89 GFLOPS | Progress: (4/10) | 3.36 s
+[Task 13/25]  Current/Best:   13.47/  21.89 GFLOPS | Progress: (8/10) | 6.49 s
+[Task 13/25]  Current/Best:   12.67/  21.89 GFLOPS | Progress: (10/10) | 8.20 s Done.
 
 [Task 14/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task 14/25]  Current/Best:   12.64/  14.79 GFLOPS | Progress: (4/10) | 5.76 s
-[Task 14/25]  Current/Best:   11.02/  18.06 GFLOPS | Progress: (8/10) | 8.82 s
-[Task 14/25]  Current/Best:   12.37/  18.06 GFLOPS | Progress: (10/10) | 10.22 s
+[Task 14/25]  Current/Best:   13.26/  14.40 GFLOPS | Progress: (4/10) | 3.22 s
+[Task 14/25]  Current/Best:   16.07/  18.77 GFLOPS | Progress: (8/10) | 4.95 s
+[Task 14/25]  Current/Best:   15.99/  18.77 GFLOPS | Progress: (10/10) | 5.89 s
 [Task 15/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task 15/25]  Current/Best:   10.33/  13.17 GFLOPS | Progress: (4/10) | 3.44 s
-[Task 15/25]  Current/Best:   23.16/  23.16 GFLOPS | Progress: (8/10) | 7.50 s
-[Task 15/25]  Current/Best:   10.76/  23.16 GFLOPS | Progress: (10/10) | 9.61 s Done.
+[Task 15/25]  Current/Best:   15.15/  17.82 GFLOPS | Progress: (4/10) | 3.21 s
+[Task 15/25]  Current/Best:    8.97/  17.82 GFLOPS | Progress: (8/10) | 5.02 s
+[Task 15/25]  Current/Best:   12.20/  22.76 GFLOPS | Progress: (10/10) | 5.63 s
+[Task 16/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s Done.
+ Done.
 
-[Task 16/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task 16/25]  Current/Best:    8.05/   9.65 GFLOPS | Progress: (4/10) | 3.14 s
-[Task 16/25]  Current/Best:   14.76/  17.97 GFLOPS | Progress: (8/10) | 4.57 s
-[Task 16/25]  Current/Best:   21.90/  21.90 GFLOPS | Progress: (10/10) | 5.15 s Done.
+[Task 16/25]  Current/Best:   11.92/  11.92 GFLOPS | Progress: (4/10) | 4.38 s
+[Task 16/25]  Current/Best:   21.34/  21.34 GFLOPS | Progress: (8/10) | 5.52 s
+[Task 16/25]  Current/Best:   12.68/  21.34 GFLOPS | Progress: (10/10) | 6.72 s Done.
 
 [Task 17/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task 17/25]  Current/Best:   11.98/  19.82 GFLOPS | Progress: (4/10) | 2.59 s
-[Task 17/25]  Current/Best:   16.32/  19.82 GFLOPS | Progress: (8/10) | 4.18 s
-[Task 17/25]  Current/Best:    6.46/  19.82 GFLOPS | Progress: (10/10) | 6.62 s Done.
+[Task 17/25]  Current/Best:   17.16/  17.16 GFLOPS | Progress: (4/10) | 3.05 s
+[Task 17/25]  Current/Best:    7.76/  18.31 GFLOPS | Progress: (8/10) | 5.03 s
+[Task 17/25]  Current/Best:   13.03/  18.41 GFLOPS | Progress: (10/10) | 6.15 s Done.
 
 [Task 18/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task 18/25]  Current/Best:   13.06/  16.29 GFLOPS | Progress: (4/10) | 3.84 s
-[Task 18/25]  Current/Best:   16.11/  18.22 GFLOPS | Progress: (8/10) | 5.46 s
-[Task 18/25]  Current/Best:   12.99/  18.22 GFLOPS | Progress: (10/10) | 7.28 s Done.
+[Task 18/25]  Current/Best:    6.25/  19.35 GFLOPS | Progress: (4/10) | 3.98 s
+[Task 18/25]  Current/Best:    9.25/  19.35 GFLOPS | Progress: (8/10) | 7.00 s
+[Task 18/25]  Current/Best:    6.17/  19.35 GFLOPS | Progress: (10/10) | 8.02 s Done.
 
 [Task 19/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task 19/25]  Current/Best:    8.72/  12.03 GFLOPS | Progress: (4/10) | 5.22 s
-[Task 19/25]  Current/Best:   17.18/  18.55 GFLOPS | Progress: (8/10) | 7.55 s
-[Task 19/25]  Current/Best:   18.96/  18.96 GFLOPS | Progress: (10/10) | 8.50 s Done.
+[Task 19/25]  Current/Best:    7.96/  21.85 GFLOPS | Progress: (4/10) | 4.41 s
+[Task 19/25]  Current/Best:   17.61/  21.85 GFLOPS | Progress: (8/10) | 8.70 s
+[Task 19/25]  Current/Best:   19.39/  21.85 GFLOPS | Progress: (10/10) | 10.93 s Done.
 
 [Task 20/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task 20/25]  Current/Best:   14.42/  16.22 GFLOPS | Progress: (4/10) | 2.68 s
-[Task 20/25]  Current/Best:    7.24/  20.77 GFLOPS | Progress: (8/10) | 4.54 s
-[Task 20/25]  Current/Best:    0.00/  20.77 GFLOPS | Progress: (10/10) | 4.87 s
-[Task 21/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s Done.
- Done.
-
-[Task 21/25]  Current/Best:    8.08/  17.27 GFLOPS | Progress: (4/10) | 4.10 s
-[Task 21/25]  Current/Best:   10.17/  18.24 GFLOPS | Progress: (8/10) | 7.53 s
-[Task 21/25]  Current/Best:   16.64/  18.24 GFLOPS | Progress: (10/10) | 8.53 s
+[Task 20/25]  Current/Best:    9.73/  11.59 GFLOPS | Progress: (4/10) | 3.60 s
+[Task 20/25]  Current/Best:    2.46/  16.51 GFLOPS | Progress: (8/10) | 6.85 s
+[Task 20/25]  Current/Best:   12.77/  16.51 GFLOPS | Progress: (10/10) | 8.03 s
+[Task 21/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
+[Task 21/25]  Current/Best:    9.04/  17.28 GFLOPS | Progress: (4/10) | 5.34 s
+[Task 21/25]  Current/Best:   14.04/  17.28 GFLOPS | Progress: (8/10) | 7.26 s
+[Task 21/25]  Current/Best:   16.88/  17.28 GFLOPS | Progress: (10/10) | 8.00 s
 [Task 22/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task 22/25]  Current/Best:   12.12/  12.12 GFLOPS | Progress: (4/10) | 3.01 s
-[Task 22/25]  Current/Best:    2.70/  17.95 GFLOPS | Progress: (8/10) | 4.56 s
-[Task 22/25]  Current/Best:   21.46/  21.46 GFLOPS | Progress: (10/10) | 5.41 s Done.
+[Task 22/25]  Current/Best:   16.46/  16.46 GFLOPS | Progress: (4/10) | 3.64 s
+[Task 22/25]  Current/Best:   14.59/  16.46 GFLOPS | Progress: (8/10) | 5.81 s
+[Task 22/25]  Current/Best:    9.61/  16.46 GFLOPS | Progress: (10/10) | 7.16 s Done.
 
 [Task 23/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task 23/25]  Current/Best:   18.48/  24.04 GFLOPS | Progress: (4/10) | 2.79 s
-[Task 23/25]  Current/Best:   10.90/  24.04 GFLOPS | Progress: (8/10) | 6.51 s
-[Task 23/25]  Current/Best:   11.82/  24.04 GFLOPS | Progress: (10/10) | 7.96 s Done.
+[Task 23/25]  Current/Best:    8.21/  22.16 GFLOPS | Progress: (4/10) | 5.22 s
+[Task 23/25]  Current/Best:   20.38/  22.16 GFLOPS | Progress: (8/10) | 8.13 s
+[Task 23/25]  Current/Best:   10.80/  22.16 GFLOPS | Progress: (10/10) | 9.69 s Done.
 
 [Task 24/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
-[Task 24/25]  Current/Best:    7.59/   7.69 GFLOPS | Progress: (4/10) | 14.48 s
-[Task 24/25]  Current/Best:    3.73/   7.69 GFLOPS | Progress: (8/10) | 27.72 s
-[Task 24/25]  Current/Best:    4.02/   7.69 GFLOPS | Progress: (10/10) | 29.01 s
-[Task 25/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s Done.
-
-[Task 25/25]  Current/Best:    5.68/   9.77 GFLOPS | Progress: (4/10) | 2.66 s
-[Task 25/25]  Current/Best:    7.30/   9.77 GFLOPS | Progress: (8/10) | 8.80 s
-[Task 25/25]  Current/Best:    9.23/   9.77 GFLOPS | Progress: (10/10) | 10.50 s Done.
+[Task 24/25]  Current/Best:    6.73/   6.73 GFLOPS | Progress: (4/10) | 276.08 s
+[Task 24/25]  Current/Best:    1.07/   6.73 GFLOPS | Progress: (8/10) | 288.75 s Done.
+ Done.
+
+[Task 24/25]  Current/Best:    5.97/   6.73 GFLOPS | Progress: (10/10) | 301.04 s
+[Task 25/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/10) | 0.00 s
+[Task 25/25]  Current/Best:    6.61/   6.61 GFLOPS | Progress: (4/10) | 4.10 s
+[Task 25/25]  Current/Best:    7.01/   7.01 GFLOPS | Progress: (8/10) | 28.11 s
+[Task 25/25]  Current/Best:    1.52/   7.01 GFLOPS | Progress: (10/10) | 44.85 s
 </pre></div>
 </div>
 <p>The output from this tuning process will look something like this:</p>
@@ -889,8 +889,8 @@ improvement in comparing the optimized model to the unoptimized model.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>optimized: {&#39;mean&#39;: 430.9167250000008, &#39;median&#39;: 430.94556905000445, &#39;std&#39;: 0.9822397749017279}
-unoptimized: {&#39;mean&#39;: 496.1166706900009, &#39;median&#39;: 496.701434299996, &#39;std&#39;: 1.331050338198561}
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>optimized: {&#39;mean&#39;: 451.0631386499972, &#39;median&#39;: 451.1695603999897, &#39;std&#39;: 0.5879994614820093}
+unoptimized: {&#39;mean&#39;: 505.5772554399982, &#39;median&#39;: 505.342933899999, &#39;std&#39;: 0.5506049923582336}
 </pre></div>
 </div>
 </div>
@@ -904,7 +904,7 @@ models.</p>
 <p>Here we presented a simple example using ResNet-50 v2 locally. However, TVM
 supports many more features including cross-compilation, remote execution and
 profiling/benchmarking.</p>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 6 minutes  38.451 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 12 minutes  4.099 seconds)</p>
 <div class="sphx-glr-footer class sphx-glr-footer-example docutils container" id="sphx-glr-download-tutorial-autotvm-relay-x86-py">
 <div class="sphx-glr-download docutils container">
 <p><a class="reference download internal" download="" href="../_downloads/57a45d9bef1af358191e7d50043e652c/autotvm_relay_x86.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">autotvm_relay_x86.py</span></code></a></p>
diff --git a/docs/tutorial/cross_compilation_and_rpc.html b/docs/tutorial/cross_compilation_and_rpc.html
index 0dee564..acefd56 100644
--- a/docs/tutorial/cross_compilation_and_rpc.html
+++ b/docs/tutorial/cross_compilation_and_rpc.html
@@ -496,7 +496,7 @@ device and returns the measured cost. Network overhead is excluded.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>1.283e-07 secs/op
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>1.257e-07 secs/op
 </pre></div>
 </div>
 </div>
diff --git a/docs/tutorial/intro_topi.html b/docs/tutorial/intro_topi.html
index 23f1370..30afbb4 100644
--- a/docs/tutorial/intro_topi.html
+++ b/docs/tutorial/intro_topi.html
@@ -458,7 +458,7 @@ we can schedule the following series of operations ending with <code class="code
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>[stage(a, placeholder(a, 0xf84b740)), stage(b, placeholder(b, 0x229e0e20)), stage(T_add, compute(T_add, body=[(a[ax0, ax1, ax2] + b[ax1, ax2])], axis=[iter_var(ax0, range(min=0, ext=100)), iter_var(ax1, range(min=0, ext=10)), iter_var(ax2, range(min=0, ext=10))], reduce_axis=[], tag=broadcast, attrs={})), stage(T_multiply, compute(T_multiply, body=[(a[ax0, ax1, ax2]*b[ax1, ax2])], axis=[i [...]
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>[stage(a, placeholder(a, 0xb3b47f0)), stage(b, placeholder(b, 0x209b5140)), stage(T_add, compute(T_add, body=[(a[ax0, ax1, ax2] + b[ax1, ax2])], axis=[iter_var(ax0, range(min=0, ext=100)), iter_var(ax1, range(min=0, ext=10)), iter_var(ax2, range(min=0, ext=10))], reduce_axis=[], tag=broadcast, attrs={})), stage(T_multiply, compute(T_multiply, body=[(a[ax0, ax1, ax2]*b[ax1, ax2])], axis=[i [...]
 </pre></div>
 </div>
 <p>We can test the correctness by comparing with <code class="code docutils literal notranslate"><span class="pre">numpy</span></code> result as follows</p>
diff --git a/docs/tutorial/sg_execution_times.html b/docs/tutorial/sg_execution_times.html
index 9c211b2..0c19326 100644
--- a/docs/tutorial/sg_execution_times.html
+++ b/docs/tutorial/sg_execution_times.html
@@ -300,20 +300,20 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-tutorial-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>09:10.263</strong> total execution time for <strong>tutorial</strong> files:</p>
+<p><strong>15:05.130</strong> total execution time for <strong>tutorial</strong> files:</p>
 <ul class="simple">
-<li><p><strong>06:38.451</strong>: <a class="reference internal" href="autotvm_relay_x86.html#sphx-glr-tutorial-autotvm-relay-x86-py"><span class="std std-ref">Compiling and Optimizing a Model with the Python Interface (AutoTVM)</span></a> (<code class="docutils literal notranslate"><span class="pre">autotvm_relay_x86.py</span></code>)</p></li>
-<li><p><strong>01:01.326</strong>: <a class="reference internal" href="tensor_expr_get_started.html#sphx-glr-tutorial-tensor-expr-get-started-py"><span class="std std-ref">Working with Operators Using Tensor Expression</span></a> (<code class="docutils literal notranslate"><span class="pre">tensor_expr_get_started.py</span></code>)</p></li>
-<li><p><strong>00:41.180</strong>: <a class="reference internal" href="auto_scheduler_matmul_x86.html#sphx-glr-tutorial-auto-scheduler-matmul-x86-py"><span class="std std-ref">Optimizing Operators with Auto-scheduling</span></a> (<code class="docutils literal notranslate"><span class="pre">auto_scheduler_matmul_x86.py</span></code>)</p></li>
-<li><p><strong>00:25.956</strong>: <a class="reference internal" href="relay_quick_start.html#sphx-glr-tutorial-relay-quick-start-py"><span class="std std-ref">Quick Start Tutorial for Compiling Deep Learning Models</span></a> (<code class="docutils literal notranslate"><span class="pre">relay_quick_start.py</span></code>)</p></li>
-<li><p><strong>00:21.124</strong>: <a class="reference internal" href="autotvm_matmul_x86.html#sphx-glr-tutorial-autotvm-matmul-x86-py"><span class="std std-ref">Optimizing Operators with Schedule Templates and AutoTVM</span></a> (<code class="docutils literal notranslate"><span class="pre">autotvm_matmul_x86.py</span></code>)</p></li>
-<li><p><strong>00:01.176</strong>: <a class="reference internal" href="tensor_ir_blitz_course.html#sphx-glr-tutorial-tensor-ir-blitz-course-py"><span class="std std-ref">Blitz Course to TensorIR</span></a> (<code class="docutils literal notranslate"><span class="pre">tensor_ir_blitz_course.py</span></code>)</p></li>
-<li><p><strong>00:00.694</strong>: <a class="reference internal" href="intro_topi.html#sphx-glr-tutorial-intro-topi-py"><span class="std std-ref">Introduction to TOPI</span></a> (<code class="docutils literal notranslate"><span class="pre">intro_topi.py</span></code>)</p></li>
-<li><p><strong>00:00.191</strong>: <a class="reference internal" href="cross_compilation_and_rpc.html#sphx-glr-tutorial-cross-compilation-and-rpc-py"><span class="std std-ref">Cross Compilation and RPC</span></a> (<code class="docutils literal notranslate"><span class="pre">cross_compilation_and_rpc.py</span></code>)</p></li>
-<li><p><strong>00:00.047</strong>: <a class="reference internal" href="introduction.html#sphx-glr-tutorial-introduction-py"><span class="std std-ref">Introduction</span></a> (<code class="docutils literal notranslate"><span class="pre">introduction.py</span></code>)</p></li>
-<li><p><strong>00:00.041</strong>: <a class="reference internal" href="install.html#sphx-glr-tutorial-install-py"><span class="std std-ref">Installing TVM</span></a> (<code class="docutils literal notranslate"><span class="pre">install.py</span></code>)</p></li>
-<li><p><strong>00:00.039</strong>: <a class="reference internal" href="tvmc_command_line_driver.html#sphx-glr-tutorial-tvmc-command-line-driver-py"><span class="std std-ref">Compiling and Optimizing a Model with TVMC</span></a> (<code class="docutils literal notranslate"><span class="pre">tvmc_command_line_driver.py</span></code>)</p></li>
-<li><p><strong>00:00.037</strong>: <a class="reference internal" href="tvmc_python.html#sphx-glr-tutorial-tvmc-python-py"><span class="std std-ref">Getting Starting using TVMC Python: a high-level API for TVM</span></a> (<code class="docutils literal notranslate"><span class="pre">tvmc_python.py</span></code>)</p></li>
+<li><p><strong>12:04.099</strong>: <a class="reference internal" href="autotvm_relay_x86.html#sphx-glr-tutorial-autotvm-relay-x86-py"><span class="std std-ref">Compiling and Optimizing a Model with the Python Interface (AutoTVM)</span></a> (<code class="docutils literal notranslate"><span class="pre">autotvm_relay_x86.py</span></code>)</p></li>
+<li><p><strong>01:13.366</strong>: <a class="reference internal" href="auto_scheduler_matmul_x86.html#sphx-glr-tutorial-auto-scheduler-matmul-x86-py"><span class="std std-ref">Optimizing Operators with Auto-scheduling</span></a> (<code class="docutils literal notranslate"><span class="pre">auto_scheduler_matmul_x86.py</span></code>)</p></li>
+<li><p><strong>01:03.258</strong>: <a class="reference internal" href="tensor_expr_get_started.html#sphx-glr-tutorial-tensor-expr-get-started-py"><span class="std std-ref">Working with Operators Using Tensor Expression</span></a> (<code class="docutils literal notranslate"><span class="pre">tensor_expr_get_started.py</span></code>)</p></li>
+<li><p><strong>00:27.109</strong>: <a class="reference internal" href="relay_quick_start.html#sphx-glr-tutorial-relay-quick-start-py"><span class="std std-ref">Quick Start Tutorial for Compiling Deep Learning Models</span></a> (<code class="docutils literal notranslate"><span class="pre">relay_quick_start.py</span></code>)</p></li>
+<li><p><strong>00:14.965</strong>: <a class="reference internal" href="autotvm_matmul_x86.html#sphx-glr-tutorial-autotvm-matmul-x86-py"><span class="std std-ref">Optimizing Operators with Schedule Templates and AutoTVM</span></a> (<code class="docutils literal notranslate"><span class="pre">autotvm_matmul_x86.py</span></code>)</p></li>
+<li><p><strong>00:01.136</strong>: <a class="reference internal" href="tensor_ir_blitz_course.html#sphx-glr-tutorial-tensor-ir-blitz-course-py"><span class="std std-ref">Blitz Course to TensorIR</span></a> (<code class="docutils literal notranslate"><span class="pre">tensor_ir_blitz_course.py</span></code>)</p></li>
+<li><p><strong>00:00.736</strong>: <a class="reference internal" href="intro_topi.html#sphx-glr-tutorial-intro-topi-py"><span class="std std-ref">Introduction to TOPI</span></a> (<code class="docutils literal notranslate"><span class="pre">intro_topi.py</span></code>)</p></li>
+<li><p><strong>00:00.228</strong>: <a class="reference internal" href="cross_compilation_and_rpc.html#sphx-glr-tutorial-cross-compilation-and-rpc-py"><span class="std std-ref">Cross Compilation and RPC</span></a> (<code class="docutils literal notranslate"><span class="pre">cross_compilation_and_rpc.py</span></code>)</p></li>
+<li><p><strong>00:00.059</strong>: <a class="reference internal" href="install.html#sphx-glr-tutorial-install-py"><span class="std std-ref">Installing TVM</span></a> (<code class="docutils literal notranslate"><span class="pre">install.py</span></code>)</p></li>
+<li><p><strong>00:00.058</strong>: <a class="reference internal" href="tvmc_python.html#sphx-glr-tutorial-tvmc-python-py"><span class="std std-ref">Getting Starting using TVMC Python: a high-level API for TVM</span></a> (<code class="docutils literal notranslate"><span class="pre">tvmc_python.py</span></code>)</p></li>
+<li><p><strong>00:00.058</strong>: <a class="reference internal" href="tvmc_command_line_driver.html#sphx-glr-tutorial-tvmc-command-line-driver-py"><span class="std std-ref">Compiling and Optimizing a Model with TVMC</span></a> (<code class="docutils literal notranslate"><span class="pre">tvmc_command_line_driver.py</span></code>)</p></li>
+<li><p><strong>00:00.058</strong>: <a class="reference internal" href="introduction.html#sphx-glr-tutorial-introduction-py"><span class="std std-ref">Introduction</span></a> (<code class="docutils literal notranslate"><span class="pre">introduction.py</span></code>)</p></li>
 </ul>
 </div>
 
diff --git a/docs/tutorial/tensor_expr_get_started.html b/docs/tutorial/tensor_expr_get_started.html
index 57254cf..f573bdb 100644
--- a/docs/tutorial/tensor_expr_get_started.html
+++ b/docs/tutorial/tensor_expr_get_started.html
@@ -507,7 +507,7 @@ helper function to run a profile of the TVM generated code.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Numpy running time: 0.000008
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Numpy running time: 0.000009
 naive: 0.000006
 </pre></div>
 </div>
@@ -558,7 +558,7 @@ compile and run this new schedule with the parallel operation applied:</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>parallel: 0.000006
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>parallel: 0.000007
 </pre></div>
 </div>
 </div>
@@ -598,7 +598,7 @@ factor to be the number of threads on your CPU.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>vector: 0.000025
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>vector: 0.000024
 @main = primfn(A_1: handle, B_1: handle, C_1: handle) -&gt; ()
   attr = {&quot;from_legacy_te_schedule&quot;: True, &quot;global_symbol&quot;: &quot;main&quot;, &quot;tir.noalias&quot;: True}
   buffers = {A: Buffer(A_2: Pointer(float32), float32, [(stride: int32*n: int32)], [], type=&quot;auto&quot;),
@@ -631,10 +631,10 @@ factor to be the number of threads on your CPU.</p>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Operator                  Timing             Performance
-   numpy    8.248159999766358e-06                    1.0
-   naive              5.8769e-06      0.7125104265880478
-parallel              6.0296e-06      0.7310236465067115
-  vector    2.4720900000000002e-05     2.997141180663355
+   numpy    9.083440002086718e-06                    1.0
+   naive               5.833e-06       0.642157596533912
+parallel    6.5408999999999995e-06    0.7200906262932737
+  vector    2.4476500000000002e-05     2.694628906491051
 </pre></div>
 </div>
 <div class="admonition-code-specialization admonition">
@@ -952,7 +952,7 @@ matrix multiplication.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Numpy running time: 0.019152
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Numpy running time: 0.019166
 </pre></div>
 </div>
 <p>Now we write a basic matrix multiplication using TVM TE and verify that it
@@ -994,7 +994,7 @@ optimizations.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>none: 3.433429
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>none: 3.528171
 </pre></div>
 </div>
 <p>Let’s take a look at the intermediate representation of the operator and
@@ -1060,7 +1060,7 @@ schedule.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>blocking: 0.300290
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>blocking: 0.331846
 </pre></div>
 </div>
 <p>By reordering the computation to take advantage of caching, you should see a
@@ -1120,7 +1120,7 @@ already cache friendly from our previous optimizations.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>vectorization: 0.340397
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>vectorization: 0.350593
 @main = primfn(A_1: handle, B_1: handle, C_1: handle) -&gt; ()
   attr = {&quot;from_legacy_te_schedule&quot;: True, &quot;global_symbol&quot;: &quot;main&quot;, &quot;tir.noalias&quot;: True}
   buffers = {A: Buffer(A_2: Pointer(float32), float32, [1048576], []),
@@ -1175,7 +1175,7 @@ more cache friendly.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>loop permutation: 0.116723
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>loop permutation: 0.144932
 @main = primfn(A_1: handle, B_1: handle, C_1: handle) -&gt; ()
   attr = {&quot;from_legacy_te_schedule&quot;: True, &quot;global_symbol&quot;: &quot;main&quot;, &quot;tir.noalias&quot;: True}
   buffers = {A: Buffer(A_2: Pointer(float32), float32, [1048576], []),
@@ -1251,7 +1251,7 @@ optimized schedule.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>array packing: 0.109390
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>array packing: 0.113834
 @main = primfn(A_1: handle, B_1: handle, C_1: handle) -&gt; ()
   attr = {&quot;from_legacy_te_schedule&quot;: True, &quot;global_symbol&quot;: &quot;main&quot;, &quot;tir.noalias&quot;: True}
   buffers = {A: Buffer(A_2: Pointer(float32), float32, [1048576], []),
@@ -1325,7 +1325,7 @@ to `C</cite> when all the block results are ready.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>block caching: 0.110876
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>block caching: 0.113439
 @main = primfn(A_1: handle, B_1: handle, C_1: handle) -&gt; ()
   attr = {&quot;from_legacy_te_schedule&quot;: True, &quot;global_symbol&quot;: &quot;main&quot;, &quot;tir.noalias&quot;: True}
   buffers = {A: Buffer(A_2: Pointer(float32), float32, [1048576], []),
@@ -1392,7 +1392,7 @@ of thread-level parallelization.</p>
 </pre></div>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>parallelization: 0.144552
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>parallelization: 0.148671
 @main = primfn(A_1: handle, B_1: handle, C_1: handle) -&gt; ()
   attr = {&quot;from_legacy_te_schedule&quot;: True, &quot;global_symbol&quot;: &quot;main&quot;, &quot;tir.noalias&quot;: True}
   buffers = {A: Buffer(A_2: Pointer(float32), float32, [1048576], []),
@@ -1454,13 +1454,13 @@ working, we can compare the results.</p>
 </div>
 <p class="sphx-glr-script-out">Out:</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>        Operator                  Timing             Performance
-            none            3.4334289585                     1.0
-        blocking            0.3002903677     0.08746077793646594
-   vectorization            0.3403972053     0.09914205577409503
-loop permutation     0.11672265740000001     0.03399594365016188
-   array packing     0.10938988790000001    0.031860245026823095
-   block caching     0.11087642010000001     0.03229320351175689
- parallelization     0.14455180150000002     0.04210129385148308
+            none      3.5281712758000006                     1.0
+        blocking            0.3318456973     0.09405600560725476
+   vectorization            0.3505925492     0.09936948118271394
+loop permutation            0.1449319034    0.041078477225326086
+   array packing            0.1138336584     0.03226420984173695
+   block caching     0.11343920379999999    0.032152408410013496
+ parallelization            0.1486712142     0.04213832112396225
 </pre></div>
 </div>
 <p>Note that the outputs on the web page reflect the running times on a
@@ -1492,7 +1492,7 @@ is</p>
 you can build generic templates of the matrix multiplication and other
 operations with tunable parameters that allows you to automatically optimize
 the computation for specific platforms.</p>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  1.326 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  3.258 seconds)</p>
 <div class="sphx-glr-footer class sphx-glr-footer-example docutils container" id="sphx-glr-download-tutorial-tensor-expr-get-started-py">
 <div class="sphx-glr-download docutils container">
 <p><a class="reference download internal" download="" href="../_downloads/40a01cffb015a67aaec0fad7e27cf80d/tensor_expr_get_started.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">tensor_expr_get_started.py</span></code></a></p>