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 2023/01/25 15:22:59 UTC

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

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 0b39e7a38e deploying docs (apache/tvm@26d3244fb8e0bed5bf0bbf09ad2f88d2efc546a8)
0b39e7a38e is described below

commit 0b39e7a38efe1528906123ee04e1e5c57238aa2a
Author: tvm-bot <95...@users.noreply.github.com>
AuthorDate: Wed Jan 25 15:22:52 2023 +0000

    deploying docs (apache/tvm@26d3244fb8e0bed5bf0bbf09ad2f88d2efc546a8)
---
 docs/_images/sphx_glr_micro_train_001.png          |  Bin 306809 -> 298784 bytes
 docs/_images/sphx_glr_micro_train_thumb.png        |  Bin 22544 -> 22856 bytes
 .../how_to/compile_models/from_darknet.rst.txt     |    2 +-
 .../how_to/compile_models/from_keras.rst.txt       |    2 +-
 .../how_to/compile_models/from_mxnet.rst.txt       |    2 +-
 .../how_to/compile_models/from_oneflow.rst.txt     |    2 +-
 .../how_to/compile_models/from_pytorch.rst.txt     |    2 +-
 .../how_to/compile_models/from_tensorflow.rst.txt  |    2 +-
 .../compile_models/sg_execution_times.rst.txt      |   22 +-
 .../deploy_models/deploy_model_on_adreno.rst.txt   |    2 +-
 .../deploy_models/deploy_model_on_android.rst.txt  |    2 +-
 .../deploy_object_detection_pytorch.rst.txt        |    4 +-
 .../deploy_models/deploy_prequantized.rst.txt      |    6 +-
 .../deploy_prequantized_tflite.rst.txt             |    4 +-
 .../how_to/deploy_models/deploy_quantized.rst.txt  |    2 +-
 .../deploy_models/deploy_ssd_gluoncv.rst.txt       |    4 +-
 .../deploy_models/sg_execution_times.rst.txt       |   20 +-
 .../extend_tvm/bring_your_own_datatypes.rst.txt    |    2 +-
 .../how_to/extend_tvm/sg_execution_times.rst.txt   |    8 +-
 .../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                     |   14 +-
 .../tune_conv2d_layer_cuda.rst.txt                 | 1864 ++++++++++++--------
 .../tune_network_cuda.rst.txt                      |    4 +-
 .../tune_network_x86.rst.txt                       |    4 +-
 .../tune_sparse_x86.rst.txt                        |  151 +-
 .../tune_with_autotvm/sg_execution_times.rst.txt   |    6 +-
 .../tune_with_autotvm/tune_conv2d_cuda.rst.txt     |  188 +-
 .../work_with_microtvm/micro_autotune.rst.txt      |   16 +-
 .../work_with_microtvm/micro_pytorch.rst.txt       |    4 +-
 .../how_to/work_with_microtvm/micro_train.rst.txt  |   18 +-
 .../work_with_microtvm/sg_execution_times.rst.txt  |   12 +-
 .../work_with_relay/sg_execution_times.rst.txt     |    8 +-
 .../how_to/work_with_schedules/intrin_math.rst.txt |    2 +-
 .../work_with_schedules/sg_execution_times.rst.txt |   12 +-
 .../how_to/work_with_schedules/tensorize.rst.txt   |    2 +-
 .../tutorials/autotvm/sg_execution_times.rst.txt   |    4 +-
 .../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     |    6 +-
 docs/_sources/tutorial/autotvm_matmul_x86.rst.txt  |   20 +-
 docs/_sources/tutorial/autotvm_relay_x86.rst.txt   |   58 +-
 .../tutorial/cross_compilation_and_rpc.rst.txt     |    2 +-
 docs/_sources/tutorial/intro_topi.rst.txt          |    2 +-
 docs/_sources/tutorial/sg_execution_times.rst.txt  |   18 +-
 .../tutorial/tensor_expr_get_started.rst.txt       |   47 +-
 docs/commit_hash                                   |    2 +-
 docs/how_to/compile_models/from_darknet.html       |    2 +-
 docs/how_to/compile_models/from_keras.html         |    2 +-
 docs/how_to/compile_models/from_mxnet.html         |    2 +-
 docs/how_to/compile_models/from_oneflow.html       |   12 +-
 docs/how_to/compile_models/from_pytorch.html       |   11 +-
 docs/how_to/compile_models/from_tensorflow.html    |    2 +-
 docs/how_to/compile_models/sg_execution_times.html |   22 +-
 .../deploy_models/deploy_model_on_adreno.html      |    2 +-
 .../deploy_models/deploy_model_on_android.html     |    2 +-
 .../deploy_object_detection_pytorch.html           |   29 +-
 docs/how_to/deploy_models/deploy_prequantized.html |    7 +-
 .../deploy_models/deploy_prequantized_tflite.html  |    4 +-
 docs/how_to/deploy_models/deploy_quantized.html    |    2 +-
 docs/how_to/deploy_models/deploy_ssd_gluoncv.html  |   36 +-
 docs/how_to/deploy_models/sg_execution_times.html  |   20 +-
 .../extend_tvm/bring_your_own_datatypes.html       |    2 +-
 docs/how_to/extend_tvm/sg_execution_times.html     |    8 +-
 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                    | 1864 ++++++++++++--------
 .../tune_with_autoscheduler/tune_network_cuda.html |    4 +-
 .../tune_with_autoscheduler/tune_network_x86.html  |    4 +-
 .../tune_with_autoscheduler/tune_sparse_x86.html   |  151 +-
 .../tune_with_autotvm/sg_execution_times.html      |    6 +-
 .../how_to/tune_with_autotvm/tune_conv2d_cuda.html |  188 +-
 docs/how_to/work_with_microtvm/micro_autotune.html |   16 +-
 docs/how_to/work_with_microtvm/micro_pytorch.html  |    5 +-
 docs/how_to/work_with_microtvm/micro_train.html    |   16 +-
 .../work_with_microtvm/sg_execution_times.html     |   12 +-
 .../how_to/work_with_relay/sg_execution_times.html |    8 +-
 docs/how_to/work_with_schedules/intrin_math.html   |    2 +-
 .../work_with_schedules/sg_execution_times.html    |   12 +-
 docs/how_to/work_with_schedules/tensorize.html     |    2 +-
 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  |    4 +-
 .../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_matmul_x86.html              |   20 +-
 docs/tutorial/autotvm_relay_x86.html               |  264 +--
 docs/tutorial/cross_compilation_and_rpc.html       |    2 +-
 docs/tutorial/intro_topi.html                      |    2 +-
 docs/tutorial/sg_execution_times.html              |   22 +-
 docs/tutorial/tensor_expr_get_started.html         |   43 +-
 129 files changed, 3507 insertions(+), 2470 deletions(-)

diff --git a/docs/_images/sphx_glr_micro_train_001.png b/docs/_images/sphx_glr_micro_train_001.png
index bbd9b6f736..fb3c2850a3 100644
Binary files a/docs/_images/sphx_glr_micro_train_001.png and b/docs/_images/sphx_glr_micro_train_001.png differ
diff --git a/docs/_images/sphx_glr_micro_train_thumb.png b/docs/_images/sphx_glr_micro_train_thumb.png
index d75c481972..86defffe09 100644
Binary files a/docs/_images/sphx_glr_micro_train_thumb.png and b/docs/_images/sphx_glr_micro_train_thumb.png differ
diff --git a/docs/_sources/how_to/compile_models/from_darknet.rst.txt b/docs/_sources/how_to/compile_models/from_darknet.rst.txt
index 18bead6d8b..21c06f08ce 100644
--- a/docs/_sources/how_to/compile_models/from_darknet.rst.txt
+++ b/docs/_sources/how_to/compile_models/from_darknet.rst.txt
@@ -318,7 +318,7 @@ The process is no different from other examples.
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  16.940 seconds)
+   **Total running time of the script:** ( 1 minutes  15.159 seconds)
 
 
 .. _sphx_glr_download_how_to_compile_models_from_darknet.py:
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 24fa306f7a..6dd9420e81 100644
--- a/docs/_sources/how_to/compile_models/from_keras.rst.txt
+++ b/docs/_sources/how_to/compile_models/from_keras.rst.txt
@@ -232,7 +232,7 @@ Look up prediction top 1 index in 1000 class synset.
  .. code-block:: none
 
     Relay top-1 id: 285, class name: Egyptian cat
-
    1/1 [==============================] - ETA: 0s
    1/1 [==============================] - 1s 922ms/step
+
    1/1 [==============================] - ETA: 0s
    1/1 [==============================] - 1s 941ms/step
     Keras top-1 id: 285, class name: Egyptian cat
 
 
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 0f5e79f8ee..126aa690e2 100644
--- a/docs/_sources/how_to/compile_models/from_mxnet.rst.txt
+++ b/docs/_sources/how_to/compile_models/from_mxnet.rst.txt
@@ -116,7 +116,7 @@ In this section, we download a pretrained imagenet model and classify an image.
 
  .. code-block:: none
 
-    Downloading /workspace/.mxnet/models/resnet18_v1-a0666292.zip31278884-f624-4b28-a605-c808c85aa157 from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/resnet18_v1-a0666292.zip...
+    Downloading /workspace/.mxnet/models/resnet18_v1-a0666292.zip89b12ec3-1876-4d3a-84a8-1e69ef0d9ff7 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_oneflow.rst.txt b/docs/_sources/how_to/compile_models/from_oneflow.rst.txt
index 34f4de8252..0a748c65e1 100644
--- a/docs/_sources/how_to/compile_models/from_oneflow.rst.txt
+++ b/docs/_sources/how_to/compile_models/from_oneflow.rst.txt
@@ -121,7 +121,7 @@ Load a pretrained OneFlow model and save model
  .. code-block:: none
 
     Downloading: "https://oneflow-public.oss-cn-beijing.aliyuncs.com/model_zoo/flowvision/classification/ResNet/resnet18.zip" to /workspace/.oneflow/flowvision_cache/resnet18.zip
-
      0%|          | 0.00/41.5M [00:00<?, ?B/s]
     17%|#7        | 7.20M/41.5M [00:00<00:00, 75.4MB/s]
     35%|###4      | 14.4M/41.5M [00:00<00:00, 65.8MB/s]
     50%|####9     | 20.7M/41.5M [00:00<00:00, 60.0MB/s]
     64%|######3   | 26.5M/41.5M [00:00<00:00, 52.7MB/s]
     80%|#######9  | 33.0M/41.5M [00:00<00:00, 57.3MB/s]
     93%|#########3| 38.6M/41.5M [00:00<00:00, 44.8MB/s]
    100%|##########| 41.5M/41.5M [00:00<00:00, 51.9MB/s]
+
      0%|          | 0.00/41.5M [00:00<?, ?B/s]
     20%|#9        | 8.12M/41.5M [00:00<00:00, 81.9MB/s]
     39%|###8      | 16.0M/41.5M [00:00<00:00, 80.3MB/s]
     58%|#####7    | 24.0M/41.5M [00:00<00:00, 81.9MB/s]
     82%|########2 | 34.1M/41.5M [00:00<00:00, 79.9MB/s]
    100%|##########| 41.5M/41.5M [00:00<00:00, 80.3MB/s]
 
 
 
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 8aa132b917..ad23ac034c 100644
--- a/docs/_sources/how_to/compile_models/from_pytorch.rst.txt
+++ b/docs/_sources/how_to/compile_models/from_pytorch.rst.txt
@@ -101,7 +101,7 @@ Load a pretrained PyTorch model
     /venv/apache-tvm-py3.7/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and will be removed in 0.15. The current behavior is equivalent to passing `weights=ResNet18_Weights.IMAGENET1K_V1`. You can also use `weights=ResNet18_Weights.DEFAULT` to get the most up-to-date weights.
       warnings.warn(msg)
     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]
     18%|#7        | 7.99M/44.7M [00:00<00:00, 49.2MB/s]
     32%|###2      | 14.3M/44.7M [00:00<00:00, 35.4MB/s]
     40%|###9      | 17.8M/44.7M [00:00<00:00, 33.5MB/s]
     54%|#####3    | 24.0M/44.7M [00:00<00:00, 41.6MB/s]
     72%|#######1  | 32.0M/44.7M [00:00<00:00, 45.6MB/s]
     90%|########9 | 40.0M/44.7M [00:00<00:00, 52.3MB/s]
    100%|##########| 44.7M/44.7M [00:00<00:00, 50.1MB/s]
+
      0%|          | 0.00/44.7M [00:00<?, ?B/s]
     29%|##8       | 12.8M/44.7M [00:00<00:00, 134MB/s]
     57%|#####7    | 25.5M/44.7M [00:00<00:00, 118MB/s]
     83%|########2 | 36.9M/44.7M [00:00<00:00, 109MB/s]
    100%|##########| 44.7M/44.7M [00:00<00:00, 110MB/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 251c56474c..3b1f124a50 100644
--- a/docs/_sources/how_to/compile_models/from_tensorflow.rst.txt
+++ b/docs/_sources/how_to/compile_models/from_tensorflow.rst.txt
@@ -424,7 +424,7 @@ Run the corresponding model on tensorflow
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  20.604 seconds)
+   **Total running time of the script:** ( 1 minutes  21.595 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 6d1875b142..37410f7a91 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,26 +5,26 @@
 
 Computation times
 =================
-**06:17.784** total execution time for **how_to_compile_models** files:
+**06:20.548** total execution time for **how_to_compile_models** files:
 
 +-----------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_compile_models_from_tensorflow.py` (``from_tensorflow.py``) | 01:20.604 | 0.0 MB |
+| :ref:`sphx_glr_how_to_compile_models_from_tensorflow.py` (``from_tensorflow.py``) | 01:21.595 | 0.0 MB |
 +-----------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_compile_models_from_darknet.py` (``from_darknet.py``)       | 01:16.940 | 0.0 MB |
+| :ref:`sphx_glr_how_to_compile_models_from_darknet.py` (``from_darknet.py``)       | 01:15.159 | 0.0 MB |
 +-----------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_compile_models_from_paddle.py` (``from_paddle.py``)         | 00:51.291 | 0.0 MB |
+| :ref:`sphx_glr_how_to_compile_models_from_paddle.py` (``from_paddle.py``)         | 00:52.454 | 0.0 MB |
 +-----------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_compile_models_from_oneflow.py` (``from_oneflow.py``)       | 00:35.095 | 0.0 MB |
+| :ref:`sphx_glr_how_to_compile_models_from_oneflow.py` (``from_oneflow.py``)       | 00:35.872 | 0.0 MB |
 +-----------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_compile_models_from_coreml.py` (``from_coreml.py``)         | 00:30.553 | 0.0 MB |
+| :ref:`sphx_glr_how_to_compile_models_from_coreml.py` (``from_coreml.py``)         | 00:30.786 | 0.0 MB |
 +-----------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_compile_models_from_mxnet.py` (``from_mxnet.py``)           | 00:29.430 | 0.0 MB |
+| :ref:`sphx_glr_how_to_compile_models_from_mxnet.py` (``from_mxnet.py``)           | 00:30.599 | 0.0 MB |
 +-----------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_compile_models_from_tflite.py` (``from_tflite.py``)         | 00:26.452 | 0.0 MB |
+| :ref:`sphx_glr_how_to_compile_models_from_tflite.py` (``from_tflite.py``)         | 00:26.418 | 0.0 MB |
 +-----------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_compile_models_from_pytorch.py` (``from_pytorch.py``)       | 00:24.396 | 0.0 MB |
+| :ref:`sphx_glr_how_to_compile_models_from_pytorch.py` (``from_pytorch.py``)       | 00:24.518 | 0.0 MB |
 +-----------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_compile_models_from_keras.py` (``from_keras.py``)           | 00:20.355 | 0.0 MB |
+| :ref:`sphx_glr_how_to_compile_models_from_keras.py` (``from_keras.py``)           | 00:20.544 | 0.0 MB |
 +-----------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_compile_models_from_onnx.py` (``from_onnx.py``)             | 00:02.670 | 0.0 MB |
+| :ref:`sphx_glr_how_to_compile_models_from_onnx.py` (``from_onnx.py``)             | 00:02.603 | 0.0 MB |
 +-----------------------------------------------------------------------------------+-----------+--------+
diff --git a/docs/_sources/how_to/deploy_models/deploy_model_on_adreno.rst.txt b/docs/_sources/how_to/deploy_models/deploy_model_on_adreno.rst.txt
index 68a10af4e9..1c35a3166d 100644
--- a/docs/_sources/how_to/deploy_models/deploy_model_on_adreno.rst.txt
+++ b/docs/_sources/how_to/deploy_models/deploy_model_on_adreno.rst.txt
@@ -727,7 +727,7 @@ well as provides information about the model's performance
     Evaluate inference time cost...
     Execution time summary:
      mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)  
-     2545.0897    2544.5280    2548.3965    2543.5946      1.3722   
+     2542.7702    2542.0444    2546.5456    2540.9472      1.7707   
                
 
 
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 a03eaa3df6..622cf6279b 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
@@ -437,7 +437,7 @@ Execute on TVM
     Evaluate inference time cost...
     Execution time summary:
      mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)  
-      16.0066      16.0084      16.1286      15.8646       0.0826   
+      16.0846      16.0336      16.5280      15.9333       0.1693   
                
 
 
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 bcd4f270b8..49559b3971 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
@@ -130,7 +130,7 @@ Load pre-trained maskrcnn from torchvision and do tracing
     /venv/apache-tvm-py3.7/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and will be removed in 0.15. The current behavior is equivalent to passing `weights=MaskRCNN_ResNet50_FPN_Weights.COCO_V1`. You can also use `weights=MaskRCNN_ResNet50_FPN_Weights.DEFAULT` to get the most up-to-date weights.
       warnings.warn(msg)
     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]
      7%|6         | 11.7M/170M [00:00<00:01, 123MB/s]
     14%|#3        | 23.5M/170M [00:00<00:01, 123MB/s]
     21%|##        | 35.3M/170M [00:00<00:01, 83.0MB/s]
     28%|##8       | 48.0M/170M [00:00<00:01, 89.2MB/s]
     37%|###7      | 63.7M/170M [00:00<00:01, 110MB/s] 
     44%|####4     | 75.2M/170M [00:00<00:00, 102MB/s]
     52%|#####1    | 88.0M/170M [00:00<00:00, 96.3MB/s]
     59%|#####9    | 100M/170M [00:01<00:00, 105MB/s]  
     66%|######5   | 112M/170M [00:01<00:00, 100MB/s]
     72%|#######2  | 123M/170M [00:01<00:00, 98.6MB/s]
     80%|########  | 136M/170M [00:01<00:00, 99.1MB/s]
     87%|########7 | 148M/170M [00:01<00:00, 106MB/s] 
     94%|#########3| 159M/170M [00:01<00:00, 108MB/s]
    100%|#########9| 169M/170M [00:01<00:00, 98.4MB/s]
    100%|##########| 170M/170M [00:01<00:00, 101MB/s] 
+
      0%|          | 0.00/170M [00:00<?, ?B/s]
      7%|7         | 11.9M/170M [00:00<00:01, 125MB/s]
     14%|#4        | 23.9M/170M [00:00<00:01, 109MB/s]
     20%|##        | 34.4M/170M [00:00<00:01, 94.3MB/s]
     27%|##7       | 46.7M/170M [00:00<00:01, 106MB/s] 
     34%|###3      | 57.1M/170M [00:00<00:01, 93.3MB/s]
     41%|####1     | 69.8M/170M [00:00<00:01, 105MB/s] 
     47%|####7     | 80.2M/170M [00:00<00:00, 103MB/s]
     53%|#####3    | 90.2M/170M [00:00<00:00, 96.0MB/s]
     60%|######    | 102M/170M [00:01<00:00, 104MB/s]  
     66%|######6   | 112M/170M [00:01<00:00, 91.7MB/s]
     74%|#######4  | 126M/170M [00:01<00:00, 104MB/s] 
     80%|########  | 136M/170M [00:01<00:00, 99.1MB/s]
     87%|########6 | 148M/170M [00:01<00:00, 104MB/s] 
     93%|#########3| 158M/170M [00:01<00:00, 103MB/s]
     99%|#########8| 168M/170M [00:01<00:00, 101MB/s]
    100%|##########| 170M/170M [00:01<00:00, 101MB/s]
     /venv/apache-tvm-py3.7/lib/python3.7/site-packages/torch/nn/functional.py:3897: 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)
     /venv/apache-tvm-py3.7/lib/python3.7/site-packages/torchvision/models/detection/anchor_utils.py:124: 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').
@@ -299,7 +299,7 @@ Get boxes with score larger than 0.9
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 3 minutes  27.556 seconds)
+   **Total running time of the script:** ( 3 minutes  28.697 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 c43b054a62..39c6a1219a 100644
--- a/docs/_sources/how_to/deploy_models/deploy_prequantized.rst.txt
+++ b/docs/_sources/how_to/deploy_models/deploy_prequantized.rst.txt
@@ -227,7 +227,7 @@ training. Other models require a full post training calibration.
     /venv/apache-tvm-py3.7/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and will be removed in 0.15. The current behavior is equivalent to passing `weights=MobileNet_V2_Weights.IMAGENET1K_V1`. You can also use `weights=MobileNet_V2_Weights.DEFAULT` to get the most up-to-date weights.
       warnings.warn(msg)
     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]
     59%|#####8    | 7.99M/13.6M [00:00<00:00, 64.6MB/s]
    100%|##########| 13.6M/13.6M [00:00<00:00, 93.8MB/s]
+
      0%|          | 0.00/13.6M [00:00<?, ?B/s]
    100%|##########| 13.6M/13.6M [00:00<00:00, 143MB/s]
 
 
 
@@ -409,7 +409,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.4616      90.3165      94.6651      90.0549       0.5140   
+      90.3077      90.2533      90.8413      90.0963       0.1718   
                
 
 
@@ -458,7 +458,7 @@ TODO
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  13.799 seconds)
+   **Total running time of the script:** ( 1 minutes  14.183 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 2a76e89d6f..e0f3e921f7 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
@@ -423,7 +423,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.6743     119.5340     125.3106     118.7616      0.7213   
+      120.8255     120.8463     121.4008     120.2592      0.2646   
                
 
 
@@ -460,7 +460,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:** ( 2 minutes  30.960 seconds)
+   **Total running time of the script:** ( 2 minutes  28.968 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 1c0425862d..6999939f0f 100644
--- a/docs/_sources/how_to/deploy_models/deploy_quantized.rst.txt
+++ b/docs/_sources/how_to/deploy_models/deploy_quantized.rst.txt
@@ -257,7 +257,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  40.857 seconds)
+   **Total running time of the script:** ( 1 minutes  27.171 seconds)
 
 
 .. _sphx_glr_download_how_to_deploy_models_deploy_quantized.py:
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 73e3afe95e..633bbb05d6 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
@@ -170,7 +170,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]
      5%|5         | 7045/132723 [00:00<00:01, 70438.82KB/s]
     12%|#1        | 15891/132723 [00:00<00:01, 81035.00KB/s]
     19%|#8        | 24732/132723 [00:00<00:01, 84400.02KB/s]
     25%|##4       | 33173/132723 [00:00<00:01, 64674.57KB/s]
     32%|###1      | 41996/132723 [00:00<00:01, 71781.26KB/s]
     38%|###8      | 50852/132723 [00:00<00:01, 76831.11KB/s]
     45%|####4     | 59620/132723 [00:00<00:00, 80091.26KB/s]
     52%|#####1    | 68471/132723 [00:00<00:00, 82619.56KB/s]
     58%|#####8    | 77329/132723 [00:00<00:00, 84403.74KB/s]
     65%|######4   | 86215/132723 [00:01<00:00, 85740.83KB/s]
     72%|#######1  | 95059/132723 [00:01<00:00, 86548.74KB/s]
     78%|#######8  | 103969/132723 [00:01<00:00, 87310.83KB/s]
     85%|########5 | 112861/132723 [00:01<00:00, 87792.60KB/s]
     92%|#########1| 121707/132723 [00:01<00:00, 87990.67KB/s]
     98%|#########8| 130579/132723 [00:01<00:00, 88206.36KB/s]
    100%|#######
 ###| 132723/132723 [00:01<00:00, 82765.82KB/s]
+
      0%|          | 0/132723 [00:00<?, ?KB/s]
      5%|4         | 6463/132723 [00:00<00:01, 64621.59KB/s]
     11%|#         | 14147/132723 [00:00<00:01, 71802.40KB/s]
     16%|#6        | 21813/132723 [00:00<00:01, 74012.77KB/s]
     22%|##2       | 29522/132723 [00:00<00:01, 75224.13KB/s]
     28%|##8       | 37218/132723 [00:00<00:01, 75835.59KB/s]
     34%|###3      | 44909/132723 [00:00<00:01, 76192.32KB/s]
     40%|###9      | 52668/132723 [00:00<00:01, 76646.86KB/s]
     46%|####5     | 60621/132723 [00:00<00:00, 77563.47KB/s]
     52%|#####1    | 68606/132723 [00:00<00:00, 78274.89KB/s]
     58%|#####7    | 76604/132723 [00:01<00:00, 78798.59KB/s]
     64%|######3   | 84611/132723 [00:01<00:00, 79186.13KB/s]
     70%|######9   | 92561/132723 [00:01<00:00, 79278.35KB/s]
     76%|#######5  | 100583/132723 [00:01<00:00, 79560.79KB/s]
     82%|########1 | 108565/132723 [00:01<00:00, 79637.50KB/s]
     88%|########7 | 116541/132723 [00:01<00:00, 79672.38KB/s]
     94%|########
 #3| 124561/132723 [00:01<00:00, 79828.11KB/s]
    100%|#########9| 132562/132723 [00:01<00:00, 79881.74KB/s]
    100%|##########| 132723/132723 [00:01<00:00, 77866.84KB/s]
 
 
 
@@ -246,7 +246,7 @@ Display result
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 3 minutes  35.155 seconds)
+   **Total running time of the script:** ( 3 minutes  35.758 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 b6c92b34f2..c6c4d6ffac 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,26 +5,26 @@
 
 Computation times
 =================
-**14:56.410** total execution time for **how_to_deploy_models** files:
+**14:43.676** total execution time for **how_to_deploy_models** files:
 
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_deploy_models_deploy_ssd_gluoncv.py` (``deploy_ssd_gluoncv.py``)                           | 03:35.155 | 0.0 MB |
+| :ref:`sphx_glr_how_to_deploy_models_deploy_ssd_gluoncv.py` (``deploy_ssd_gluoncv.py``)                           | 03:35.758 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_deploy_models_deploy_object_detection_pytorch.py` (``deploy_object_detection_pytorch.py``) | 03:27.556 | 0.0 MB |
+| :ref:`sphx_glr_how_to_deploy_models_deploy_object_detection_pytorch.py` (``deploy_object_detection_pytorch.py``) | 03:28.697 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_deploy_models_deploy_prequantized_tflite.py` (``deploy_prequantized_tflite.py``)           | 02:30.960 | 0.0 MB |
+| :ref:`sphx_glr_how_to_deploy_models_deploy_prequantized_tflite.py` (``deploy_prequantized_tflite.py``)           | 02:28.968 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_deploy_models_deploy_quantized.py` (``deploy_quantized.py``)                               | 01:40.857 | 0.0 MB |
+| :ref:`sphx_glr_how_to_deploy_models_deploy_quantized.py` (``deploy_quantized.py``)                               | 01:27.171 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_deploy_models_deploy_prequantized.py` (``deploy_prequantized.py``)                         | 01:13.799 | 0.0 MB |
+| :ref:`sphx_glr_how_to_deploy_models_deploy_prequantized.py` (``deploy_prequantized.py``)                         | 01:14.183 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_adreno.py` (``deploy_model_on_adreno.py``)                   | 00:53.705 | 0.0 MB |
+| :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_adreno.py` (``deploy_model_on_adreno.py``)                   | 00:53.782 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_android.py` (``deploy_model_on_android.py``)                 | 00:40.621 | 0.0 MB |
+| :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_android.py` (``deploy_model_on_android.py``)                 | 00:40.915 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_nano.py` (``deploy_model_on_nano.py``)                       | 00:27.093 | 0.0 MB |
+| :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_nano.py` (``deploy_model_on_nano.py``)                       | 00:27.212 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_rasp.py` (``deploy_model_on_rasp.py``)                       | 00:26.659 | 0.0 MB |
+| :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_rasp.py` (``deploy_model_on_rasp.py``)                       | 00:26.984 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
 | :ref:`sphx_glr_how_to_deploy_models_deploy_sparse.py` (``deploy_sparse.py``)                                     | 00:00.006 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
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 a29a24609c..1b3d649651 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
@@ -463,7 +463,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.zipc284f576-75fc-4dd1-87fd-ddce03ce8b37 from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/mobilenet0.25-9f83e440.zip...
+    Downloading /workspace/.mxnet/models/mobilenet0.25-9f83e440.zip8cad172a-71b8-443e-bf16-b13af25d53af 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 c800216e72..e71f4a8473 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,14 +5,14 @@
 
 Computation times
 =================
-**00:52.733** total execution time for **how_to_extend_tvm** files:
+**00:53.302** total execution time for **how_to_extend_tvm** files:
 
 +-------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_extend_tvm_bring_your_own_datatypes.py` (``bring_your_own_datatypes.py``) | 00:49.000 | 0.0 MB |
+| :ref:`sphx_glr_how_to_extend_tvm_bring_your_own_datatypes.py` (``bring_your_own_datatypes.py``) | 00:49.494 | 0.0 MB |
 +-------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_extend_tvm_use_pass_instrument.py` (``use_pass_instrument.py``)           | 00:02.660 | 0.0 MB |
+| :ref:`sphx_glr_how_to_extend_tvm_use_pass_instrument.py` (``use_pass_instrument.py``)           | 00:02.726 | 0.0 MB |
 +-------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_extend_tvm_use_pass_infra.py` (``use_pass_infra.py``)                     | 00:01.066 | 0.0 MB |
+| :ref:`sphx_glr_how_to_extend_tvm_use_pass_infra.py` (``use_pass_infra.py``)                     | 00:01.076 | 0.0 MB |
 +-------------------------------------------------------------------------------------------------+-----------+--------+
 | :ref:`sphx_glr_how_to_extend_tvm_low_level_custom_pass.py` (``low_level_custom_pass.py``)       | 00:00.007 | 0.0 MB |
 +-------------------------------------------------------------------------------------------------+-----------+--------+
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 ec0fab780f..55aee5587b 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
@@ -220,10 +220,10 @@ profile the execution time of each passes.
  .. code-block:: none
 
     Printing results of timing profile...
-    InferType: 21251us [21251us] (48.53%; 48.53%)
-    FoldScaleAxis: 22538us [9us] (51.47%; 51.47%)
-            FoldConstant: 22529us [1710us] (51.45%; 99.96%)
-                    InferType: 20819us [20819us] (47.54%; 92.41%)
+    InferType: 21860us [21860us] (49.21%; 49.21%)
+    FoldScaleAxis: 22558us [8us] (50.79%; 50.79%)
+            FoldConstant: 22550us [1755us] (50.77%; 99.96%)
+                    InferType: 20795us [20795us] (46.82%; 92.22%)
 
 
 
@@ -262,10 +262,10 @@ Refer to following sections and :py:func:`tvm.instrument.pass_instrument` for th
  .. code-block:: none
 
     Printing results of timing profile...
-    InferType: 20727us [20727us] (48.14%; 48.14%)
-    FoldScaleAxis: 22330us [6us] (51.86%; 51.86%)
-            FoldConstant: 22325us [1732us] (51.85%; 99.97%)
-                    InferType: 20593us [20593us] (47.83%; 92.24%)
+    InferType: 20889us [20889us] (48.20%; 48.20%)
+    FoldScaleAxis: 22447us [6us] (51.80%; 51.80%)
+            FoldConstant: 22441us [1817us] (51.78%; 99.97%)
+                    InferType: 20624us [20624us] (47.59%; 91.90%)
 
 
 
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 0861c6afaf..34976cd9df 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
@@ -331,7 +331,7 @@ latency of convolution.
 
  .. code-block:: none
 
-    Convolution: 39.232894 ms
+    Convolution: 47.999553 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 90a5c9657e..f98f64d7a4 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
@@ -602,7 +602,7 @@ be able to run on our build server
 
  .. code-block:: none
 
-    conv2d with tensor core: 13.368719 ms
+    conv2d with tensor core: 10.189472 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 0a2d8867b9..07ec684390 100644
--- a/docs/_sources/how_to/optimize_operators/opt_gemm.rst.txt
+++ b/docs/_sources/how_to/optimize_operators/opt_gemm.rst.txt
@@ -134,8 +134,8 @@ Then we write a baseline implementation, the simplest way to write a matrix mult
 
  .. code-block:: none
 
-    Numpy running time: 0.018515
-    Baseline: 3.232754
+    Numpy running time: 0.019155
+    Baseline: 3.470827
 
 
 
@@ -224,7 +224,7 @@ fill 32 * 32 * sizeof(float) which is 4KB in the cache whose total size is 32KB
 
  .. code-block:: none
 
-    Opt1: 0.304784
+    Opt1: 0.297680
 
 
 
@@ -312,7 +312,7 @@ In this tutorial, we chose to vectorize the inner loop row data since it is cach
 
  .. code-block:: none
 
-    Opt2: 0.335927
+    Opt2: 0.340056
 
 
 
@@ -397,7 +397,7 @@ the access pattern for A matrix is more cache friendly.
 
  .. code-block:: none
 
-    Opt3: 0.115428
+    Opt3: 0.117125
 
 
 
@@ -511,7 +511,7 @@ flattening.
 
  .. code-block:: none
 
-    Opt4: 0.109501
+    Opt4: 0.109383
 
 
 
@@ -620,7 +620,7 @@ write to C when all the block results are ready.
 
  .. code-block:: none
 
-    Opt5: 0.111203
+    Opt5: 0.111563
 
 
 
@@ -730,7 +730,7 @@ Furthermore, we can also utilize multi-core processors to do the thread-level pa
 
  .. code-block:: none
 
-    Opt6: 0.146464
+    Opt6: 0.146979
 
 
 
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 b776d719a2..15b6412fe6 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,12 +5,12 @@
 
 Computation times
 =================
-**00:34.352** total execution time for **how_to_optimize_operators** files:
+**00:35.194** total execution time for **how_to_optimize_operators** files:
 
 +-----------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_optimize_operators_opt_gemm.py` (``opt_gemm.py``)                       | 00:31.727 | 0.0 MB |
+| :ref:`sphx_glr_how_to_optimize_operators_opt_gemm.py` (``opt_gemm.py``)                       | 00:32.618 | 0.0 MB |
 +-----------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_optimize_operators_opt_conv_tensorcore.py` (``opt_conv_tensorcore.py``) | 00:01.563 | 0.0 MB |
+| :ref:`sphx_glr_how_to_optimize_operators_opt_conv_tensorcore.py` (``opt_conv_tensorcore.py``) | 00:01.494 | 0.0 MB |
 +-----------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_optimize_operators_opt_conv_cuda.py` (``opt_conv_cuda.py``)             | 00:01.062 | 0.0 MB |
+| :ref:`sphx_glr_how_to_optimize_operators_opt_conv_cuda.py` (``opt_conv_cuda.py``)             | 00:01.082 | 0.0 MB |
 +-----------------------------------------------------------------------------------------------+-----------+--------+
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 8e9dc4512d..694eef128c 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,18 +5,18 @@
 
 Computation times
 =================
-**09:28.269** total execution time for **how_to_tune_with_autoscheduler** files:
+**09:11.822** total execution time for **how_to_tune_with_autoscheduler** files:
 
 +----------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_conv2d_layer_cuda.py` (``tune_conv2d_layer_cuda.py``) | 05:34.610 | 0.0 MB |
+| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_conv2d_layer_cuda.py` (``tune_conv2d_layer_cuda.py``) | 05:30.408 | 0.0 MB |
 +----------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_x86.py` (``tune_network_x86.py``)             | 01:39.417 | 0.0 MB |
+| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_x86.py` (``tune_network_x86.py``)             | 01:39.673 | 0.0 MB |
 +----------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_cuda.py` (``tune_network_cuda.py``)           | 01:06.112 | 0.0 MB |
+| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_cuda.py` (``tune_network_cuda.py``)           | 01:06.190 | 0.0 MB |
 +----------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_sparse_x86.py` (``tune_sparse_x86.py``)               | 00:40.800 | 0.0 MB |
+| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_sparse_x86.py` (``tune_sparse_x86.py``)               | 00:28.113 | 0.0 MB |
 +----------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_arm.py` (``tune_network_arm.py``)             | 00:14.207 | 0.0 MB |
+| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_arm.py` (``tune_network_arm.py``)             | 00:14.236 | 0.0 MB |
 +----------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_mali.py` (``tune_network_mali.py``)           | 00:13.123 | 0.0 MB |
+| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_mali.py` (``tune_network_mali.py``)           | 00:13.202 | 0.0 MB |
 +----------------------------------------------------------------------------------------------------------+-----------+--------+
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 263028b588..f12d25656b 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
@@ -241,356 +241,629 @@ cooperative fetching, unrolling and operator fusion.
         def main(data: T.Buffer((1, 512, 7, 7), "float32"), kernel: T.Buffer((512, 512, 3, 3), "float32"), bias: T.Buffer((1, 512, 1, 1), "float32"), compute: T.Buffer((1, 512, 7, 7), "float32")):
             T.func_attr({"from_legacy_te_schedule": True, "global_symbol": "main", "tir.noalias": True})
             blockIdx_x = T.env_thread("blockIdx.x")
-            T.launch_thread(blockIdx_x, 32)
-            conv2d_nchw = T.allocate([14], "float32", "local")
-            pad_temp_shared = T.allocate([1008], "float32", "shared")
-            kernel_shared = T.allocate([768], "float32", "shared")
+            T.launch_thread(blockIdx_x, 128)
+            conv2d_nchw = T.allocate([4], "float32", "local")
+            pad_temp_shared = T.allocate([1568], "float32", "shared")
+            kernel_shared = T.allocate([128], "float32", "shared")
             threadIdx_x = T.env_thread("threadIdx.x")
-            T.launch_thread(threadIdx_x, 56)
+            T.launch_thread(threadIdx_x, 49)
             conv2d_nchw_1 = T.Buffer((4,), data=conv2d_nchw, scope="local", align=8)
             conv2d_nchw_1[0] = T.float32(0)
             conv2d_nchw_1[2] = T.float32(0)
-            conv2d_nchw_1[4] = T.float32(0)
-            conv2d_nchw_1[6] = T.float32(0)
-            conv2d_nchw_1[8] = T.float32(0)
-            conv2d_nchw_1[10] = T.float32(0)
-            conv2d_nchw_1[12] = T.float32(0)
             conv2d_nchw_1[1] = T.float32(0)
             conv2d_nchw_1[3] = T.float32(0)
-            conv2d_nchw_1[5] = T.float32(0)
-            conv2d_nchw_1[7] = T.float32(0)
-            conv2d_nchw_1[9] = T.float32(0)
-            conv2d_nchw_1[11] = T.float32(0)
-            conv2d_nchw_1[13] = T.float32(0)
-            for rc_outer_outer, rx_outer_outer in T.grid(32, 3):
-                cse_var_1: T.int32 = rc_outer_outer * 144
+            for rc_outer_outer, ry_outer_outer in T.grid(16, 3):
                 threadIdx_x_1 = T.env_thread("threadIdx.x")
-                pad_temp_shared_1 = T.Buffer((1008,), data=pad_temp_shared, scope="shared")
-                with T.launch_thread(threadIdx_x_1, 56):
-                    data_1 = T.Buffer((25088,), data=data.data)
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56] = T.if_then_else(1 <= threadIdx_x_1 * 8 % 9 and threadIdx_x_1 * 8 % 9 < 8 and 1 <= rx_outer_outer, data_1[rc_outer_outer * 784 + threadIdx_x_1 * 8 // 9 * 49 + threadIdx_x_1 * 8 % 9 * 7 + rx_outer_outer - 8], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 1] = T.if_then_else(1 <= threadIdx_x_1 * 8 % 9 and threadIdx_x_1 * 8 % 9 < 8, data_1[rc_outer_outer * 784 + threadIdx_x_1 * 8 // 9 * 49 + threadIdx_x_1 * 8 % 9 * 7 + rx_outer_outer - 7], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 2] = T.if_then_else(1 <= threadIdx_x_1 * 8 % 9 and threadIdx_x_1 * 8 % 9 < 8, data_1[rc_outer_outer * 784 + threadIdx_x_1 * 8 // 9 * 49 + threadIdx_x_1 * 8 % 9 * 7 + rx_outer_outer - 6], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 3] = T.if_then_else(1 <= threadIdx_x_1 * 8 % 9 and threadIdx_x_1 * 8 % 9 < 8, data_1[rc_outer_outer * 784 + threadIdx_x_1 * 8 // 9 * 49 + threadIdx_x_1 * 8 % 9 * 7 + rx_outer_outer - 5], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 4] = T.if_then_else(1 <= threadIdx_x_1 * 8 % 9 and threadIdx_x_1 * 8 % 9 < 8, data_1[rc_outer_outer * 784 + threadIdx_x_1 * 8 // 9 * 49 + threadIdx_x_1 * 8 % 9 * 7 + rx_outer_outer - 4], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 5] = T.if_then_else(1 <= threadIdx_x_1 * 8 % 9 and threadIdx_x_1 * 8 % 9 < 8, data_1[rc_outer_outer * 784 + threadIdx_x_1 * 8 // 9 * 49 + threadIdx_x_1 * 8 % 9 * 7 + rx_outer_outer - 3], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 6] = T.if_then_else(1 <= threadIdx_x_1 * 8 % 9 and threadIdx_x_1 * 8 % 9 < 8 and rx_outer_outer < 2, data_1[rc_outer_outer * 784 + threadIdx_x_1 * 8 // 9 * 49 + threadIdx_x_1 * 8 % 9 * 7 + rx_outer_outer - 2], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 7] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 1) % 9 and (threadIdx_x_1 * 8 + 1) % 9 < 8 and 1 <= rx_outer_outer, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 1) // 9 * 49 + (threadIdx_x_1 * 8 + 1) % 9 * 7 + rx_outer_outer - 8], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 8] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 1) % 9 and (threadIdx_x_1 * 8 + 1) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 1) // 9 * 49 + (threadIdx_x_1 * 8 + 1) % 9 * 7 + rx_outer_outer - 7], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 9] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 1) % 9 and (threadIdx_x_1 * 8 + 1) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 1) // 9 * 49 + (threadIdx_x_1 * 8 + 1) % 9 * 7 + rx_outer_outer - 6], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 10] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 1) % 9 and (threadIdx_x_1 * 8 + 1) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 1) // 9 * 49 + (threadIdx_x_1 * 8 + 1) % 9 * 7 + rx_outer_outer - 5], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 11] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 1) % 9 and (threadIdx_x_1 * 8 + 1) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 1) // 9 * 49 + (threadIdx_x_1 * 8 + 1) % 9 * 7 + rx_outer_outer - 4], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 12] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 1) % 9 and (threadIdx_x_1 * 8 + 1) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 1) // 9 * 49 + (threadIdx_x_1 * 8 + 1) % 9 * 7 + rx_outer_outer - 3], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 13] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 1) % 9 and (threadIdx_x_1 * 8 + 1) % 9 < 8 and rx_outer_outer < 2, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 1) // 9 * 49 + (threadIdx_x_1 * 8 + 1) % 9 * 7 + rx_outer_outer - 2], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 14] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 2) % 9 and (threadIdx_x_1 * 8 + 2) % 9 < 8 and 1 <= rx_outer_outer, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 2) // 9 * 49 + (threadIdx_x_1 * 8 + 2) % 9 * 7 + rx_outer_outer - 8], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 15] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 2) % 9 and (threadIdx_x_1 * 8 + 2) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 2) // 9 * 49 + (threadIdx_x_1 * 8 + 2) % 9 * 7 + rx_outer_outer - 7], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 16] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 2) % 9 and (threadIdx_x_1 * 8 + 2) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 2) // 9 * 49 + (threadIdx_x_1 * 8 + 2) % 9 * 7 + rx_outer_outer - 6], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 17] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 2) % 9 and (threadIdx_x_1 * 8 + 2) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 2) // 9 * 49 + (threadIdx_x_1 * 8 + 2) % 9 * 7 + rx_outer_outer - 5], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 18] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 2) % 9 and (threadIdx_x_1 * 8 + 2) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 2) // 9 * 49 + (threadIdx_x_1 * 8 + 2) % 9 * 7 + rx_outer_outer - 4], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 19] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 2) % 9 and (threadIdx_x_1 * 8 + 2) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 2) // 9 * 49 + (threadIdx_x_1 * 8 + 2) % 9 * 7 + rx_outer_outer - 3], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 20] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 2) % 9 and (threadIdx_x_1 * 8 + 2) % 9 < 8 and rx_outer_outer < 2, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 2) // 9 * 49 + (threadIdx_x_1 * 8 + 2) % 9 * 7 + rx_outer_outer - 2], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 21] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 3) % 9 and (threadIdx_x_1 * 8 + 3) % 9 < 8 and 1 <= rx_outer_outer, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 3) // 9 * 49 + (threadIdx_x_1 * 8 + 3) % 9 * 7 + rx_outer_outer - 8], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 22] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 3) % 9 and (threadIdx_x_1 * 8 + 3) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 3) // 9 * 49 + (threadIdx_x_1 * 8 + 3) % 9 * 7 + rx_outer_outer - 7], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 23] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 3) % 9 and (threadIdx_x_1 * 8 + 3) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 3) // 9 * 49 + (threadIdx_x_1 * 8 + 3) % 9 * 7 + rx_outer_outer - 6], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 24] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 3) % 9 and (threadIdx_x_1 * 8 + 3) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 3) // 9 * 49 + (threadIdx_x_1 * 8 + 3) % 9 * 7 + rx_outer_outer - 5], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 25] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 3) % 9 and (threadIdx_x_1 * 8 + 3) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 3) // 9 * 49 + (threadIdx_x_1 * 8 + 3) % 9 * 7 + rx_outer_outer - 4], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 26] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 3) % 9 and (threadIdx_x_1 * 8 + 3) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 3) // 9 * 49 + (threadIdx_x_1 * 8 + 3) % 9 * 7 + rx_outer_outer - 3], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 27] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 3) % 9 and (threadIdx_x_1 * 8 + 3) % 9 < 8 and rx_outer_outer < 2, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 3) // 9 * 49 + (threadIdx_x_1 * 8 + 3) % 9 * 7 + rx_outer_outer - 2], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 28] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 4) % 9 and (threadIdx_x_1 * 8 + 4) % 9 < 8 and 1 <= rx_outer_outer, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 4) // 9 * 49 + (threadIdx_x_1 * 8 + 4) % 9 * 7 + rx_outer_outer - 8], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 29] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 4) % 9 and (threadIdx_x_1 * 8 + 4) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 4) // 9 * 49 + (threadIdx_x_1 * 8 + 4) % 9 * 7 + rx_outer_outer - 7], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 30] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 4) % 9 and (threadIdx_x_1 * 8 + 4) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 4) // 9 * 49 + (threadIdx_x_1 * 8 + 4) % 9 * 7 + rx_outer_outer - 6], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 31] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 4) % 9 and (threadIdx_x_1 * 8 + 4) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 4) // 9 * 49 + (threadIdx_x_1 * 8 + 4) % 9 * 7 + rx_outer_outer - 5], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 32] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 4) % 9 and (threadIdx_x_1 * 8 + 4) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 4) // 9 * 49 + (threadIdx_x_1 * 8 + 4) % 9 * 7 + rx_outer_outer - 4], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 33] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 4) % 9 and (threadIdx_x_1 * 8 + 4) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 4) // 9 * 49 + (threadIdx_x_1 * 8 + 4) % 9 * 7 + rx_outer_outer - 3], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 34] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 4) % 9 and (threadIdx_x_1 * 8 + 4) % 9 < 8 and rx_outer_outer < 2, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 4) // 9 * 49 + (threadIdx_x_1 * 8 + 4) % 9 * 7 + rx_outer_outer - 2], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 35] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 5) % 9 and (threadIdx_x_1 * 8 + 5) % 9 < 8 and 1 <= rx_outer_outer, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 5) // 9 * 49 + (threadIdx_x_1 * 8 + 5) % 9 * 7 + rx_outer_outer - 8], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 36] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 5) % 9 and (threadIdx_x_1 * 8 + 5) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 5) // 9 * 49 + (threadIdx_x_1 * 8 + 5) % 9 * 7 + rx_outer_outer - 7], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 37] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 5) % 9 and (threadIdx_x_1 * 8 + 5) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 5) // 9 * 49 + (threadIdx_x_1 * 8 + 5) % 9 * 7 + rx_outer_outer - 6], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 38] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 5) % 9 and (threadIdx_x_1 * 8 + 5) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 5) // 9 * 49 + (threadIdx_x_1 * 8 + 5) % 9 * 7 + rx_outer_outer - 5], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 39] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 5) % 9 and (threadIdx_x_1 * 8 + 5) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 5) // 9 * 49 + (threadIdx_x_1 * 8 + 5) % 9 * 7 + rx_outer_outer - 4], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 40] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 5) % 9 and (threadIdx_x_1 * 8 + 5) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 5) // 9 * 49 + (threadIdx_x_1 * 8 + 5) % 9 * 7 + rx_outer_outer - 3], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 41] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 5) % 9 and (threadIdx_x_1 * 8 + 5) % 9 < 8 and rx_outer_outer < 2, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 5) // 9 * 49 + (threadIdx_x_1 * 8 + 5) % 9 * 7 + rx_outer_outer - 2], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 42] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 6) % 9 and (threadIdx_x_1 * 8 + 6) % 9 < 8 and 1 <= rx_outer_outer, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 6) // 9 * 49 + (threadIdx_x_1 * 8 + 6) % 9 * 7 + rx_outer_outer - 8], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 43] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 6) % 9 and (threadIdx_x_1 * 8 + 6) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 6) // 9 * 49 + (threadIdx_x_1 * 8 + 6) % 9 * 7 + rx_outer_outer - 7], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 44] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 6) % 9 and (threadIdx_x_1 * 8 + 6) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 6) // 9 * 49 + (threadIdx_x_1 * 8 + 6) % 9 * 7 + rx_outer_outer - 6], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 45] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 6) % 9 and (threadIdx_x_1 * 8 + 6) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 6) // 9 * 49 + (threadIdx_x_1 * 8 + 6) % 9 * 7 + rx_outer_outer - 5], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 46] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 6) % 9 and (threadIdx_x_1 * 8 + 6) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 6) // 9 * 49 + (threadIdx_x_1 * 8 + 6) % 9 * 7 + rx_outer_outer - 4], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 47] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 6) % 9 and (threadIdx_x_1 * 8 + 6) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 6) // 9 * 49 + (threadIdx_x_1 * 8 + 6) % 9 * 7 + rx_outer_outer - 3], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 48] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 6) % 9 and (threadIdx_x_1 * 8 + 6) % 9 < 8 and rx_outer_outer < 2, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 6) // 9 * 49 + (threadIdx_x_1 * 8 + 6) % 9 * 7 + rx_outer_outer - 2], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 49] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 7) % 9 and (threadIdx_x_1 * 8 + 7) % 9 < 8 and 1 <= rx_outer_outer, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 7) // 9 * 49 + (threadIdx_x_1 * 8 + 7) % 9 * 7 + rx_outer_outer - 8], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 50] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 7) % 9 and (threadIdx_x_1 * 8 + 7) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 7) // 9 * 49 + (threadIdx_x_1 * 8 + 7) % 9 * 7 + rx_outer_outer - 7], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 51] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 7) % 9 and (threadIdx_x_1 * 8 + 7) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 7) // 9 * 49 + (threadIdx_x_1 * 8 + 7) % 9 * 7 + rx_outer_outer - 6], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 52] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 7) % 9 and (threadIdx_x_1 * 8 + 7) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 7) // 9 * 49 + (threadIdx_x_1 * 8 + 7) % 9 * 7 + rx_outer_outer - 5], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 53] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 7) % 9 and (threadIdx_x_1 * 8 + 7) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 7) // 9 * 49 + (threadIdx_x_1 * 8 + 7) % 9 * 7 + rx_outer_outer - 4], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 54] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 7) % 9 and (threadIdx_x_1 * 8 + 7) % 9 < 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 7) // 9 * 49 + (threadIdx_x_1 * 8 + 7) % 9 * 7 + rx_outer_outer - 3], T.float32(0))
-                    if T.likely(threadIdx_x_1 < 18):
-                        pad_temp_shared_1[threadIdx_x_1 * 56 + 55] = T.if_then_else(1 <= (threadIdx_x_1 * 8 + 7) % 9 and (threadIdx_x_1 * 8 + 7) % 9 < 8 and rx_outer_outer < 2, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 7) // 9 * 49 + (threadIdx_x_1 * 8 + 7) % 9 * 7 + rx_outer_outer - 2], T.float32(0))
+                pad_temp_shared_1 = T.Buffer((1568,), data=pad_temp_shared, scope="shared")
+                data_1 = T.Buffer((25088,), data=data.data)
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 - 8], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 49] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 41], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 98] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 90], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 147] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 139], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 196] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 188], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 245] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 237], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 294] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 286], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 343] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 335], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 392] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 384], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 441] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 433], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 490] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 482], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 539] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 531], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 588] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 580], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 637] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 629], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 686] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 678], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 735] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 727], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 784] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 776], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 833] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 825], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 882] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 874], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 931] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 923], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 980] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 972], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1029] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1021], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1078] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1070], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1127] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1119], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1176] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1168], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1225] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1217], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1274] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1266], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1323] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1315], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1372] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1364], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1421] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1413], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1470] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1462], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1519] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and 1 <= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1511], T.float32(0))
                 threadIdx_x_2 = T.env_thread("threadIdx.x")
-                kernel_shared_1 = T.Buffer((768,), data=kernel_shared, scope="shared")
+                kernel_shared_1 = T.Buffer((128,), data=kernel_shared, scope="shared")
                 kernel_1 = T.Buffer((2359296,), data=kernel.data)
-                with T.launch_thread(threadIdx_x_2, 56):
-                    kernel_shared_1[threadIdx_x_2] = kernel_1[blockIdx_x * 73728 + threadIdx_x_2 // 48 * 4608 + cse_var_1 + threadIdx_x_2 % 48 * 3 + rx_outer_outer]
-                with T.launch_thread(threadIdx_x_2, 56):
-                    kernel_shared_1[threadIdx_x_2 + 56] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 56) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 + 8) % 48 // 3 * 9 + (threadIdx_x_2 + 2) % 3 * 3 + rx_outer_outer]
-                with T.launch_thread(threadIdx_x_2, 56):
-                    kernel_shared_1[threadIdx_x_2 + 112] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 112) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 + 16) % 48 // 3 * 9 + (threadIdx_x_2 + 1) % 3 * 3 + rx_outer_outer]
-                with T.launch_thread(threadIdx_x_2, 56):
-                    kernel_shared_1[threadIdx_x_2 + 168] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 168) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 // 3 + 8) % 16 * 9 + threadIdx_x_2 % 3 * 3 + rx_outer_outer]
-                with T.launch_thread(threadIdx_x_2, 56):
-                    kernel_shared_1[threadIdx_x_2 + 224] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 224) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 + 32) % 48 // 3 * 9 + (threadIdx_x_2 + 2) % 3 * 3 + rx_outer_outer]
-                with T.launch_thread(threadIdx_x_2, 56):
-                    kernel_shared_1[threadIdx_x_2 + 280] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 280) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 + 40) % 48 // 3 * 9 + (threadIdx_x_2 + 1) % 3 * 3 + rx_outer_outer]
-                with T.launch_thread(threadIdx_x_2, 56):
-                    kernel_shared_1[threadIdx_x_2 + 336] = kernel_1[blockIdx_x * 73728 + threadIdx_x_2 // 48 * 4608 + cse_var_1 + threadIdx_x_2 % 48 * 3 + rx_outer_outer + 32256]
-                with T.launch_thread(threadIdx_x_2, 56):
-                    kernel_shared_1[threadIdx_x_2 + 392] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 392) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 + 8) % 48 // 3 * 9 + (threadIdx_x_2 + 2) % 3 * 3 + rx_outer_outer]
-                with T.launch_thread(threadIdx_x_2, 56):
-                    kernel_shared_1[threadIdx_x_2 + 448] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 448) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 + 16) % 48 // 3 * 9 + (threadIdx_x_2 + 1) % 3 * 3 + rx_outer_outer]
-                with T.launch_thread(threadIdx_x_2, 56):
-                    kernel_shared_1[threadIdx_x_2 + 504] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 504) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 // 3 + 8) % 16 * 9 + threadIdx_x_2 % 3 * 3 + rx_outer_outer]
-                with T.launch_thread(threadIdx_x_2, 56):
-                    kernel_shared_1[threadIdx_x_2 + 560] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 560) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 + 32) % 48 // 3 * 9 + (threadIdx_x_2 + 2) % 3 * 3 + rx_outer_outer]
-                with T.launch_thread(threadIdx_x_2, 56):
-                    kernel_shared_1[threadIdx_x_2 + 616] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 616) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 + 40) % 48 // 3 * 9 + (threadIdx_x_2 + 1) % 3 * 3 + rx_outer_outer]
-                with T.launch_thread(threadIdx_x_2, 56):
-                    kernel_shared_1[threadIdx_x_2 + 672] = kernel_1[blockIdx_x * 73728 + threadIdx_x_2 // 48 * 4608 + cse_var_1 + threadIdx_x_2 % 48 * 3 + rx_outer_outer + 64512]
-                with T.launch_thread(threadIdx_x_2, 56):
-                    if T.likely(threadIdx_x_2 < 40):
-                        kernel_shared_1[threadIdx_x_2 + 728] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 728) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 + 8) % 48 // 3 * 9 + (threadIdx_x_2 + 2) % 3 * 3 + rx_outer_outer]
-                for rc_outer_inner in range(4):
-                    conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12]
-                    conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 1] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12]
-                    conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 2] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12]
-                    conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 3] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12]
-                    conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 4] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12]
-                    conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 5] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12]
-                    conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 6] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12]
-                    conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 63] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 3]
-                    conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 64] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 3]
-                    conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 65] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 3]
-                    conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 66] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 3]
-                    conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 67] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 3]
-                    conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 68] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 3]
-                    conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 69] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 3]
-                    conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 126] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 6]
-                    conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 127] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 6]
-                    conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 128] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 6]
-                    conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 129] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 6]
-                    conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 130] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 6]
-                    conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 131] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 6]
-                    conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 132] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 6]
-                    conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 189] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 9]
-                    conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 190] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 9]
-                    conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 191] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 9]
-                    conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 192] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 9]
-                    conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 193] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 9]
-                    conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 194] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 9]
-                    conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 195] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 9]
-                    conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 48]
-                    conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 1] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 48]
-                    conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 2] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 48]
-                    conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 3] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 48]
-                    conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 4] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 48]
-                    conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 5] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 48]
-                    conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 6] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 48]
-                    conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 63] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 51]
-                    conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 64] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 51]
-                    conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 65] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 51]
-                    conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 66] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 51]
-                    conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 67] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 51]
-                    conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 68] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 51]
-                    conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 69] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 51]
-                    conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 126] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 54]
-                    conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 127] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 54]
-                    conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 128] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 54]
-                    conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 129] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 54]
-                    conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 130] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 54]
-                    conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 131] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 54]
-                    conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 132] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 54]
-                    conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 189] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 57]
-                    conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 190] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 57]
-                    conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 191] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 57]
-                    conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 192] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 57]
-                    conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 193] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 57]
-                    conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 194] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 57]
-                    conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 195] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 57]
-                    conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 7] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 1]
-                    conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 8] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 1]
-                    conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 9] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 1]
-                    conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 10] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 1]
-                    conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 11] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 1]
-                    conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 12] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 1]
-                    conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 13] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 1]
-                    conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 70] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 4]
-                    conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 71] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 4]
-                    conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 72] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 4]
-                    conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 73] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 4]
-                    conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 74] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 4]
-                    conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 75] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 4]
-                    conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 76] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 4]
-                    conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 133] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 7]
-                    conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 134] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 7]
-                    conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 135] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 7]
-                    conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 136] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 7]
-                    conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 137] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 7]
-                    conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 138] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 7]
-                    conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 139] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 7]
-                    conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 196] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 10]
-                    conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 197] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 10]
-                    conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 198] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 10]
-                    conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 199] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 10]
-                    conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 200] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 10]
-                    conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 201] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 10]
-                    conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 202] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 10]
-                    conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 7] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 49]
-                    conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 8] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 49]
-                    conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 9] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 49]
-                    conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 10] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 49]
-                    conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 11] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 49]
-                    conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 12] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 49]
-                    conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 13] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 49]
-                    conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 70] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 52]
-                    conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 71] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 52]
-                    conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 72] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 52]
-                    conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 73] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 52]
-                    conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 74] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 52]
-                    conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 75] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 52]
-                    conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 76] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 52]
-                    conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 133] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 55]
-                    conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 134] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 55]
-                    conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 135] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 55]
-                    conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 136] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 55]
-                    conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 137] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 55]
-                    conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 138] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 55]
-                    conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 139] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 55]
-                    conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 196] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 58]
-                    conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 197] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 58]
-                    conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 198] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 58]
-                    conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 199] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 58]
-                    conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 200] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 58]
-                    conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 201] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 58]
-                    conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 202] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 58]
-                    conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 14] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 2]
-                    conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 15] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 2]
-                    conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 16] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 2]
-                    conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 17] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 2]
-                    conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 18] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 2]
-                    conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 19] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 2]
-                    conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 20] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 2]
-                    conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 77] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 5]
-                    conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 78] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 5]
-                    conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 79] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 5]
-                    conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 80] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 5]
-                    conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 81] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 5]
-                    conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 82] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 5]
-                    conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 83] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 5]
-                    conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 140] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 8]
-                    conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 141] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 8]
-                    conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 142] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 8]
-                    conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 143] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 8]
-                    conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 144] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 8]
-                    conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 145] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 8]
-                    conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 146] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 8]
-                    conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 203] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 11]
-                    conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 204] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 11]
-                    conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 205] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 11]
-                    conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 206] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 11]
-                    conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 207] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 11]
-                    conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 208] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 11]
-                    conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 209] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 11]
-                    conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 14] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 50]
-                    conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 15] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 50]
-                    conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 16] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 50]
-                    conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 17] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 50]
-                    conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 18] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 50]
-                    conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 19] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 50]
-                    conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 20] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 50]
-                    conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 77] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 53]
-                    conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 78] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 53]
-                    conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 79] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 53]
-                    conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 80] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 53]
-                    conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 81] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 53]
-                    conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 82] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 53]
-                    conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 83] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 53]
-                    conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 140] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 56]
-                    conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 141] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 56]
-                    conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 142] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 56]
-                    conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 143] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 56]
-                    conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 144] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 56]
-                    conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 145] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 56]
-                    conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 146] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 56]
-                    conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 203] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 59]
-                    conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 204] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 59]
-                    conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 205] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 59]
-                    conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 206] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 59]
-                    conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 207] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 59]
-                    conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 208] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 59]
-                    conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 209] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 59]
+                with T.launch_thread(threadIdx_x_2, 49):
+                    kernel_shared_1[threadIdx_x_2 * 2] = kernel_1[blockIdx_x * 18432 + threadIdx_x_2 // 16 * 4608 + rc_outer_outer * 288 + threadIdx_x_2 % 16 * 18 + ry_outer_outer * 3]
+                    kernel_shared_1[threadIdx_x_2 * 2 + 1] = kernel_1[blockIdx_x * 18432 + threadIdx_x_2 // 16 * 4608 + rc_outer_outer * 288 + threadIdx_x_2 % 16 * 18 + ry_outer_outer * 3 + 9]
+                with T.launch_thread(threadIdx_x_2, 49):
+                    if T.likely(threadIdx_x_2 < 15):
+                        cse_var_1: T.int32 = ry_outer_outer * 3
+                        kernel_shared_1[threadIdx_x_2 * 2 + 98] = kernel_1[blockIdx_x * 18432 + (threadIdx_x_2 + 49) // 16 * 4608 + rc_outer_outer * 288 + (threadIdx_x_2 * 2 + 2) * 9 + cse_var_1]
+                        kernel_shared_1[threadIdx_x_2 * 2 + 99] = kernel_1[blockIdx_x * 18432 + (threadIdx_x_2 + 49) // 16 * 4608 + rc_outer_outer * 288 + (threadIdx_x_2 * 2 + 3) * 9 + cse_var_1]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[0]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[64]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[32]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[96]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[1]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[65]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[33]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[97]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[2]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[66]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[34]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[98]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[3]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[67]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[35]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[99]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[4]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[68]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[36]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[100]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[5]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[69]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[37]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[101]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[6]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[70]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[38]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[102]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[7]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[71]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[39]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[103]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[8]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[72]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[40]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[104]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[9]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[73]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[41]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[105]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[10]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[74]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[42]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[106]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[11]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[75]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[43]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[107]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[12]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[76]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[44]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[108]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[13]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[77]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[45]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[109]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[14]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[78]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[46]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[110]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[15]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[79]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[47]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[111]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[16]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[80]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[48]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[112]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[17]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[81]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[49]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[113]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[18]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[82]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[50]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[114]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[19]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[83]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[51]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[115]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[20]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[84]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[52]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[116]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[21]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[85]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[53]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[117]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[22]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[86]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[54]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[118]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[23]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[87]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[55]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[119]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[24]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[88]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[56]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[120]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[25]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[89]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[57]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[121]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[26]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[90]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[58]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[122]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[27]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[91]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[59]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[123]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[28]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[92]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[60]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[124]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[29]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[93]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[61]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[125]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[30]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[94]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[62]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[126]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[31]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[95]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[63]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[127]
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 - 7], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 49] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 42], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 98] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 91], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 147] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 140], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 196] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 189], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 245] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 238], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 294] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 287], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 343] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 336], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 392] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 385], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 441] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 434], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 490] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 483], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 539] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 532], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 588] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 581], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 637] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 630], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 686] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 679], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 735] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 728], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 784] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 777], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 833] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 826], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 882] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 875], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 931] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 924], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 980] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 973], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1029] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1022], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1078] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1071], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1127] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1120], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1176] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1169], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1225] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1218], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1274] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1267], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1323] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1316], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1372] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1365], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1421] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1414], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1470] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1463], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1519] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1512], T.float32(0))
+                with T.launch_thread(threadIdx_x_2, 49):
+                    kernel_shared_1[threadIdx_x_2 * 2] = kernel_1[blockIdx_x * 18432 + threadIdx_x_2 // 16 * 4608 + rc_outer_outer * 288 + threadIdx_x_2 % 16 * 18 + ry_outer_outer * 3 + 1]
+                    kernel_shared_1[threadIdx_x_2 * 2 + 1] = kernel_1[blockIdx_x * 18432 + threadIdx_x_2 // 16 * 4608 + rc_outer_outer * 288 + threadIdx_x_2 % 16 * 18 + ry_outer_outer * 3 + 10]
+                with T.launch_thread(threadIdx_x_2, 49):
+                    if T.likely(threadIdx_x_2 < 15):
+                        cse_var_2: T.int32 = ry_outer_outer * 3
+                        kernel_shared_1[threadIdx_x_2 * 2 + 98] = kernel_1[blockIdx_x * 18432 + (threadIdx_x_2 + 49) // 16 * 4608 + rc_outer_outer * 288 + (threadIdx_x_2 * 2 + 2) * 9 + cse_var_2 + 1]
+                        kernel_shared_1[threadIdx_x_2 * 2 + 99] = kernel_1[blockIdx_x * 18432 + (threadIdx_x_2 + 49) // 16 * 4608 + rc_outer_outer * 288 + (threadIdx_x_2 * 2 + 3) * 9 + cse_var_2 + 1]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[0]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[64]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[32]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[96]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[1]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[65]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[33]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[97]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[2]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[66]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[34]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[98]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[3]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[67]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[35]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[99]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[4]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[68]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[36]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[100]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[5]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[69]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[37]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[101]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[6]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[70]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[38]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[102]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[7]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[71]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[39]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[103]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[8]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[72]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[40]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[104]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[9]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[73]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[41]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[105]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[10]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[74]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[42]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[106]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[11]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[75]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[43]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[107]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[12]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[76]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[44]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[108]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[13]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[77]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[45]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[109]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[14]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[78]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[46]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[110]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[15]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[79]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[47]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[111]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[16]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[80]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[48]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[112]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[17]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[81]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[49]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[113]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[18]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[82]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[50]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[114]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[19]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[83]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[51]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[115]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[20]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[84]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[52]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[116]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[21]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[85]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[53]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[117]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[22]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[86]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[54]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[118]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[23]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[87]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[55]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[119]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[24]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[88]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[56]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[120]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[25]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[89]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[57]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[121]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[26]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[90]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[58]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[122]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[27]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[91]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[59]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[123]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[28]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[92]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[60]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[124]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[29]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[93]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[61]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[125]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[30]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[94]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[62]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[126]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[31]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[95]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[63]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[127]
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 - 6], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 49] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 43], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 98] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 92], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 147] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 141], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 196] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 190], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 245] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 239], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 294] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 288], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 343] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 337], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 392] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 386], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 441] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 435], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 490] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 484], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 539] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 533], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 588] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 582], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 637] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 631], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 686] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 680], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 735] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 729], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 784] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 778], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 833] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 827], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 882] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 876], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 931] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 925], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 980] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 974], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1029] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1023], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1078] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1072], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1127] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1121], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1176] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1170], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1225] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1219], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1274] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1268], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1323] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1317], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1372] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1366], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1421] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1415], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1470] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1464], T.float32(0))
+                with T.launch_thread(threadIdx_x_1, 49):
+                    pad_temp_shared_1[threadIdx_x_1 + 1519] = T.if_then_else(1 <= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer < 8 and threadIdx_x_1 % 7 < 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1513], T.float32(0))
+                with T.launch_thread(threadIdx_x_2, 49):
+                    kernel_shared_1[threadIdx_x_2 * 2] = kernel_1[blockIdx_x * 18432 + threadIdx_x_2 // 16 * 4608 + rc_outer_outer * 288 + threadIdx_x_2 % 16 * 18 + ry_outer_outer * 3 + 2]
+                    kernel_shared_1[threadIdx_x_2 * 2 + 1] = kernel_1[blockIdx_x * 18432 + threadIdx_x_2 // 16 * 4608 + rc_outer_outer * 288 + threadIdx_x_2 % 16 * 18 + ry_outer_outer * 3 + 11]
+                with T.launch_thread(threadIdx_x_2, 49):
+                    if T.likely(threadIdx_x_2 < 15):
+                        cse_var_3: T.int32 = ry_outer_outer * 3
+                        kernel_shared_1[threadIdx_x_2 * 2 + 98] = kernel_1[blockIdx_x * 18432 + (threadIdx_x_2 + 49) // 16 * 4608 + rc_outer_outer * 288 + (threadIdx_x_2 * 2 + 2) * 9 + cse_var_3 + 2]
+                        kernel_shared_1[threadIdx_x_2 * 2 + 99] = kernel_1[blockIdx_x * 18432 + (threadIdx_x_2 + 49) // 16 * 4608 + rc_outer_outer * 288 + (threadIdx_x_2 * 2 + 3) * 9 + cse_var_3 + 2]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[0]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[64]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[32]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[96]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[1]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[65]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[33]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[97]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[2]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[66]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[34]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[98]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[3]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[67]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[35]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[99]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[4]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[68]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[36]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[100]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[5]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[69]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[37]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[101]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[6]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[70]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[38]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[102]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[7]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[71]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[39]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[103]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[8]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[72]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[40]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[104]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[9]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[73]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[41]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[105]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[10]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[74]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[42]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[106]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[11]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[75]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[43]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[107]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[12]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[76]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[44]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[108]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[13]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[77]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[45]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[109]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[14]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[78]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[46]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[110]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[15]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[79]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[47]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[111]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[16]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[80]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[48]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[112]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[17]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[81]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[49]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[113]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[18]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[82]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[50]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[114]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[19]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[83]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[51]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[115]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[20]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[84]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[52]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[116]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[21]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[85]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[53]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[117]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[22]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[86]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[54]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[118]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[23]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[87]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[55]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[119]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[24]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[88]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[56]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[120]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[25]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[89]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[57]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[121]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[26]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[90]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[58]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[122]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[27]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[91]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[59]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[123]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[28]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[92]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[60]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[124]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[29]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[93]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[61]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[125]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[30]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[94]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[62]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[126]
+                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[31]
+                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[95]
+                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[63]
+                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[127]
             for i1_inner in range(2):
                 compute_1 = T.Buffer((25088,), data=compute.data)
                 bias_1 = T.Buffer((512,), data=bias.data)
-                compute_1[blockIdx_x * 784 + threadIdx_x // 7 * 98 + i1_inner * 49 + threadIdx_x % 7 * 7] = T.max(conv2d_nchw_1[i1_inner] + bias_1[blockIdx_x * 16 + threadIdx_x // 7 * 2 + i1_inner], T.float32(0))
-                compute_1[blockIdx_x * 784 + threadIdx_x // 7 * 98 + i1_inner * 49 + threadIdx_x % 7 * 7 + 1] = T.max(conv2d_nchw_1[i1_inner + 2] + bias_1[blockIdx_x * 16 + threadIdx_x // 7 * 2 + i1_inner], T.float32(0))
-                compute_1[blockIdx_x * 784 + threadIdx_x // 7 * 98 + i1_inner * 49 + threadIdx_x % 7 * 7 + 2] = T.max(conv2d_nchw_1[i1_inner + 4] + bias_1[blockIdx_x * 16 + threadIdx_x // 7 * 2 + i1_inner], T.float32(0))
-                compute_1[blockIdx_x * 784 + threadIdx_x // 7 * 98 + i1_inner * 49 + threadIdx_x % 7 * 7 + 3] = T.max(conv2d_nchw_1[i1_inner + 6] + bias_1[blockIdx_x * 16 + threadIdx_x // 7 * 2 + i1_inner], T.float32(0))
-                compute_1[blockIdx_x * 784 + threadIdx_x // 7 * 98 + i1_inner * 49 + threadIdx_x % 7 * 7 + 4] = T.max(conv2d_nchw_1[i1_inner + 8] + bias_1[blockIdx_x * 16 + threadIdx_x // 7 * 2 + i1_inner], T.float32(0))
-                compute_1[blockIdx_x * 784 + threadIdx_x // 7 * 98 + i1_inner * 49 + threadIdx_x % 7 * 7 + 5] = T.max(conv2d_nchw_1[i1_inner + 10] + bias_1[blockIdx_x * 16 + threadIdx_x // 7 * 2 + i1_inner], T.float32(0))
-                compute_1[blockIdx_x * 784 + threadIdx_x // 7 * 98 + i1_inner * 49 + threadIdx_x % 7 * 7 + 6] = T.max(conv2d_nchw_1[i1_inner + 12] + bias_1[blockIdx_x * 16 + threadIdx_x // 7 * 2 + i1_inner], T.float32(0))
+                compute_1[blockIdx_x * 196 + i1_inner * 49 + threadIdx_x] = T.max(conv2d_nchw_1[i1_inner] + bias_1[blockIdx_x * 4 + i1_inner], T.float32(0))
+                compute_1[blockIdx_x * 196 + i1_inner * 49 + threadIdx_x + 98] = T.max(conv2d_nchw_1[i1_inner + 2] + bias_1[blockIdx_x * 4 + i1_inner + 2], T.float32(0))
 
 
 
@@ -640,7 +913,7 @@ We build the binary and check its correctness and performance.
 
  .. code-block:: none
 
-    Execution time of this operator: 0.383 ms
+    Execution time of this operator: 0.304 ms
 
 
 
@@ -690,20 +963,20 @@ They can be used for debugging and learning the behavior of the auto-scheduler.
     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_o_i, conv2d_nchw_ff_o_i = s[conv2d_nchw].split(conv2d_nchw_ff_o_i, factor=2)
-    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_ff_o_o_o_i, conv2d_nchw_ff_o_o_i = s[conv2d_nchw].split(conv2d_nchw_ff_o_o_i, factor=1)
+    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=2)
     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_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=4)
+    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=1)
+    conv2d_nchw_rc_o_o, conv2d_nchw_rc_o_i = s[conv2d_nchw].split(conv2d_nchw_rc_o_i, factor=32)
     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_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=1)
     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 [...]
@@ -711,14 +984,14 @@ They can be used for debugging and learning the behavior of the auto-scheduler.
     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=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_i1_o_o_i, compute_i1_o_i = s[compute].split(compute_i1_o_i, factor=1)
+    compute_i1_o_o_o, compute_i1_o_o_i = s[compute].split(compute_i1_o_o_i, factor=2)
     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_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])
@@ -735,14 +1008,14 @@ 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=2)
     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)
+    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=49)
     s[kernel_shared].bind(kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o_i, te.thread_axis("threadIdx.x"))
     pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused = s[pad_temp_shared].fuse(pad_temp_shared_ax0, pad_temp_shared_ax1, pad_temp_shared_ax2, pad_temp_shared_ax3)
-    pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o, pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused_i = s[pad_temp_shared].split(pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused, factor=56)
+    pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o, pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused_i = s[pad_temp_shared].split(pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused, factor=1)
     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)
+    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=49)
     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", 512)
     s[conv2d_nchw].pragma(conv2d_nchw_nn_o_o_o_o, "unroll_explicit", True)
@@ -762,392 +1035,525 @@ They can be used for debugging and learning the behavior of the auto-scheduler.
       #define int64_t long long
       #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[14];
-      __shared__ float pad_temp_shared[1008];
-      __shared__ float kernel_shared[768];
+    extern "C" __global__ void __launch_bounds__(49) default_function_kernel0(float* __restrict__ data, float* __restrict__ kernel, float* __restrict__ compute, float* __restrict__ bias) {
+      float conv2d_nchw[4];
+      __shared__ float pad_temp_shared[1568];
+      __shared__ float kernel_shared[128];
       conv2d_nchw[0] = 0.000000e+00f;
       conv2d_nchw[2] = 0.000000e+00f;
-      conv2d_nchw[4] = 0.000000e+00f;
-      conv2d_nchw[6] = 0.000000e+00f;
-      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 < 32; ++rc_outer_outer) {
-        for (int rx_outer_outer = 0; rx_outer_outer < 3; ++rx_outer_outer) {
+      for (int rc_outer_outer = 0; rc_outer_outer < 16; ++rc_outer_outer) {
+        for (int ry_outer_outer = 0; ry_outer_outer < 3; ++ry_outer_outer) {
           __syncthreads();
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[(((int)threadIdx.x) * 56)] = ((((1 <= ((((int)threadIdx.x) * 8) % 9)) && (((((int)threadIdx.x) * 8) % 9) < 8)) && (1 <= rx_outer_outer)) ? data[(((((rc_outer_outer * 784) + (((((int)threadIdx.x) * 8) / 9) * 49)) + (((((int)threadIdx.x) * 8) % 9) * 7)) + rx_outer_outer) - 8)] : 0.000000e+00f);
+          pad_temp_shared[((int)threadIdx.x)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) - 8)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 49)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 41)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 98)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 90)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 147)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 139)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 196)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 188)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 245)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 237)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 294)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 286)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 343)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 335)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 392)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 384)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 441)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 433)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 490)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 482)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 539)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 531)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 588)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 580)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 637)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 629)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 686)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 678)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 735)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 727)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 784)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 776)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 833)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 825)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 882)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 874)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 931)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 923)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 980)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 972)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1029)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1021)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1078)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1070)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1127)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1119)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1176)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1168)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1225)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1217)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1274)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1266)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1323)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1315)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1372)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1364)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1421)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1413)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1470)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1462)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1519)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && (1 <= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1511)] : 0.000000e+00f);
+          kernel_shared[(((int)threadIdx.x) * 2)] = kernel[(((((((int)blockIdx.x) * 18432) + ((((int)threadIdx.x) >> 4) * 4608)) + (rc_outer_outer * 288)) + ((((int)threadIdx.x) & 15) * 18)) + (ry_outer_outer * 3))];
+          kernel_shared[((((int)threadIdx.x) * 2) + 1)] = kernel[((((((((int)blockIdx.x) * 18432) + ((((int)threadIdx.x) >> 4) * 4608)) + (rc_outer_outer * 288)) + ((((int)threadIdx.x) & 15) * 18)) + (ry_outer_outer * 3)) + 9)];
+          if (((int)threadIdx.x) < 15) {
+            kernel_shared[((((int)threadIdx.x) * 2) + 98)] = kernel[((((((((int)blockIdx.x) * 18432) + (((((int)threadIdx.x) + 49) >> 4) * 4608)) + (rc_outer_outer * 288)) + (((int)threadIdx.x) * 18)) + (ry_outer_outer * 3)) + 18)];
+            kernel_shared[((((int)threadIdx.x) * 2) + 99)] = kernel[((((((((int)blockIdx.x) * 18432) + (((((int)threadIdx.x) + 49) >> 4) * 4608)) + (rc_outer_outer * 288)) + (((int)threadIdx.x) * 18)) + (ry_outer_outer * 3)) + 27)];
           }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 1)] = (((1 <= ((((int)threadIdx.x) * 8) % 9)) && (((((int)threadIdx.x) * 8) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + (((((int)threadIdx.x) * 8) / 9) * 49)) + (((((int)threadIdx.x) * 8) % 9) * 7)) + rx_outer_outer) - 7)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 2)] = (((1 <= ((((int)threadIdx.x) * 8) % 9)) && (((((int)threadIdx.x) * 8) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + (((((int)threadIdx.x) * 8) / 9) * 49)) + (((((int)threadIdx.x) * 8) % 9) * 7)) + rx_outer_outer) - 6)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 3)] = (((1 <= ((((int)threadIdx.x) * 8) % 9)) && (((((int)threadIdx.x) * 8) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + (((((int)threadIdx.x) * 8) / 9) * 49)) + (((((int)threadIdx.x) * 8) % 9) * 7)) + rx_outer_outer) - 5)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 4)] = (((1 <= ((((int)threadIdx.x) * 8) % 9)) && (((((int)threadIdx.x) * 8) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + (((((int)threadIdx.x) * 8) / 9) * 49)) + (((((int)threadIdx.x) * 8) % 9) * 7)) + rx_outer_outer) - 4)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 5)] = (((1 <= ((((int)threadIdx.x) * 8) % 9)) && (((((int)threadIdx.x) * 8) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + (((((int)threadIdx.x) * 8) / 9) * 49)) + (((((int)threadIdx.x) * 8) % 9) * 7)) + rx_outer_outer) - 3)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 6)] = ((((1 <= ((((int)threadIdx.x) * 8) % 9)) && (((((int)threadIdx.x) * 8) % 9) < 8)) && (rx_outer_outer < 2)) ? data[(((((rc_outer_outer * 784) + (((((int)threadIdx.x) * 8) / 9) * 49)) + (((((int)threadIdx.x) * 8) % 9) * 7)) + rx_outer_outer) - 2)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 7)] = ((((1 <= (((((int)threadIdx.x) * 8) + 1) % 9)) && ((((((int)threadIdx.x) * 8) + 1) % 9) < 8)) && (1 <= rx_outer_outer)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 1) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 1) % 9) * 7)) + rx_outer_outer) - 8)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 8)] = (((1 <= (((((int)threadIdx.x) * 8) + 1) % 9)) && ((((((int)threadIdx.x) * 8) + 1) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 1) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 1) % 9) * 7)) + rx_outer_outer) - 7)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 9)] = (((1 <= (((((int)threadIdx.x) * 8) + 1) % 9)) && ((((((int)threadIdx.x) * 8) + 1) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 1) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 1) % 9) * 7)) + rx_outer_outer) - 6)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 10)] = (((1 <= (((((int)threadIdx.x) * 8) + 1) % 9)) && ((((((int)threadIdx.x) * 8) + 1) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 1) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 1) % 9) * 7)) + rx_outer_outer) - 5)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 11)] = (((1 <= (((((int)threadIdx.x) * 8) + 1) % 9)) && ((((((int)threadIdx.x) * 8) + 1) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 1) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 1) % 9) * 7)) + rx_outer_outer) - 4)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 12)] = (((1 <= (((((int)threadIdx.x) * 8) + 1) % 9)) && ((((((int)threadIdx.x) * 8) + 1) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 1) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 1) % 9) * 7)) + rx_outer_outer) - 3)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 13)] = ((((1 <= (((((int)threadIdx.x) * 8) + 1) % 9)) && ((((((int)threadIdx.x) * 8) + 1) % 9) < 8)) && (rx_outer_outer < 2)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 1) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 1) % 9) * 7)) + rx_outer_outer) - 2)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 14)] = ((((1 <= (((((int)threadIdx.x) * 8) + 2) % 9)) && ((((((int)threadIdx.x) * 8) + 2) % 9) < 8)) && (1 <= rx_outer_outer)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 2) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 2) % 9) * 7)) + rx_outer_outer) - 8)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 15)] = (((1 <= (((((int)threadIdx.x) * 8) + 2) % 9)) && ((((((int)threadIdx.x) * 8) + 2) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 2) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 2) % 9) * 7)) + rx_outer_outer) - 7)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 16)] = (((1 <= (((((int)threadIdx.x) * 8) + 2) % 9)) && ((((((int)threadIdx.x) * 8) + 2) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 2) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 2) % 9) * 7)) + rx_outer_outer) - 6)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 17)] = (((1 <= (((((int)threadIdx.x) * 8) + 2) % 9)) && ((((((int)threadIdx.x) * 8) + 2) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 2) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 2) % 9) * 7)) + rx_outer_outer) - 5)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 18)] = (((1 <= (((((int)threadIdx.x) * 8) + 2) % 9)) && ((((((int)threadIdx.x) * 8) + 2) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 2) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 2) % 9) * 7)) + rx_outer_outer) - 4)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 19)] = (((1 <= (((((int)threadIdx.x) * 8) + 2) % 9)) && ((((((int)threadIdx.x) * 8) + 2) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 2) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 2) % 9) * 7)) + rx_outer_outer) - 3)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 20)] = ((((1 <= (((((int)threadIdx.x) * 8) + 2) % 9)) && ((((((int)threadIdx.x) * 8) + 2) % 9) < 8)) && (rx_outer_outer < 2)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 2) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 2) % 9) * 7)) + rx_outer_outer) - 2)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 21)] = ((((1 <= (((((int)threadIdx.x) * 8) + 3) % 9)) && ((((((int)threadIdx.x) * 8) + 3) % 9) < 8)) && (1 <= rx_outer_outer)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 3) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 3) % 9) * 7)) + rx_outer_outer) - 8)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 22)] = (((1 <= (((((int)threadIdx.x) * 8) + 3) % 9)) && ((((((int)threadIdx.x) * 8) + 3) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 3) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 3) % 9) * 7)) + rx_outer_outer) - 7)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 23)] = (((1 <= (((((int)threadIdx.x) * 8) + 3) % 9)) && ((((((int)threadIdx.x) * 8) + 3) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 3) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 3) % 9) * 7)) + rx_outer_outer) - 6)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 24)] = (((1 <= (((((int)threadIdx.x) * 8) + 3) % 9)) && ((((((int)threadIdx.x) * 8) + 3) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 3) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 3) % 9) * 7)) + rx_outer_outer) - 5)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 25)] = (((1 <= (((((int)threadIdx.x) * 8) + 3) % 9)) && ((((((int)threadIdx.x) * 8) + 3) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 3) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 3) % 9) * 7)) + rx_outer_outer) - 4)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 26)] = (((1 <= (((((int)threadIdx.x) * 8) + 3) % 9)) && ((((((int)threadIdx.x) * 8) + 3) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 3) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 3) % 9) * 7)) + rx_outer_outer) - 3)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 27)] = ((((1 <= (((((int)threadIdx.x) * 8) + 3) % 9)) && ((((((int)threadIdx.x) * 8) + 3) % 9) < 8)) && (rx_outer_outer < 2)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 3) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 3) % 9) * 7)) + rx_outer_outer) - 2)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 28)] = ((((1 <= (((((int)threadIdx.x) * 8) + 4) % 9)) && ((((((int)threadIdx.x) * 8) + 4) % 9) < 8)) && (1 <= rx_outer_outer)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 4) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 4) % 9) * 7)) + rx_outer_outer) - 8)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 29)] = (((1 <= (((((int)threadIdx.x) * 8) + 4) % 9)) && ((((((int)threadIdx.x) * 8) + 4) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 4) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 4) % 9) * 7)) + rx_outer_outer) - 7)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 30)] = (((1 <= (((((int)threadIdx.x) * 8) + 4) % 9)) && ((((((int)threadIdx.x) * 8) + 4) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 4) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 4) % 9) * 7)) + rx_outer_outer) - 6)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 31)] = (((1 <= (((((int)threadIdx.x) * 8) + 4) % 9)) && ((((((int)threadIdx.x) * 8) + 4) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 4) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 4) % 9) * 7)) + rx_outer_outer) - 5)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 32)] = (((1 <= (((((int)threadIdx.x) * 8) + 4) % 9)) && ((((((int)threadIdx.x) * 8) + 4) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 4) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 4) % 9) * 7)) + rx_outer_outer) - 4)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 33)] = (((1 <= (((((int)threadIdx.x) * 8) + 4) % 9)) && ((((((int)threadIdx.x) * 8) + 4) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 4) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 4) % 9) * 7)) + rx_outer_outer) - 3)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 34)] = ((((1 <= (((((int)threadIdx.x) * 8) + 4) % 9)) && ((((((int)threadIdx.x) * 8) + 4) % 9) < 8)) && (rx_outer_outer < 2)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 4) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 4) % 9) * 7)) + rx_outer_outer) - 2)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 35)] = ((((1 <= (((((int)threadIdx.x) * 8) + 5) % 9)) && ((((((int)threadIdx.x) * 8) + 5) % 9) < 8)) && (1 <= rx_outer_outer)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 5) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 5) % 9) * 7)) + rx_outer_outer) - 8)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 36)] = (((1 <= (((((int)threadIdx.x) * 8) + 5) % 9)) && ((((((int)threadIdx.x) * 8) + 5) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 5) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 5) % 9) * 7)) + rx_outer_outer) - 7)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 37)] = (((1 <= (((((int)threadIdx.x) * 8) + 5) % 9)) && ((((((int)threadIdx.x) * 8) + 5) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 5) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 5) % 9) * 7)) + rx_outer_outer) - 6)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 38)] = (((1 <= (((((int)threadIdx.x) * 8) + 5) % 9)) && ((((((int)threadIdx.x) * 8) + 5) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 5) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 5) % 9) * 7)) + rx_outer_outer) - 5)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 39)] = (((1 <= (((((int)threadIdx.x) * 8) + 5) % 9)) && ((((((int)threadIdx.x) * 8) + 5) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 5) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 5) % 9) * 7)) + rx_outer_outer) - 4)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 40)] = (((1 <= (((((int)threadIdx.x) * 8) + 5) % 9)) && ((((((int)threadIdx.x) * 8) + 5) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 5) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 5) % 9) * 7)) + rx_outer_outer) - 3)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 41)] = ((((1 <= (((((int)threadIdx.x) * 8) + 5) % 9)) && ((((((int)threadIdx.x) * 8) + 5) % 9) < 8)) && (rx_outer_outer < 2)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 5) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 5) % 9) * 7)) + rx_outer_outer) - 2)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 42)] = ((((1 <= (((((int)threadIdx.x) * 8) + 6) % 9)) && ((((((int)threadIdx.x) * 8) + 6) % 9) < 8)) && (1 <= rx_outer_outer)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 6) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 6) % 9) * 7)) + rx_outer_outer) - 8)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 43)] = (((1 <= (((((int)threadIdx.x) * 8) + 6) % 9)) && ((((((int)threadIdx.x) * 8) + 6) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 6) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 6) % 9) * 7)) + rx_outer_outer) - 7)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 44)] = (((1 <= (((((int)threadIdx.x) * 8) + 6) % 9)) && ((((((int)threadIdx.x) * 8) + 6) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 6) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 6) % 9) * 7)) + rx_outer_outer) - 6)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 45)] = (((1 <= (((((int)threadIdx.x) * 8) + 6) % 9)) && ((((((int)threadIdx.x) * 8) + 6) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 6) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 6) % 9) * 7)) + rx_outer_outer) - 5)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 46)] = (((1 <= (((((int)threadIdx.x) * 8) + 6) % 9)) && ((((((int)threadIdx.x) * 8) + 6) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 6) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 6) % 9) * 7)) + rx_outer_outer) - 4)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 47)] = (((1 <= (((((int)threadIdx.x) * 8) + 6) % 9)) && ((((((int)threadIdx.x) * 8) + 6) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 6) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 6) % 9) * 7)) + rx_outer_outer) - 3)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 48)] = ((((1 <= (((((int)threadIdx.x) * 8) + 6) % 9)) && ((((((int)threadIdx.x) * 8) + 6) % 9) < 8)) && (rx_outer_outer < 2)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 6) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 6) % 9) * 7)) + rx_outer_outer) - 2)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 49)] = ((((1 <= (((((int)threadIdx.x) * 8) + 7) % 9)) && ((((((int)threadIdx.x) * 8) + 7) % 9) < 8)) && (1 <= rx_outer_outer)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 7) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 7) % 9) * 7)) + rx_outer_outer) - 8)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 50)] = (((1 <= (((((int)threadIdx.x) * 8) + 7) % 9)) && ((((((int)threadIdx.x) * 8) + 7) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 7) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 7) % 9) * 7)) + rx_outer_outer) - 7)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 51)] = (((1 <= (((((int)threadIdx.x) * 8) + 7) % 9)) && ((((((int)threadIdx.x) * 8) + 7) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 7) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 7) % 9) * 7)) + rx_outer_outer) - 6)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 52)] = (((1 <= (((((int)threadIdx.x) * 8) + 7) % 9)) && ((((((int)threadIdx.x) * 8) + 7) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 7) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 7) % 9) * 7)) + rx_outer_outer) - 5)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 53)] = (((1 <= (((((int)threadIdx.x) * 8) + 7) % 9)) && ((((((int)threadIdx.x) * 8) + 7) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 7) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 7) % 9) * 7)) + rx_outer_outer) - 4)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 54)] = (((1 <= (((((int)threadIdx.x) * 8) + 7) % 9)) && ((((((int)threadIdx.x) * 8) + 7) % 9) < 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 7) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 7) % 9) * 7)) + rx_outer_outer) - 3)] : 0.000000e+00f);
-          }
-          if (((int)threadIdx.x) < 18) {
-            pad_temp_shared[((((int)threadIdx.x) * 56) + 55)] = ((((1 <= (((((int)threadIdx.x) * 8) + 7) % 9)) && ((((((int)threadIdx.x) * 8) + 7) % 9) < 8)) && (rx_outer_outer < 2)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 7) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 7) % 9) * 7)) + rx_outer_outer) - 2)] : 0.000000e+00f);
-          }
-          kernel_shared[((int)threadIdx.x)] = kernel[(((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((int)threadIdx.x) % 48) * 3)) + rx_outer_outer)];
-          kernel_shared[(((int)threadIdx.x) + 56)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 56) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((((int)threadIdx.x) + 8) % 48) / 3) * 9)) + (((((int)threadIdx.x) + 2) % 3) * 3)) + rx_outer_outer)];
-          kernel_shared[(((int)threadIdx.x) + 112)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 112) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((((int)threadIdx.x) + 16) % 48) / 3) * 9)) + (((((int)threadIdx.x) + 1) % 3) * 3)) + rx_outer_outer)];
-          kernel_shared[(((int)threadIdx.x) + 168)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 168) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((((int)threadIdx.x) / 3) + 8) & 15) * 9)) + ((((int)threadIdx.x) % 3) * 3)) + rx_outer_outer)];
-          kernel_shared[(((int)threadIdx.x) + 224)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 224) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((((int)threadIdx.x) + 32) % 48) / 3) * 9)) + (((((int)threadIdx.x) + 2) % 3) * 3)) + rx_outer_outer)];
-          kernel_shared[(((int)threadIdx.x) + 280)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 280) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((((int)threadIdx.x) + 40) % 48) / 3) * 9)) + (((((int)threadIdx.x) + 1) % 3) * 3)) + rx_outer_outer)];
-          kernel_shared[(((int)threadIdx.x) + 336)] = kernel[((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((int)threadIdx.x) % 48) * 3)) + rx_outer_outer) + 32256)];
-          kernel_shared[(((int)threadIdx.x) + 392)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 392) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((((int)threadIdx.x) + 8) % 48) / 3) * 9)) + (((((int)threadIdx.x) + 2) % 3) * 3)) + rx_outer_outer)];
-          kernel_shared[(((int)threadIdx.x) + 448)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 448) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((((int)threadIdx.x) + 16) % 48) / 3) * 9)) + (((((int)threadIdx.x) + 1) % 3) * 3)) + rx_outer_outer)];
-          kernel_shared[(((int)threadIdx.x) + 504)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 504) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((((int)threadIdx.x) / 3) + 8) & 15) * 9)) + ((((int)threadIdx.x) % 3) * 3)) + rx_outer_outer)];
-          kernel_shared[(((int)threadIdx.x) + 560)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 560) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((((int)threadIdx.x) + 32) % 48) / 3) * 9)) + (((((int)threadIdx.x) + 2) % 3) * 3)) + rx_outer_outer)];
-          kernel_shared[(((int)threadIdx.x) + 616)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 616) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((((int)threadIdx.x) + 40) % 48) / 3) * 9)) + (((((int)threadIdx.x) + 1) % 3) * 3)) + rx_outer_outer)];
-          kernel_shared[(((int)threadIdx.x) + 672)] = kernel[((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((int)threadIdx.x) % 48) * 3)) + rx_outer_outer) + 64512)];
-          if (((int)threadIdx.x) < 40) {
-            kernel_shared[(((int)threadIdx.x) + 728)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 728) / 48) * 4608)) + (rc_outer_outer * 144)) + (((((int)threadIdx.x) + 8) / 3) * 9)) + (((((int)threadIdx.x) + 2) % 3) * 3)) + rx_outer_outer)];
+          __syncthreads();
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[0]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[64]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[32]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[96]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[1]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[65]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[33]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[97]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[2]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[66]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[34]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[98]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[3]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[67]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[35]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[99]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[4]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[68]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[36]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[100]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[5]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[69]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[37]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[101]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[6]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[70]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[38]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[102]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[7]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[71]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[39]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[103]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[8]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[72]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[40]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[104]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[9]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[73]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[41]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[105]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[10]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[74]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[42]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[106]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[11]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[75]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[43]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[107]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[12]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[76]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[44]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[108]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[13]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[77]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[45]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[109]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[14]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[78]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[46]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[110]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[15]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[79]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[47]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[111]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[16]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[80]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[48]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[112]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[17]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[81]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[49]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[113]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[18]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[82]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[50]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[114]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[19]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[83]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[51]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[115]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[20]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[84]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[52]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[116]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[21]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[85]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[53]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[117]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[22]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[86]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[54]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[118]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[23]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[87]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[55]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[119]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[24]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[88]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[56]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[120]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[25]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[89]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[57]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[121]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[26]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[90]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[58]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[122]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[27]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[91]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[59]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[123]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[28]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[92]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[60]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[124]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[29]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[93]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[61]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[125]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[30]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[94]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[62]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[126]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[31]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[95]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[63]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[127]));
+          __syncthreads();
+          pad_temp_shared[((int)threadIdx.x)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) - 7)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 49)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 42)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 98)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 91)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 147)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 140)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 196)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 189)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 245)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 238)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 294)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 287)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 343)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 336)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 392)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 385)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 441)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 434)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 490)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 483)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 539)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 532)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 588)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 581)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 637)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 630)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 686)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 679)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 735)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 728)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 784)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 777)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 833)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 826)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 882)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 875)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 931)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 924)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 980)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 973)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1029)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1022)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1078)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1071)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1127)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1120)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1176)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1169)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1225)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1218)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1274)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1267)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1323)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1316)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1372)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1365)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1421)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1414)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1470)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1463)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1519)] = (((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1512)] : 0.000000e+00f);
+          kernel_shared[(((int)threadIdx.x) * 2)] = kernel[((((((((int)blockIdx.x) * 18432) + ((((int)threadIdx.x) >> 4) * 4608)) + (rc_outer_outer * 288)) + ((((int)threadIdx.x) & 15) * 18)) + (ry_outer_outer * 3)) + 1)];
+          kernel_shared[((((int)threadIdx.x) * 2) + 1)] = kernel[((((((((int)blockIdx.x) * 18432) + ((((int)threadIdx.x) >> 4) * 4608)) + (rc_outer_outer * 288)) + ((((int)threadIdx.x) & 15) * 18)) + (ry_outer_outer * 3)) + 10)];
+          if (((int)threadIdx.x) < 15) {
+            kernel_shared[((((int)threadIdx.x) * 2) + 98)] = kernel[((((((((int)blockIdx.x) * 18432) + (((((int)threadIdx.x) + 49) >> 4) * 4608)) + (rc_outer_outer * 288)) + (((int)threadIdx.x) * 18)) + (ry_outer_outer * 3)) + 19)];
+            kernel_shared[((((int)threadIdx.x) * 2) + 99)] = kernel[((((((((int)blockIdx.x) * 18432) + (((((int)threadIdx.x) + 49) >> 4) * 4608)) + (rc_outer_outer * 288)) + (((int)threadIdx.x) * 18)) + (ry_outer_outer * 3)) + 28)];
           }
           __syncthreads();
-          for (int rc_outer_inner = 0; rc_outer_inner < 4; ++rc_outer_inner) {
-            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7))] * kernel_shared[(((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12))]));
-            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 1)] * kernel_shared[(((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12))]));
-            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 2)] * kernel_shared[(((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12))]));
-            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 3)] * kernel_shared[(((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12))]));
-            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 4)] * kernel_shared[(((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12))]));
-            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 5)] * kernel_shared[(((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12))]));
-            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 6)] * kernel_shared[(((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12))]));
-            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 63)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 3)]));
-            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 64)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 3)]));
-            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 65)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 3)]));
-            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 66)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 3)]));
-            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 67)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 3)]));
-            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 68)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 3)]));
-            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 69)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 3)]));
-            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 126)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 6)]));
-            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 127)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 6)]));
-            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 128)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 6)]));
-            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 129)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 6)]));
-            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 130)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 6)]));
-            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 131)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 6)]));
-            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 132)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 6)]));
-            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 189)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 9)]));
-            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 190)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 9)]));
-            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 191)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 9)]));
-            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 192)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 9)]));
-            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 193)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 9)]));
-            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 194)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 9)]));
-            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 195)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 9)]));
-            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7))] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 48)]));
-            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 1)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 48)]));
-            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 2)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 48)]));
-            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 3)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 48)]));
-            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 4)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 48)]));
-            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 5)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 48)]));
-            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 6)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 48)]));
-            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 63)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 51)]));
-            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 64)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 51)]));
-            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 65)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 51)]));
-            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 66)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 51)]));
-            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 67)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 51)]));
-            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 68)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 51)]));
-            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 69)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 51)]));
-            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 126)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 54)]));
-            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 127)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 54)]));
-            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 128)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 54)]));
-            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 129)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 54)]));
-            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 130)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 54)]));
-            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 131)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 54)]));
-            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 132)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 54)]));
-            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 189)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 57)]));
-            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 190)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 57)]));
-            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 191)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 57)]));
-            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 192)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 57)]));
-            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 193)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 57)]));
-            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 194)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 57)]));
-            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 195)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 57)]));
-            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 7)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 1)]));
-            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 8)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 1)]));
-            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 9)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 1)]));
-            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 10)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 1)]));
-            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 11)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 1)]));
-            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 12)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 1)]));
-            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 13)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 1)]));
-            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 70)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 4)]));
-            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 71)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 4)]));
-            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 72)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 4)]));
-            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 73)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 4)]));
-            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 74)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 4)]));
-            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 75)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 4)]));
-            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 76)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 4)]));
-            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 133)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 7)]));
-            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 134)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 7)]));
-            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 135)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 7)]));
-            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 136)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 7)]));
-            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 137)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 7)]));
-            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 138)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 7)]));
-            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 139)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 7)]));
-            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 196)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 10)]));
-            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 197)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 10)]));
-            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 198)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 10)]));
-            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 199)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 10)]));
-            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 200)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 10)]));
-            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 201)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 10)]));
-            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 202)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 10)]));
-            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 7)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 49)]));
-            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 8)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 49)]));
-            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 9)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 49)]));
-            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 10)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 49)]));
-            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 11)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 49)]));
-            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 12)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 49)]));
-            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 13)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 49)]));
-            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 70)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 52)]));
-            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 71)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 52)]));
-            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 72)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 52)]));
-            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 73)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 52)]));
-            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 74)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 52)]));
-            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 75)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 52)]));
-            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 76)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 52)]));
-            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 133)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 55)]));
-            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 134)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 55)]));
-            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 135)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 55)]));
-            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 136)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 55)]));
-            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 137)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 55)]));
-            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 138)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 55)]));
-            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 139)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 55)]));
-            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 196)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 58)]));
-            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 197)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 58)]));
-            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 198)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 58)]));
-            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 199)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 58)]));
-            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 200)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 58)]));
-            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 201)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 58)]));
-            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 202)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 58)]));
-            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 14)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 2)]));
-            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 15)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 2)]));
-            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 16)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 2)]));
-            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 17)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 2)]));
-            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 18)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 2)]));
-            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 19)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 2)]));
-            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 20)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 2)]));
-            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 77)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 5)]));
-            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 78)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 5)]));
-            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 79)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 5)]));
-            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 80)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 5)]));
-            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 81)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 5)]));
-            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 82)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 5)]));
-            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 83)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 5)]));
-            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 140)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 8)]));
-            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 141)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 8)]));
-            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 142)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 8)]));
-            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 143)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 8)]));
-            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 144)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 8)]));
-            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 145)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 8)]));
-            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 146)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 8)]));
-            conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 203)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 11)]));
-            conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 204)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 11)]));
-            conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 205)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 11)]));
-            conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 206)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 11)]));
-            conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 207)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 11)]));
-            conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 208)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 11)]));
-            conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 209)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 11)]));
-            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 14)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 50)]));
-            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 15)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 50)]));
-            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 16)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 50)]));
-            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 17)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 50)]));
-            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 18)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 50)]));
-            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 19)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 50)]));
-            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 20)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 50)]));
-            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 77)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 53)]));
-            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 78)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 53)]));
-            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 79)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 53)]));
-            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 80)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 53)]));
-            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 81)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 53)]));
-            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 82)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 53)]));
-            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 83)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 53)]));
-            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 140)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 56)]));
-            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 141)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 56)]));
-            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 142)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 56)]));
-            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 143)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 56)]));
-            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 144)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 56)]));
-            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 145)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 56)]));
-            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 146)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 56)]));
-            conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 203)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 59)]));
-            conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 204)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 59)]));
-            conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 205)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 59)]));
-            conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 206)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 59)]));
-            conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 207)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 59)]));
-            conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 208)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 59)]));
-            conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 209)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 59)]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[0]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[64]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[32]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[96]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[1]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[65]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[33]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[97]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[2]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[66]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[34]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[98]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[3]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[67]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[35]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[99]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[4]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[68]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[36]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[100]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[5]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[69]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[37]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[101]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[6]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[70]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[38]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[102]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[7]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[71]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[39]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[103]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[8]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[72]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[40]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[104]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[9]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[73]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[41]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[105]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[10]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[74]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[42]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[106]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[11]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[75]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[43]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[107]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[12]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[76]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[44]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[108]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[13]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[77]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[45]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[109]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[14]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[78]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[46]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[110]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[15]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[79]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[47]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[111]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[16]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[80]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[48]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[112]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[17]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[81]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[49]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[113]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[18]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[82]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[50]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[114]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[19]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[83]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[51]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[115]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[20]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[84]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[52]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[116]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[21]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[85]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[53]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[117]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[22]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[86]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[54]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[118]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[23]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[87]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[55]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[119]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[24]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[88]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[56]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[120]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[25]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[89]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[57]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[121]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[26]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[90]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[58]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[122]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[27]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[91]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[59]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[123]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[28]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[92]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[60]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[124]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[29]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[93]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[61]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[125]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[30]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[94]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[62]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[126]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[31]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[95]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[63]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[127]));
+          __syncthreads();
+          pad_temp_shared[((int)threadIdx.x)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) - 6)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 49)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 43)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 98)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 92)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 147)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 141)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 196)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 190)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 245)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 239)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 294)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 288)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 343)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 337)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 392)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 386)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 441)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 435)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 490)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 484)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 539)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 533)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 588)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 582)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 637)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 631)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 686)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 680)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 735)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 729)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 784)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 778)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 833)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 827)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 882)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 876)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 931)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 925)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 980)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 974)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1029)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1023)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1078)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1072)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1127)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1121)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1176)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1170)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1225)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1219)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1274)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1268)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1323)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1317)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1372)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1366)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1421)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1415)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1470)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1464)] : 0.000000e+00f);
+          pad_temp_shared[(((int)threadIdx.x) + 1519)] = ((((1 <= ((((int)threadIdx.x) / 7) + ry_outer_outer)) && (((((int)threadIdx.x) / 7) + ry_outer_outer) < 8)) && ((((int)threadIdx.x) % 7) < 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1513)] : 0.000000e+00f);
+          kernel_shared[(((int)threadIdx.x) * 2)] = kernel[((((((((int)blockIdx.x) * 18432) + ((((int)threadIdx.x) >> 4) * 4608)) + (rc_outer_outer * 288)) + ((((int)threadIdx.x) & 15) * 18)) + (ry_outer_outer * 3)) + 2)];
+          kernel_shared[((((int)threadIdx.x) * 2) + 1)] = kernel[((((((((int)blockIdx.x) * 18432) + ((((int)threadIdx.x) >> 4) * 4608)) + (rc_outer_outer * 288)) + ((((int)threadIdx.x) & 15) * 18)) + (ry_outer_outer * 3)) + 11)];
+          if (((int)threadIdx.x) < 15) {
+            kernel_shared[((((int)threadIdx.x) * 2) + 98)] = kernel[((((((((int)blockIdx.x) * 18432) + (((((int)threadIdx.x) + 49) >> 4) * 4608)) + (rc_outer_outer * 288)) + (((int)threadIdx.x) * 18)) + (ry_outer_outer * 3)) + 20)];
+            kernel_shared[((((int)threadIdx.x) * 2) + 99)] = kernel[((((((((int)blockIdx.x) * 18432) + (((((int)threadIdx.x) + 49) >> 4) * 4608)) + (rc_outer_outer * 288)) + (((int)threadIdx.x) * 18)) + (ry_outer_outer * 3)) + 29)];
           }
+          __syncthreads();
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[0]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[64]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[32]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[96]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[1]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[65]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[33]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[97]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[2]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[66]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[34]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[98]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[3]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[67]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[35]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[99]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[4]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[68]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[36]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[100]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[5]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[69]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[37]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[101]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[6]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[70]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[38]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[102]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[7]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[71]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[39]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[103]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[8]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[72]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[40]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[104]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[9]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[73]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[41]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[105]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[10]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[74]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[42]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[106]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[11]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[75]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[43]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[107]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[12]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[76]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[44]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[108]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[13]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[77]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[45]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[109]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[14]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[78]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[46]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[110]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[15]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[79]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[47]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[111]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[16]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[80]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[48]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[112]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[17]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[81]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[49]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[113]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[18]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[82]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[50]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[114]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[19]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[83]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[51]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[115]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[20]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[84]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[52]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[116]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[21]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[85]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[53]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[117]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[22]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[86]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[54]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[118]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[23]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[87]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[55]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[119]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[24]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[88]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[56]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[120]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[25]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[89]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[57]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[121]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[26]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[90]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[58]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[122]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[27]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[91]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[59]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[123]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[28]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[92]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[60]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[124]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[29]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[93]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[61]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[125]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[30]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[94]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[62]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[126]));
+          conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[31]));
+          conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[95]));
+          conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[63]));
+          conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[127]));
         }
       }
       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) * 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)) + 1)] = 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) * 7)) + 2)] = 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) * 7)) + 3)] = 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) * 7)) + 4)] = 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) * 7)) + 5)] = 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) * 7)) + 6)] = max((conv2d_nchw[(i1_inner + 12)] + bias[(((((int)blockIdx.x) * 16) + ((((int)threadIdx.x) / 7) * 2)) + i1_inner)]), 0.000000e+00f);
+        compute[(((((int)blockIdx.x) * 196) + (i1_inner * 49)) + ((int)threadIdx.x))] = max((conv2d_nchw[i1_inner] + bias[((((int)blockIdx.x) * 4) + i1_inner)]), 0.000000e+00f);
+        compute[((((((int)blockIdx.x) * 196) + (i1_inner * 49)) + ((int)threadIdx.x)) + 98)] = max((conv2d_nchw[(i1_inner + 2)] + bias[(((((int)blockIdx.x) * 4) + i1_inner) + 2)]), 0.000000e+00f);
       }
     }
 
@@ -1209,7 +1615,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:** ( 5 minutes  34.610 seconds)
+   **Total running time of the script:** ( 5 minutes  30.408 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 beb58297f0..7ce6fb25c5 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
@@ -647,7 +647,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)  
-       7.8650       7.8617       7.8742       7.8589       0.0066   
+       7.8627       7.8645       7.8675       7.8563       0.0047   
                
 
 
@@ -675,7 +675,7 @@ Other Tips
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  6.112 seconds)
+   **Total running time of the script:** ( 1 minutes  6.190 seconds)
 
 
 .. _sphx_glr_download_how_to_tune_with_autoscheduler_tune_network_cuda.py:
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 a0e0077e96..87a1b21e0d 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
@@ -666,7 +666,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)  
-      747.3662     747.1039     748.5371     746.4578      0.8689   
+      755.1097     755.3283     757.1125     752.8884      1.7314   
                
 
 
@@ -694,7 +694,7 @@ Other Tips
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  39.417 seconds)
+   **Total running time of the script:** ( 1 minutes  39.673 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 0de188f845..866da263c0 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
@@ -386,86 +386,75 @@ layout transformation, parallelization, vectorization, unrolling, and operator f
         @T.prim_func
         def main(placeholder: T.Buffer((128, 256), "float32"), placeholder_1: T.Buffer((4916, 16, 1), "float32"), placeholder_2: T.Buffer((4916,), "int32"), placeholder_3: T.Buffer((33,), "int32"), placeholder_4: T.Buffer((128, 512), "float32"), compute: T.Buffer((128, 512), "float32")):
             T.func_attr({"from_legacy_te_schedule": True, "global_symbol": "main", "tir.noalias": True})
-            for i0_outer_i1_outer_fused in T.parallel(32):
-                compute_1 = T.allocate([2048], "float32", "global")
-                compute_2 = T.Buffer((2048,), data=compute_1)
-                for i_outer_inner in range(2):
-                    for i_inner_init in range(64):
-                        cse_var_1: T.int32 = i_outer_inner * 1024 + i_inner_init * 16
-                        compute_2[cse_var_1] = T.float32(0)
-                        compute_2[cse_var_1 + 1] = T.float32(0)
-                        compute_2[cse_var_1 + 2] = T.float32(0)
-                        compute_2[cse_var_1 + 3] = T.float32(0)
-                        compute_2[cse_var_1 + 4] = T.float32(0)
-                        compute_2[cse_var_1 + 5] = T.float32(0)
-                        compute_2[cse_var_1 + 6] = T.float32(0)
-                        compute_2[cse_var_1 + 7] = T.float32(0)
-                        compute_2[cse_var_1 + 8] = T.float32(0)
-                        compute_2[cse_var_1 + 9] = T.float32(0)
-                        compute_2[cse_var_1 + 10] = T.float32(0)
-                        compute_2[cse_var_1 + 11] = T.float32(0)
-                        compute_2[cse_var_1 + 12] = T.float32(0)
-                        compute_2[cse_var_1 + 13] = T.float32(0)
-                        compute_2[cse_var_1 + 14] = T.float32(0)
-                        compute_2[cse_var_1 + 15] = T.float32(0)
-                    for elem_idx, i_inner in T.grid(placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused], 64):
-                        placeholder_5 = T.Buffer((33,), "int32", data=placeholder_3.data)
-                        placeholder_6 = T.Buffer((78656,), data=placeholder_1.data)
-                        placeholder_7 = T.Buffer((32768,), data=placeholder.data)
-                        placeholder_8 = T.Buffer((4916,), "int32", data=placeholder_2.data)
-                        if T.likely(elem_idx < placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                            cse_var_2: T.int32 = i_outer_inner * 1024 + i_inner * 16
-                            compute_2[cse_var_2] = compute_2[cse_var_2] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                        if T.likely(elem_idx < placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                            cse_var_3: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 1
-                            compute_2[cse_var_3] = compute_2[cse_var_3] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 1] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                        if T.likely(elem_idx < placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                            cse_var_4: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 2
-                            compute_2[cse_var_4] = compute_2[cse_var_4] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 2] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                        if T.likely(elem_idx < placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                            cse_var_5: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 3
-                            compute_2[cse_var_5] = compute_2[cse_var_5] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 3] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                        if T.likely(elem_idx < placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                            cse_var_6: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 4
-                            compute_2[cse_var_6] = compute_2[cse_var_6] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 4] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                        if T.likely(elem_idx < placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                            cse_var_7: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 5
-                            compute_2[cse_var_7] = compute_2[cse_var_7] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 5] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                        if T.likely(elem_idx < placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                            cse_var_8: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 6
-                            compute_2[cse_var_8] = compute_2[cse_var_8] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 6] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                        if T.likely(elem_idx < placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                            cse_var_9: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 7
-                            compute_2[cse_var_9] = compute_2[cse_var_9] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 7] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                        if T.likely(elem_idx < placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                            cse_var_10: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 8
-                            compute_2[cse_var_10] = compute_2[cse_var_10] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 8] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                        if T.likely(elem_idx < placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                            cse_var_11: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 9
-                            compute_2[cse_var_11] = compute_2[cse_var_11] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 9] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                        if T.likely(elem_idx < placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                            cse_var_12: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 10
-                            compute_2[cse_var_12] = compute_2[cse_var_12] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 10] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                        if T.likely(elem_idx < placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                            cse_var_13: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 11
-                            compute_2[cse_var_13] = compute_2[cse_var_13] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 11] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                        if T.likely(elem_idx < placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                            cse_var_14: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 12
-                            compute_2[cse_var_14] = compute_2[cse_var_14] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 12] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                        if T.likely(elem_idx < placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                            cse_var_15: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 13
-                            compute_2[cse_var_15] = compute_2[cse_var_15] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 13] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                        if T.likely(elem_idx < placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                            cse_var_16: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 14
-                            compute_2[cse_var_16] = compute_2[cse_var_16] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 14] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                        if T.likely(elem_idx < placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                            cse_var_17: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 15
-                            compute_2[cse_var_17] = compute_2[cse_var_17] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 15] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                for i0_inner in range(128):
-                    cse_var_18: T.int32 = i0_inner * 512 + i0_outer_i1_outer_fused * 16
-                    compute_3 = T.Buffer((65536,), data=compute.data)
-                    placeholder_5 = T.Buffer((65536,), data=placeholder_4.data)
-                    compute_3[cse_var_18:cse_var_18 + 16] = T.max(compute_2[i0_inner * 16:i0_inner * 16 + 16] + placeholder_5[cse_var_18:cse_var_18 + 16], T.Broadcast(T.float32(0), 16))
+            for i0_outer in T.parallel(4):
+                compute_1 = T.allocate([1024], "float32", "global")
+                for i1_outer in range(16):
+                    compute_2 = T.Buffer((1024,), data=compute_1)
+                    for nb_j_inner in range(2):
+                        for i_inner_init in range(32):
+                            cse_var_1: T.int32 = i_inner_init * 32 + nb_j_inner * 16
+                            compute_2[cse_var_1] = T.float32(0)
+                            compute_2[cse_var_1 + 1] = T.float32(0)
+                            compute_2[cse_var_1 + 2] = T.float32(0)
+                            compute_2[cse_var_1 + 3] = T.float32(0)
+                            compute_2[cse_var_1 + 4] = T.float32(0)
+                            compute_2[cse_var_1 + 5] = T.float32(0)
+                            compute_2[cse_var_1 + 6] = T.float32(0)
+                            compute_2[cse_var_1 + 7] = T.float32(0)
+                            compute_2[cse_var_1 + 8] = T.float32(0)
+                            compute_2[cse_var_1 + 9] = T.float32(0)
+                            compute_2[cse_var_1 + 10] = T.float32(0)
+                            compute_2[cse_var_1 + 11] = T.float32(0)
+                            compute_2[cse_var_1 + 12] = T.float32(0)
+                            compute_2[cse_var_1 + 13] = T.float32(0)
+                            compute_2[cse_var_1 + 14] = T.float32(0)
+                            compute_2[cse_var_1 + 15] = T.float32(0)
+                        for elem_idx, i_inner in T.grid(T.let(cse_var_2, i1_outer * 2 + nb_j_inner, placeholder_5[cse_var_2 + 1] - placeholder_5[cse_var_2]), 32):
+                            cse_var_2 = T.var("int32")
+                            placeholder_5 = T.Buffer((33,), "int32", data=placeholder_3.data)
+                            cse_var_21: T.int32 = elem_idx * 16
+                            cse_var_20: T.int32 = i1_outer * 2 + nb_j_inner
+                            cse_var_19: T.int32 = i0_outer * 8192 + i_inner * 256
+                            cse_var_18: T.int32 = i_inner * 32 + nb_j_inner * 16
+                            cse_var_17: T.int32 = cse_var_18 + 9
+                            cse_var_16: T.int32 = cse_var_18 + 8
+                            cse_var_15: T.int32 = cse_var_18 + 7
+                            cse_var_14: T.int32 = cse_var_18 + 6
+                            cse_var_13: T.int32 = cse_var_18 + 5
+                            cse_var_12: T.int32 = cse_var_18 + 4
+                            cse_var_11: T.int32 = cse_var_18 + 3
+                            cse_var_10: T.int32 = cse_var_18 + 2
+                            cse_var_9: T.int32 = cse_var_18 + 15
+                            cse_var_8: T.int32 = cse_var_18 + 14
+                            cse_var_7: T.int32 = cse_var_18 + 13
+                            cse_var_6: T.int32 = cse_var_18 + 12
+                            cse_var_5: T.int32 = cse_var_18 + 11
+                            cse_var_4: T.int32 = cse_var_18 + 10
+                            cse_var_3: T.int32 = cse_var_18 + 1
+                            placeholder_6 = T.Buffer((78656,), data=placeholder_1.data)
+                            placeholder_7 = T.Buffer((32768,), data=placeholder.data)
+                            placeholder_8 = T.Buffer((4916,), "int32", data=placeholder_2.data)
+                            compute_2[cse_var_18] = compute_2[cse_var_18] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                            compute_2[cse_var_3] = compute_2[cse_var_3] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 1] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                            compute_2[cse_var_10] = compute_2[cse_var_10] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 2] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                            compute_2[cse_var_11] = compute_2[cse_var_11] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 3] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                            compute_2[cse_var_12] = compute_2[cse_var_12] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 4] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                            compute_2[cse_var_13] = compute_2[cse_var_13] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 5] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                            compute_2[cse_var_14] = compute_2[cse_var_14] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 6] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                            compute_2[cse_var_15] = compute_2[cse_var_15] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 7] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                            compute_2[cse_var_16] = compute_2[cse_var_16] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 8] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                            compute_2[cse_var_17] = compute_2[cse_var_17] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 9] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                            compute_2[cse_var_4] = compute_2[cse_var_4] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 10] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                            compute_2[cse_var_5] = compute_2[cse_var_5] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 11] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                            compute_2[cse_var_6] = compute_2[cse_var_6] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 12] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                            compute_2[cse_var_7] = compute_2[cse_var_7] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 13] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                            compute_2[cse_var_8] = compute_2[cse_var_8] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 14] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                            compute_2[cse_var_9] = compute_2[cse_var_9] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 15] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                    for i0_inner in range(32):
+                        cse_var_22: T.int32 = i0_outer * 16384 + i0_inner * 512 + i1_outer * 32
+                        compute_3 = T.Buffer((65536,), data=compute.data)
+                        placeholder_5 = T.Buffer((65536,), data=placeholder_4.data)
+                        compute_3[cse_var_22:cse_var_22 + 32] = T.max(compute_2[i0_inner * 32:i0_inner * 32 + 32] + placeholder_5[cse_var_22:cse_var_22 + 32], T.Broadcast(T.float32(0), 32))
 
 
 
@@ -515,7 +504,7 @@ We build the binary and check its correctness and performance.
 
  .. code-block:: none
 
-    Execution time of this operator: 1.827 ms
+    Execution time of this operator: 1.775 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 73c88e05ce..b29d8341e5 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,12 +5,12 @@
 
 Computation times
 =================
-**00:27.181** total execution time for **how_to_tune_with_autotvm** files:
+**00:29.529** total execution time for **how_to_tune_with_autotvm** files:
 
 +--------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_tune_with_autotvm_tune_conv2d_cuda.py` (``tune_conv2d_cuda.py``)           | 00:27.145 | 0.0 MB |
+| :ref:`sphx_glr_how_to_tune_with_autotvm_tune_conv2d_cuda.py` (``tune_conv2d_cuda.py``)           | 00:29.495 | 0.0 MB |
 +--------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_tune_with_autotvm_tune_relay_x86.py` (``tune_relay_x86.py``)               | 00:00.022 | 0.0 MB |
+| :ref:`sphx_glr_how_to_tune_with_autotvm_tune_relay_x86.py` (``tune_relay_x86.py``)               | 00:00.021 | 0.0 MB |
 +--------------------------------------------------------------------------------------------------+-----------+--------+
 | :ref:`sphx_glr_how_to_tune_with_autotvm_tune_relay_cuda.py` (``tune_relay_cuda.py``)             | 00:00.005 | 0.0 MB |
 +--------------------------------------------------------------------------------------------------+-----------+--------+
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 54e43001b2..82af352955 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
@@ -390,7 +390,7 @@ for this template
       File "tvm/_ffi/_cython/./packed_func.pxi", line 56, in tvm._ffi._cy3.core.tvm_callback
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 875, 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, 2, 16]), ('tile_y', [-1, 7, 1, 1]), ('tile_x', [-1, 1, 1, 7]), ('tile_rc', [-1, 16, 8]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 0), ('unroll_explicit', 1)],None,6500953
+    tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 64, 2, 1]), ('tile_y', [-1, 1, 7, 1]), ('tile_x', [-1, 1, 7, 1]), ('tile_rc', [-1, 256, 1]), ('tile_ry', [-1, 1, 3]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 512), ('unroll_explicit', 0)],None,3321576
     No: 2   GFLOPS: 0.00/0.00       result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 592, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
@@ -513,7 +513,7 @@ for this template
       File "tvm/_ffi/_cython/./packed_func.pxi", line 56, in tvm._ffi._cy3.core.tvm_callback
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 875, 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, 16, 8, 2]), ('tile_y', [-1, 1, 7, 1]), ('tile_x', [-1, 7, 1, 1]), ('tile_rc', [-1, 4, 8]), ('tile_ry', [-1, 1, 3]), ('tile_rx', [-1, 1, 1]), ('auto_unroll_max_step', 0), ('unroll_explicit', 1)],None,5717883
+    tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 8, 8, 2]), ('tile_y', [-1, 1, 1, 7]), ('tile_x', [-1, 7, 1, 1]), ('tile_rc', [-1, 8, 64]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 0)],None,4236182
     No: 3   GFLOPS: 0.00/0.00       result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 592, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
@@ -636,7 +636,7 @@ for this template
       File "tvm/_ffi/_cython/./packed_func.pxi", line 56, in tvm._ffi._cy3.core.tvm_callback
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 875, 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, 16, 2]), ('tile_y', [-1, 7, 1, 1]), ('tile_x', [-1, 1, 1, 7]), ('tile_rc', [-1, 16, 32]), ('tile_ry', [-1, 1, 3]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 1)],None,10418626
+    tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 64, 8, 1]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 1, 7, 1]), ('tile_rc', [-1, 32, 16]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 512), ('unroll_explicit', 1)],None,8463873
     No: 4   GFLOPS: 0.00/0.00       result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 592, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
@@ -759,9 +759,8 @@ for this template
       File "tvm/_ffi/_cython/./packed_func.pxi", line 56, in tvm._ffi._cy3.core.tvm_callback
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 875, 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, 16, 1, 32]), ('tile_y', [-1, 1, 1, 7]), ('tile_x', [-1, 7, 1, 1]), ('tile_rc', [-1, 64, 1]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 0)],None,4282049
-    No: 5   GFLOPS: 55.23/55.23     result: MeasureResult(costs=(0.004191678666666667,), error_no=MeasureErrorNo.NO_ERROR, all_cost=2.290860414505005, timestamp=1674648479.445705) [('tile_f', [-1, 1, 64, 4]), ('tile_y', [-1, 7, 1, 1]), ('tile_x', [-1, 1, 1, 7]), ('tile_rc', [-1, 4, 1]), ('tile_ry', [-1, 1, 3]), ('tile_rx', [-1, 1, 1]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 1)],None,9109233
-    No: 6   GFLOPS: 0.00/55.23      result: Traceback (most recent call last):
+    tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 1, 32, 2]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 7, 1, 1]), ('tile_rc', [-1, 2, 64]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 512), ('unroll_explicit', 1)],None,7713290
+    No: 5   GFLOPS: 0.00/0.00       result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 592, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 544, in _build_func_common
@@ -883,8 +882,8 @@ for this template
       File "tvm/_ffi/_cython/./packed_func.pxi", line 56, in tvm._ffi._cy3.core.tvm_callback
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 875, 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, 2, 128]), ('tile_y', [-1, 7, 1, 1]), ('tile_x', [-1, 1, 1, 7]), ('tile_rc', [-1, 8, 1]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 1, 1]), ('auto_unroll_max_step', 0), ('unroll_explicit', 0)],None,207234
-    No: 7   GFLOPS: 0.00/55.23      result: Traceback (most recent call last):
+    tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 2, 16, 16]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 1, 7, 1]), ('tile_rc', [-1, 1, 128]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 0), ('unroll_explicit', 0)],None,1529623
+    No: 6   GFLOPS: 0.00/0.00       result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 592, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 544, in _build_func_common
@@ -1006,8 +1005,8 @@ for this template
       File "tvm/_ffi/_cython/./packed_func.pxi", line 56, in tvm._ffi._cy3.core.tvm_callback
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 875, 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, 256, 1]), ('tile_y', [-1, 1, 1, 7]), ('tile_x', [-1, 1, 7, 1]), ('tile_rc', [-1, 128, 4]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 1, 1]), ('auto_unroll_max_step', 512), ('unroll_explicit', 0)],None,2029993
-    No: 8   GFLOPS: 0.00/55.23      result: Traceback (most recent call last):
+    tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 1, 128, 2]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 1, 1, 7]), ('tile_rc', [-1, 512, 1]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 0)],None,4100017
+    No: 7   GFLOPS: 0.00/0.00       result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 592, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 544, in _build_func_common
@@ -1129,12 +1128,9 @@ for this template
       File "tvm/_ffi/_cython/./packed_func.pxi", line 56, in tvm._ffi._cy3.core.tvm_callback
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 875, 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, 16]), ('tile_y', [-1, 7, 1, 1]), ('tile_x', [-1, 1, 7, 1]), ('tile_rc', [-1, 16, 16]), ('tile_ry', [-1, 1, 3]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 0), ('unroll_explicit', 0)],None,1103922
-    No: 9   GFLOPS: 27.51/55.23     result: MeasureResult(costs=(0.008414402583333333,), error_no=MeasureErrorNo.NO_ERROR, all_cost=3.1393074989318848, timestamp=1674648483.7522187)       [('tile_f', [-1, 64, 1, 1]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 1, 1, 1]), ('tile_rc', [-1, 2, 1]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 1)],None,9877126
-    No: 10  GFLOPS: 31.85/55.23     result: MeasureResult(costs=(0.0072692777857142855,), error_no=MeasureErrorNo.NO_ERROR, all_cost=2.873112916946411, timestamp=1674648484.5286293)       [('tile_f', [-1, 32, 4, 1]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 1, 1, 7]), ('tile_rc', [-1, 16, 1]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 1)],None,9309544
-    No: 11  GFLOPS: 228.53/228.53   result: MeasureResult(costs=(0.0010130230606060606,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.5445051193237305, timestamp=1674648485.2542942)      [('tile_f', [-1, 4, 4, 1]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 7, 1, 1]), ('tile_rc', [-1, 2, 1]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 0)],None,4844421
-    No: 12  GFLOPS: 436.89/436.89   result: MeasureResult(costs=(0.0005298873639344263,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.8932838439941406, timestamp=1674648486.267551)       [('tile_f', [-1, 2, 32, 1]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 1, 7, 1]), ('tile_rc', [-1, 2, 4]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 1)],None,9945801
-    No: 13  GFLOPS: 0.00/436.89     result: Traceback (most recent call last):
+    tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 1, 1, 2]), ('tile_y', [-1, 1, 1, 7]), ('tile_x', [-1, 1, 1, 7]), ('tile_rc', [-1, 4, 64]), ('tile_ry', [-1, 1, 3]), ('tile_rx', [-1, 1, 1]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 0)],None,4040795
+    No: 8   GFLOPS: 5.00/5.00       result: MeasureResult(costs=(0.04626729575,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.5704848766326904, timestamp=1674658480.744044)       [('tile_f', [-1, 16, 2, 2]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 1, 1, 1]), ('tile_rc', [-1, 16, 1]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 512), ('unroll_explicit', 0)],None,3111748
+    No: 9   GFLOPS: 0.00/5.00       result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 592, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 544, in _build_func_common
@@ -1256,8 +1252,8 @@ for this template
       File "tvm/_ffi/_cython/./packed_func.pxi", line 56, in tvm._ffi._cy3.core.tvm_callback
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 875, 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, 64, 4]), ('tile_y', [-1, 7, 1, 1]), ('tile_x', [-1, 1, 1, 7]), ('tile_rc', [-1, 8, 4]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 512), ('unroll_explicit', 0)],None,2597234
-    No: 14  GFLOPS: 0.00/436.89     result: Traceback (most recent call last):
+    tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 1, 4, 64]), ('tile_y', [-1, 1, 7, 1]), ('tile_x', [-1, 1, 1, 1]), ('tile_rc', [-1, 32, 4]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 0), ('unroll_explicit', 1)],None,6667527
+    No: 10  GFLOPS: 0.00/5.00       result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 592, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 544, in _build_func_common
@@ -1379,8 +1375,8 @@ for this template
       File "tvm/_ffi/_cython/./packed_func.pxi", line 56, in tvm._ffi._cy3.core.tvm_callback
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 875, 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, 256, 1, 1]), ('tile_y', [-1, 1, 1, 7]), ('tile_x', [-1, 1, 1, 1]), ('tile_rc', [-1, 64, 8]), ('tile_ry', [-1, 1, 3]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 1)],None,10377628
-    No: 15  GFLOPS: 0.00/436.89     result: Traceback (most recent call last):
+    tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 1, 4, 64]), ('tile_y', [-1, 1, 7, 1]), ('tile_x', [-1, 7, 1, 1]), ('tile_rc', [-1, 16, 1]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 1, 1]), ('auto_unroll_max_step', 0), ('unroll_explicit', 0)],None,209207
+    No: 11  GFLOPS: 0.00/5.00       result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 592, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 544, in _build_func_common
@@ -1502,8 +1498,8 @@ for this template
       File "tvm/_ffi/_cython/./packed_func.pxi", line 56, in tvm._ffi._cy3.core.tvm_callback
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 875, 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, 2, 1]), ('tile_y', [-1, 7, 1, 1]), ('tile_x', [-1, 1, 7, 1]), ('tile_rc', [-1, 64, 8]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 1, 1]), ('auto_unroll_max_step', 512), ('unroll_explicit', 0)],None,2054152
-    No: 16  GFLOPS: 0.00/436.89     result: Traceback (most recent call last):
+    tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 1, 8, 16]), ('tile_y', [-1, 7, 1, 1]), ('tile_x', [-1, 1, 1, 7]), ('tile_rc', [-1, 16, 16]), ('tile_ry', [-1, 1, 3]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 0)],None,4589599
+    No: 12  GFLOPS: 0.00/5.00       result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 592, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 544, in _build_func_common
@@ -1625,8 +1621,8 @@ for this template
       File "tvm/_ffi/_cython/./packed_func.pxi", line 56, in tvm._ffi._cy3.core.tvm_callback
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 875, 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, 4]), ('tile_y', [-1, 1, 1, 7]), ('tile_x', [-1, 1, 1, 1]), ('tile_rc', [-1, 8, 32]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 512), ('unroll_explicit', 1)],None,8283346
-    No: 17  GFLOPS: 0.00/436.89     result: Traceback (most recent call last):
+    tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 64, 4, 1]), ('tile_y', [-1, 1, 7, 1]), ('tile_x', [-1, 1, 1, 7]), ('tile_rc', [-1, 64, 4]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 1, 1]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 1)],None,8803105
+    No: 13  GFLOPS: 0.00/5.00       result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 592, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 544, in _build_func_common
@@ -1748,8 +1744,8 @@ for this template
       File "tvm/_ffi/_cython/./packed_func.pxi", line 56, in tvm._ffi._cy3.core.tvm_callback
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 875, 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, 64, 1]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 1, 1, 7]), ('tile_rc', [-1, 1, 256]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 1, 1]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 1)],None,9091325
-    No: 18  GFLOPS: 0.00/436.89     result: Traceback (most recent call last):
+    tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 2, 2, 2]), ('tile_y', [-1, 1, 1, 7]), ('tile_x', [-1, 1, 1, 1]), ('tile_rc', [-1, 2, 256]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 0), ('unroll_explicit', 0)],None,768085
+    No: 14  GFLOPS: 0.00/5.00       result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 592, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 544, in _build_func_common
@@ -1871,8 +1867,8 @@ for this template
       File "tvm/_ffi/_cython/./packed_func.pxi", line 56, in tvm._ffi._cy3.core.tvm_callback
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 875, 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, 1, 256]), ('tile_y', [-1, 1, 7, 1]), ('tile_x', [-1, 1, 7, 1]), ('tile_rc', [-1, 8, 16]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 1, 1]), ('auto_unroll_max_step', 512), ('unroll_explicit', 0)],None,1875056
-    No: 19  GFLOPS: 0.00/436.89     result: Traceback (most recent call last):
+    tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 4, 8, 4]), ('tile_y', [-1, 7, 1, 1]), ('tile_x', [-1, 1, 7, 1]), ('tile_rc', [-1, 4, 32]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 1)],None,9442743
+    No: 15  GFLOPS: 0.00/5.00       result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 592, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 544, in _build_func_common
@@ -1994,8 +1990,8 @@ for this template
       File "tvm/_ffi/_cython/./packed_func.pxi", line 56, in tvm._ffi._cy3.core.tvm_callback
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 875, 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, 2, 8]), ('tile_y', [-1, 1, 1, 7]), ('tile_x', [-1, 1, 1, 1]), ('tile_rc', [-1, 16, 8]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 0), ('unroll_explicit', 1)],None,6111528
-    No: 20  GFLOPS: 0.00/436.89     result: Traceback (most recent call last):
+    tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 4, 16, 8]), ('tile_y', [-1, 7, 1, 1]), ('tile_x', [-1, 1, 1, 1]), ('tile_rc', [-1, 8, 8]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 1)],None,9979580
+    No: 16  GFLOPS: 0.00/5.00       result: Traceback (most recent call last):
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 592, in __call__
         func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 544, in _build_func_common
@@ -2117,7 +2113,133 @@ for this template
       File "tvm/_ffi/_cython/./packed_func.pxi", line 56, in tvm._ffi._cy3.core.tvm_callback
       File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 875, 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, 1]), ('tile_y', [-1, 1, 1, 7]), ('tile_x', [-1, 7, 1, 1]), ('tile_rc', [-1, 4, 64]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 0), ('unroll_explicit', 0)],None,1328620
+    tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [('tile_f', [-1, 32, 1, 1]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 1, 1, 7]), ('tile_rc', [-1, 32, 16]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 512), ('unroll_explicit', 0)],None,3043925
+    No: 17  GFLOPS: 7.94/7.94       result: MeasureResult(costs=(0.0291491755,), error_no=MeasureErrorNo.NO_ERROR, all_cost=7.622623682022095, timestamp=1674658488.9437804)        [('tile_f', [-1, 4, 2, 4]), ('tile_y', [-1, 7, 1, 1]), ('tile_x', [-1, 1, 1, 1]), ('tile_rc', [-1, 1, 32]), ('tile_ry', [-1, 1, 3]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 0)],None,5174730
+    No: 18  GFLOPS: 0.00/7.94       result: Traceback (most recent call last):
+      File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 592, in __call__
+        func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
+      File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 544, in _build_func_common
+        func = build(s, args, target_host=task.target_host, runtime=runtime)
+      File "/workspace/python/tvm/driver/build_module.py", line 227, in build
+        input_mod = lower(inputs, args, name=name, binds=binds)
+      File "/workspace/python/tvm/driver/build_module.py", line 134, in lower
+        return ffi.lower_schedule(inp, args, name, binds, simple_mode)
+      File "tvm/_ffi/_cython/./packed_func.pxi", line 331, in tvm._ffi._cy3.core.PackedFuncBase.__call__
+      File "tvm/_ffi/_cython/./packed_func.pxi", line 276, in tvm._ffi._cy3.core.FuncCall
+      File "tvm/_ffi/_cython/./base.pxi", line 181, in tvm._ffi._cy3.core.CHECK_CALL
+    tvm._ffi.base.TVMError: Traceback (most recent call last):
+      24: TVMFuncCall
+            at ../src/runtime/c_runtime_api.cc:477
+      23: tvm::runtime::PackedFuncObj::CallPacked(tvm::runtime::TVMArgs, tvm::runtime::TVMRetValue*) const
+            at ../include/tvm/runtime/packed_func.h:1217
+      22: Call
+            at ../include/tvm/runtime/packed_func.h:1213
+      21: operator()
+            at ../include/tvm/runtime/packed_func.h:1730
+      20: unpack_call<tvm::IRModule, 5, tvm::<lambda(tvm::te::Schedule, const tvm::runtime::Array<tvm::runtime::ObjectRef>&, const tvm::runtime::String&, const tvm::runtime::Map<tvm::te::Tensor, tvm::tir::Buffer>&, bool)> >
+            at ../include/tvm/runtime/packed_func.h:1670
+      19: run<>
+            at ../include/tvm/runtime/packed_func.h:1630
+      18: run<tvm::runtime::TVMMovableArgValueWithContext_>
+            at ../include/tvm/runtime/packed_func.h:1630
+      17: run<tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_>
+            at ../include/tvm/runtime/packed_func.h:1630
+      16: run<tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_>
+            at ../include/tvm/runtime/packed_func.h:1630
+      15: run<tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_>
+            at ../include/tvm/runtime/packed_func.h:1630
+      14: run<tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_>
+            at ../include/tvm/runtime/packed_func.h:1645
+      13: operator()
+            at ../src/driver/driver_api.cc:395
+      12: tvm::LowerSchedule(tvm::te::Schedule, tvm::runtime::Array<tvm::runtime::ObjectRef, void> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::unordered_map<tvm::te::Tensor, tvm::tir::Buffer, std::hash<tvm::te::Tensor>, std::equal_to<tvm::te::Tensor>, std::allocator<std::pair<tvm::te::Tensor const, tvm::tir::Buffer> > > const&, tvm::GlobalVarSupply, bool)
+            at ../src/driver/driver_api.cc:381
+      11: tvm::LowerWithPassList(tvm::IRModule, tvm::runtime::Array<tvm::transform::Pass, void>)
+            at ../src/driver/driver_api.cc:276
+      10: tvm::transform::Pass::operator()(tvm::IRModule) const
+            at ../src/ir/transform.cc:258
+      9: tvm::transform::Pass::operator()(tvm::IRModule, tvm::transform::PassContext const&) const
+            at ../src/ir/transform.cc:274
+      8: tvm::transform::SequentialNode::operator()(tvm::IRModule, tvm::transform::PassContext const&) const
+            at ../src/ir/transform.cc:451
+      7: tvm::transform::Pass::operator()(tvm::IRModule, tvm::transform::PassContext const&) const
+            at ../src/ir/transform.cc:274
+      6: tvm::tir::transform::PrimFuncPassNode::operator()(tvm::IRModule, tvm::transform::PassContext const&) const
+            at ../src/tir/ir/transform.cc:100
+      5: tvm::runtime::TypedPackedFunc<tvm::tir::PrimFunc (tvm::tir::PrimFunc, tvm::IRModule, tvm::transform::PassContext)>::operator()(tvm::tir::PrimFunc, tvm::IRModule, tvm::transform::PassContext) const
+            at ../include/tvm/runtime/packed_func.h:1749
+      4: tvm::tir::PrimFunc tvm::runtime::detail::typed_packed_call_dispatcher<tvm::tir::PrimFunc>::run<tvm::tir::PrimFunc, tvm::IRModule, tvm::transform::PassContext>(tvm::runtime::PackedFunc const&, tvm::tir::PrimFunc&&, tvm::IRModule&&, tvm::transform::PassContext&&)
+            at ../include/tvm/runtime/packed_func.h:1693
+      3: tvm::runtime::TVMRetValue tvm::runtime::PackedFunc::operator()<tvm::tir::PrimFunc, tvm::IRModule, tvm::transform::PassContext>(tvm::tir::PrimFunc&&, tvm::IRModule&&, tvm::transform::PassContext&&) const
+            at ../include/tvm/runtime/packed_func.h:1617
+      2: tvm::runtime::PackedFuncObj::CallPacked(tvm::runtime::TVMArgs, tvm::runtime::TVMRetValue*) const
+            at ../include/tvm/runtime/packed_func.h:1217
+      1: Call
+            at ../include/tvm/runtime/packed_func.h:1213
+      0: operator()
+            at ../src/runtime/c_runtime_api.cc:534
+      File "tvm/_ffi/_cython/./packed_func.pxi", line 56, in tvm._ffi._cy3.core.tvm_callback
+      File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 875, in verify_pass
+        raise InstantiationError("Skipped because of invalid gpu kernel")
+    tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel
+
+    Traceback (most recent call last):
+      24: TVMFuncCall
+            at ../src/runtime/c_runtime_api.cc:477
+      23: tvm::runtime::PackedFuncObj::CallPacked(tvm::runtime::TVMArgs, tvm::runtime::TVMRetValue*) const
+            at ../include/tvm/runtime/packed_func.h:1217
+      22: Call
+            at ../include/tvm/runtime/packed_func.h:1213
+      21: operator()
+            at ../include/tvm/runtime/packed_func.h:1730
+      20: unpack_call<tvm::IRModule, 5, tvm::<lambda(tvm::te::Schedule, const tvm::runtime::Array<tvm::runtime::ObjectRef>&, const tvm::runtime::String&, const tvm::runtime::Map<tvm::te::Tensor, tvm::tir::Buffer>&, bool)> >
+            at ../include/tvm/runtime/packed_func.h:1670
+      19: run<>
+            at ../include/tvm/runtime/packed_func.h:1630
+      18: run<tvm::runtime::TVMMovableArgValueWithContext_>
+            at ../include/tvm/runtime/packed_func.h:1630
+      17: run<tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_>
+            at ../include/tvm/runtime/packed_func.h:1630
+      16: run<tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_>
+            at ../include/tvm/runtime/packed_func.h:1630
+      15: run<tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_>
+            at ../include/tvm/runtime/packed_func.h:1630
+      14: run<tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_>
+            at ../include/tvm/runtime/packed_func.h:1645
+      13: operator()
+            at ../src/driver/driver_api.cc:395
+      12: tvm::LowerSchedule(tvm::te::Schedule, tvm::runtime::Array<tvm::runtime::ObjectRef, void> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::unordered_map<tvm::te::Tensor, tvm::tir::Buffer, std::hash<tvm::te::Tensor>, std::equal_to<tvm::te::Tensor>, std::allocator<std::pair<tvm::te::Tensor const, tvm::tir::Buffer> > > const&, tvm::GlobalVarSupply, bool)
+            at ../src/driver/driver_api.cc:381
+      11: tvm::LowerWithPassList(tvm::IRModule, tvm::runtime::Array<tvm::transform::Pass, void>)
+            at ../src/driver/driver_api.cc:276
+      10: tvm::transform::Pass::operator()(tvm::IRModule) const
+            at ../src/ir/transform.cc:258
+      9: tvm::transform::Pass::operator()(tvm::IRModule, tvm::transform::PassContext const&) const
+            at ../src/ir/transform.cc:274
+      8: tvm::transform::SequentialNode::operator()(tvm::IRModule, tvm::transform::PassContext const&) const
+            at ../src/ir/transform.cc:451
+      7: tvm::transform::Pass::operator()(tvm::IRModule, tvm::transform::PassContext const&) const
+            at ../src/ir/transform.cc:274
+      6: tvm::tir::transform::PrimFuncPassNode::operator()(tvm::IRModule, tvm::transform::PassContext const&) const
+            at ../src/tir/ir/transform.cc:100
+      5: tvm::runtime::TypedPackedFunc<tvm::tir::PrimFunc (tvm::tir::PrimFunc, tvm::IRModule, tvm::transform::PassContext)>::operator()(tvm::tir::PrimFunc, tvm::IRModule, tvm::transform::PassContext) const
+            at ../include/tvm/runtime/packed_func.h:1749
+      4: tvm::tir::PrimFunc tvm::runtime::detail::typed_packed_call_dispatcher<tvm::tir::PrimFunc>::run<tvm::tir::PrimFunc, tvm::IRModule, tvm::transform::PassContext>(tvm::runtime::PackedFunc const&, tvm::tir::PrimFunc&&, tvm::IRModule&&, tvm::transform::PassContext&&)
+            at ../include/tvm/runtime/packed_func.h:1693
+      3: tvm::runtime::TVMRetValue tvm::runtime::PackedFunc::operator()<tvm::tir::PrimFunc, tvm::IRModule, tvm::transform::PassContext>(tvm::tir::PrimFunc&&, tvm::IRModule&&, tvm::transform::PassContext&&) const
+            at ../include/tvm/runtime/packed_func.h:1617
+      2: tvm::runtime::PackedFuncObj::CallPacked(tvm::runtime::TVMArgs, tvm::runtime::TVMRetValue*) const
+            at ../include/tvm/runtime/packed_func.h:1217
+      1: Call
+            at ../include/tvm/runtime/packed_func.h:1213
+      0: operator()
+            at ../src/runtime/c_runtime_api.cc:534
+      File "tvm/_ffi/_cython/./packed_func.pxi", line 56, in tvm._ffi._cy3.core.tvm_callback
+      File "/workspace/python/tvm/autotvm/measure/measure_methods.py", line 875, 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, 256, 2]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 1, 1, 1]), ('tile_rc', [-1, 2, 2]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 512), ('unroll_explicit', 0)],None,2555619
+    No: 19  GFLOPS: 929.87/929.87   result: MeasureResult(costs=(0.0002489616280193237,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.4838497638702393, timestamp=1674658489.6792583)      [('tile_f', [-1, 4, 2, 1]), ('tile_y', [-1, 1, 7, 1]), ('tile_x', [-1, 1, 7, 1]), ('tile_rc', [-1, 4, 2]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 0)],None,4303652
+    No: 20  GFLOPS: 175.95/929.87   result: MeasureResult(costs=(0.0013156961487603305,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.5528991222381592, timestamp=1674658490.6912537)      [('tile_f', [-1, 2, 8, 4]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 1, 1, 7]), ('tile_rc', [-1, 1, 2]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 1, 1]), ('auto_unroll_max_step', 512), ('unroll_explicit', 0)],None,1780362
 
 
 
@@ -2172,9 +2294,9 @@ and measure running time.
     Finish loading 20 records
 
     Best config:
-    [('tile_f', [-1, 2, 32, 1]), ('tile_y', [-1, 1, 1, 1]), ('tile_x', [-1, 1, 7, 1]), ('tile_rc', [-1, 2, 4]), ('tile_ry', [-1, 1, 1]), ('tile_rx', [-1, 1, 3]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 1)],None,9945801
+    [('tile_f', [-1, 4, 2, 1]), ('tile_y', [-1, 1, 7, 1]), ('tile_x', [-1, 1, 7, 1]), ('tile_rc', [-1, 4, 2]), ('tile_ry', [-1, 3, 1]), ('tile_rx', [-1, 3, 1]), ('auto_unroll_max_step', 1500), ('unroll_explicit', 0)],None,4303652
     Finish loading 20 records
-    Time cost of this operator: 0.000917
+    Time cost of this operator: 0.000520
 
 
 
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 e4e1291565..f4b761c8e8 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
@@ -363,10 +363,10 @@ Timing the untuned program
     ########## Build without Autotuning ##########
     Node Name                                     Ops                                           Time(us)  Time(%)  Shape              Inputs  Outputs  Measurements(us)  
     ---------                                     ---                                           --------  -------  -----              ------  -------  ----------------  
-    tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  309.3     98.645   (1, 2, 10, 10, 3)  2       1        [309.3]           
-    tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       3.286     1.048    (1, 6, 10, 10)     1       1        [3.286]           
-    tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.961     0.307    (1, 1, 10, 10, 3)  1       1        [0.961]           
-    Total_time                                    -                                             313.547   -        -                  -       -        -                 
+    tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  311.3     98.714   (1, 2, 10, 10, 3)  2       1        [311.3]           
+    tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       3.088     0.979    (1, 6, 10, 10)     1       1        [3.088]           
+    tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.968     0.307    (1, 1, 10, 10, 3)  1       1        [0.968]           
+    Total_time                                    -                                             315.356   -        -                  -       -        -                 
 
 
 
@@ -431,10 +431,10 @@ Timing the tuned program
     ########## Build with Autotuning ##########
     Node Name                                     Ops                                           Time(us)  Time(%)  Shape              Inputs  Outputs  Measurements(us)  
     ---------                                     ---                                           --------  -------  -----              ------  -------  ----------------  
-    tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  104.6     97.511   (1, 6, 10, 10, 1)  2       1        [104.6]           
-    tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       1.83      1.706    (1, 6, 10, 10)     1       1        [1.83]            
-    tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.84      0.783    (1, 3, 10, 10, 1)  1       1        [0.84]            
-    Total_time                                    -                                             107.27    -        -                  -       -        -                 
+    tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  104.5     97.534   (1, 6, 10, 10, 1)  2       1        [104.5]           
+    tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       1.788     1.669    (1, 6, 10, 10)     1       1        [1.788]           
+    tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.853     0.796    (1, 3, 10, 10, 1)  1       1        [0.853]           
+    Total_time                                    -                                             107.142   -        -                  -       -        -                 
 
 
 
diff --git a/docs/_sources/how_to/work_with_microtvm/micro_pytorch.rst.txt b/docs/_sources/how_to/work_with_microtvm/micro_pytorch.rst.txt
index 752cfed0b8..86fd50f7df 100644
--- a/docs/_sources/how_to/work_with_microtvm/micro_pytorch.rst.txt
+++ b/docs/_sources/how_to/work_with_microtvm/micro_pytorch.rst.txt
@@ -117,7 +117,7 @@ download a cat image and preprocess it to use as the model input.
     /venv/apache-tvm-py3.7/lib/python3.7/site-packages/torch/ao/quantization/utils.py:281: UserWarning: must run observer before calling calculate_qparams. Returning default values.
       "must run observer before calling calculate_qparams. " +
     Downloading: "https://download.pytorch.org/models/quantized/mobilenet_v2_qnnpack_37f702c5.pth" to /workspace/.cache/torch/hub/checkpoints/mobilenet_v2_qnnpack_37f702c5.pth
-
      0%|          | 0.00/3.42M [00:00<?, ?B/s]
     61%|######    | 2.09M/3.42M [00:00<00:00, 19.6MB/s]
    100%|##########| 3.42M/3.42M [00:00<00:00, 30.5MB/s]
+
      0%|          | 0.00/3.42M [00:00<?, ?B/s]
    100%|##########| 3.42M/3.42M [00:00<00:00, 38.0MB/s]
     /workspace/python/tvm/relay/frontend/pytorch_utils.py:47: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
       return LooseVersion(torch_ver) > ver
     /venv/apache-tvm-py3.7/lib/python3.7/site-packages/setuptools/_distutils/version.py:346: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
@@ -322,7 +322,7 @@ Look up prediction top 1 index in 1000 class synset.
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  10.597 seconds)
+   **Total running time of the script:** ( 1 minutes  10.773 seconds)
 
 
 .. _sphx_glr_download_how_to_work_with_microtvm_micro_pytorch.py:
diff --git a/docs/_sources/how_to/work_with_microtvm/micro_train.rst.txt b/docs/_sources/how_to/work_with_microtvm/micro_train.rst.txt
index 6445b1312e..f2530aee76 100644
--- a/docs/_sources/how_to/work_with_microtvm/micro_train.rst.txt
+++ b/docs/_sources/how_to/work_with_microtvm/micro_train.rst.txt
@@ -218,7 +218,7 @@ take about **2 minutes** to download the Stanford Cars, while COCO 2017 validati
  .. code-block:: none
 
 
-    '/tmp/tmpp9l12y8g/images/random'
+    '/tmp/tmpr1_5314u/images/random'
 
 
 
@@ -309,7 +309,7 @@ objects to other stuff? We can display some examples from our datasets using ``m
 
 
 .. image-sg:: /how_to/work_with_microtvm/images/sphx_glr_micro_train_001.png
-   :alt: [0.0, 1.0], [1.0, 0.0], [0.0, 1.0], [0.0, 1.0], [1.0, 0.0], [0.0, 1.0], [1.0, 0.0], [1.0, 0.0], [1.0, 0.0], [0.0, 1.0]
+   :alt: [0.0, 1.0], [0.0, 1.0], [1.0, 0.0], [0.0, 1.0], [0.0, 1.0], [0.0, 1.0], [0.0, 1.0], [0.0, 1.0], [0.0, 1.0], [0.0, 1.0]
    :srcset: /how_to/work_with_microtvm/images/sphx_glr_micro_train_001.png
    :class: sphx-glr-single-img
 
@@ -318,8 +318,8 @@ objects to other stuff? We can display some examples from our datasets using ``m
 
  .. code-block:: none
 
-    /tmp/tmpp9l12y8g/images/target contains 8144 images
-    /tmp/tmpp9l12y8g/images/random contains 5000 images
+    /tmp/tmpr1_5314u/images/target contains 8144 images
+    /tmp/tmpr1_5314u/images/random contains 5000 images
 
 
 
@@ -494,13 +494,13 @@ the time on our validation set).
  .. code-block:: none
 
     Epoch 1/3
-    328/328 - 47s - loss: 0.2189 - accuracy: 0.9204 - val_loss: 0.1003 - val_accuracy: 0.9645 - 47s/epoch - 143ms/step
+    328/328 - 47s - loss: 0.2262 - accuracy: 0.9205 - val_loss: 0.1461 - val_accuracy: 0.9460 - 47s/epoch - 143ms/step
     Epoch 2/3
-    328/328 - 43s - loss: 0.0913 - accuracy: 0.9649 - val_loss: 0.1056 - val_accuracy: 0.9611 - 43s/epoch - 131ms/step
+    328/328 - 43s - loss: 0.1008 - accuracy: 0.9610 - val_loss: 0.0995 - val_accuracy: 0.9630 - 43s/epoch - 132ms/step
     Epoch 3/3
-    328/328 - 43s - loss: 0.0709 - accuracy: 0.9755 - val_loss: 0.1266 - val_accuracy: 0.9603 - 43s/epoch - 131ms/step
+    328/328 - 43s - loss: 0.0710 - accuracy: 0.9730 - val_loss: 0.0816 - val_accuracy: 0.9705 - 43s/epoch - 131ms/step
 
-    <keras.callbacks.History object at 0x7fcaab8ab250>
+    <keras.callbacks.History object at 0x7f3baadd4750>
 
 
 
@@ -857,7 +857,7 @@ Arduino tutorial for how to do that `on GitHub <https://github.com/guberti/tvm-a
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 4 minutes  44.562 seconds)
+   **Total running time of the script:** ( 4 minutes  45.233 seconds)
 
 
 .. _sphx_glr_download_how_to_work_with_microtvm_micro_train.py:
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 59fc014707..33743f9375 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,18 +5,18 @@
 
 Computation times
 =================
-**06:59.895** total execution time for **how_to_work_with_microtvm** files:
+**07:01.191** total execution time for **how_to_work_with_microtvm** files:
 
 +---------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_microtvm_micro_train.py` (``micro_train.py``)               | 04:44.562 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_microtvm_micro_train.py` (``micro_train.py``)               | 04:45.233 | 0.0 MB |
 +---------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_microtvm_micro_pytorch.py` (``micro_pytorch.py``)           | 01:10.597 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_microtvm_micro_pytorch.py` (``micro_pytorch.py``)           | 01:10.773 | 0.0 MB |
 +---------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_microtvm_micro_autotune.py` (``micro_autotune.py``)         | 00:51.796 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_microtvm_micro_autotune.py` (``micro_autotune.py``)         | 00:52.228 | 0.0 MB |
 +---------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_microtvm_micro_aot.py` (``micro_aot.py``)                   | 00:09.134 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_microtvm_micro_aot.py` (``micro_aot.py``)                   | 00:09.087 | 0.0 MB |
 +---------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_microtvm_micro_tflite.py` (``micro_tflite.py``)             | 00:03.806 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_microtvm_micro_tflite.py` (``micro_tflite.py``)             | 00:03.871 | 0.0 MB |
 +---------------------------------------------------------------------------------------------+-----------+--------+
 | :ref:`sphx_glr_how_to_work_with_microtvm_micro_tvmc.py` (``micro_tvmc.py``)                 | 00:00.000 | 0.0 MB |
 +---------------------------------------------------------------------------------------------+-----------+--------+
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 f4557090a6..5c39caa9a3 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,14 +5,14 @@
 
 Computation times
 =================
-**00:44.279** total execution time for **how_to_work_with_relay** files:
+**00:45.074** total execution time for **how_to_work_with_relay** files:
 
 +----------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_relay_using_pipeline_executor.py` (``using_pipeline_executor.py``) | 00:32.499 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_relay_using_pipeline_executor.py` (``using_pipeline_executor.py``) | 00:32.940 | 0.0 MB |
 +----------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_relay_using_external_lib.py` (``using_external_lib.py``)           | 00:10.427 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_relay_using_external_lib.py` (``using_external_lib.py``)           | 00:10.483 | 0.0 MB |
 +----------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_relay_build_gcn.py` (``build_gcn.py``)                             | 00:01.347 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_relay_build_gcn.py` (``build_gcn.py``)                             | 00:01.645 | 0.0 MB |
 +----------------------------------------------------------------------------------------------------+-----------+--------+
 | :ref:`sphx_glr_how_to_work_with_relay_using_relay_viz.py` (``using_relay_viz.py``)                 | 00:00.006 | 0.0 MB |
 +----------------------------------------------------------------------------------------------------+-----------+--------+
diff --git a/docs/_sources/how_to/work_with_schedules/intrin_math.rst.txt b/docs/_sources/how_to/work_with_schedules/intrin_math.rst.txt
index 85cf18c364..ba8bd54ffd 100644
--- a/docs/_sources/how_to/work_with_schedules/intrin_math.rst.txt
+++ b/docs/_sources/how_to/work_with_schedules/intrin_math.rst.txt
@@ -264,7 +264,7 @@ The following example customizes CUDA lowering rule for :code:`exp`.
  .. code-block:: none
 
 
-    <function my_cuda_math_rule at 0x7fcaab686b90>
+    <function my_cuda_math_rule at 0x7f3baaaf6830>
 
 
 
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 5b491d518f..5e96a0cff1 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,18 +5,18 @@
 
 Computation times
 =================
-**00:07.755** total execution time for **how_to_work_with_schedules** files:
+**00:06.474** total execution time for **how_to_work_with_schedules** files:
 
 +------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_schedules_intrin_math.py` (``intrin_math.py``)                 | 00:05.255 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_schedules_intrin_math.py` (``intrin_math.py``)                 | 00:03.890 | 0.0 MB |
 +------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_schedules_tensorize.py` (``tensorize.py``)                     | 00:01.140 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_schedules_tensorize.py` (``tensorize.py``)                     | 00:01.214 | 0.0 MB |
 +------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_schedules_reduction.py` (``reduction.py``)                     | 00:00.576 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_schedules_reduction.py` (``reduction.py``)                     | 00:00.583 | 0.0 MB |
 +------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_schedules_scan.py` (``scan.py``)                               | 00:00.558 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_schedules_scan.py` (``scan.py``)                               | 00:00.563 | 0.0 MB |
 +------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_schedules_extern_op.py` (``extern_op.py``)                     | 00:00.119 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_schedules_extern_op.py` (``extern_op.py``)                     | 00:00.118 | 0.0 MB |
 +------------------------------------------------------------------------------------------------+-----------+--------+
 | :ref:`sphx_glr_how_to_work_with_schedules_schedule_primitives.py` (``schedule_primitives.py``) | 00:00.050 | 0.0 MB |
 +------------------------------------------------------------------------------------------------+-----------+--------+
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 e2225b7c90..6c34445b93 100644
--- a/docs/_sources/how_to/work_with_schedules/tensorize.rst.txt
+++ b/docs/_sources/how_to/work_with_schedules/tensorize.rst.txt
@@ -328,7 +328,7 @@ The importing needs to happen before the tensorized GEMV being executed.
         def main(A: T.Buffer((1024, 64), "float32"), B: T.Buffer((512, 64), "float32"), C: T.Buffer((1024, 512), "float32")):
             T.func_attr({"from_legacy_te_schedule": True, "global_symbol": "main", "tir.noalias": True})
             i = T.var("int32")
-            T.attr(T.iter_var(i, None, "DataPar", ""), "pragma_import_llvm", "; ModuleID = '/tmp/tmpkharrg48/input0.cc'\nsource_filename = \"/tmp/tmpkharrg48/input0.cc\"\ntarget datalayout = \"e-m:e-i64:64-f80:128-n8:16:32:64-S128\"\ntarget triple = \"x86_64-pc-linux-gnu\"\n\n; Function Attrs: noinline nounwind optnone uwtable\ndefine dso_local i32 @gemv_update(float*, float*, float*, i32, i32, i32) #0 {\n  %7 = alloca float*, align 8\n  %8 = alloca float*, align 8\n  %9 = alloca float*, [...]
+            T.attr(T.iter_var(i, None, "DataPar", ""), "pragma_import_llvm", "; ModuleID = '/tmp/tmp5sg65z3i/input0.cc'\nsource_filename = \"/tmp/tmp5sg65z3i/input0.cc\"\ntarget datalayout = \"e-m:e-i64:64-f80:128-n8:16:32:64-S128\"\ntarget triple = \"x86_64-pc-linux-gnu\"\n\n; Function Attrs: noinline nounwind optnone uwtable\ndefine dso_local i32 @gemv_update(float*, float*, float*, i32, i32, i32) #0 {\n  %7 = alloca float*, align 8\n  %8 = alloca float*, align 8\n  %9 = alloca float*, [...]
             for i, j_outer in T.grid(1024, 32):
                 T.call_extern("int32", "gemv_update", T.tvm_access_ptr(T.type_annotation("float32"), C.data, i * 512 + j_outer * 16, 16, 2), T.tvm_access_ptr(T.type_annotation("float32"), A.data, i * 64, 64, 1), T.tvm_access_ptr(T.type_annotation("float32"), B.data, j_outer * 1024, 1024, 1), 16, 64, 64)
 
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 0a9849798f..8b8cbc58bf 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,10 +5,10 @@
 
 Computation times
 =================
-**00:30.328** total execution time for **topic_vta_tutorials_autotvm** files:
+**00:30.568** total execution time for **topic_vta_tutorials_autotvm** files:
 
 +---------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_topic_vta_tutorials_autotvm_tune_relay_vta.py` (``tune_relay_vta.py``) | 00:30.321 | 0.0 MB |
+| :ref:`sphx_glr_topic_vta_tutorials_autotvm_tune_relay_vta.py` (``tune_relay_vta.py``) | 00:30.561 | 0.0 MB |
 +---------------------------------------------------------------------------------------+-----------+--------+
 | :ref:`sphx_glr_topic_vta_tutorials_autotvm_tune_alu_vta.py` (``tune_alu_vta.py``)     | 00:00.007 | 0.0 MB |
 +---------------------------------------------------------------------------------------+-----------+--------+
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 5773a44705..41a6e54758 100644
--- a/docs/_sources/topic/vta/tutorials/frontend/deploy_classification.rst.txt
+++ b/docs/_sources/topic/vta/tutorials/frontend/deploy_classification.rst.txt
@@ -293,7 +293,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 32.50s!
+    resnet18_v1 inference graph built in 32.67s!
 
 
 
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 7067edcab3..e8eda5f256 100644
--- a/docs/_sources/topic/vta/tutorials/frontend/deploy_detection.rst.txt
+++ b/docs/_sources/topic/vta/tutorials/frontend/deploy_detection.rst.txt
@@ -337,7 +337,7 @@ The compilation steps are:
 
     /workspace/python/tvm/relay/build_module.py:348: DeprecationWarning: Please use input parameter mod (tvm.IRModule) instead of deprecated parameter mod (tvm.relay.function.Function)
       DeprecationWarning,
-    yolov3-tiny inference graph built in 22.08s!
+    yolov3-tiny inference graph built in 22.21s!
 
 
 
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 d80c39ae5c..b1437c260c 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,10 +5,10 @@
 
 Computation times
 =================
-**01:38.475** total execution time for **topic_vta_tutorials_frontend** files:
+**01:38.608** total execution time for **topic_vta_tutorials_frontend** files:
 
 +------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_topic_vta_tutorials_frontend_deploy_classification.py` (``deploy_classification.py``) | 00:49.287 | 0.0 MB |
+| :ref:`sphx_glr_topic_vta_tutorials_frontend_deploy_classification.py` (``deploy_classification.py``) | 00:49.510 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_topic_vta_tutorials_frontend_deploy_detection.py` (``deploy_detection.py``)           | 00:49.187 | 0.0 MB |
+| :ref:`sphx_glr_topic_vta_tutorials_frontend_deploy_detection.py` (``deploy_detection.py``)           | 00:49.098 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------+-----------+--------+
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 9512468059..cba067f211 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,10 +5,10 @@
 
 Computation times
 =================
-**00:03.169** total execution time for **topic_vta_tutorials_optimize** files:
+**00:03.122** total execution time for **topic_vta_tutorials_optimize** files:
 
 +--------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_topic_vta_tutorials_optimize_convolution_opt.py` (``convolution_opt.py``)         | 00:02.709 | 0.0 MB |
+| :ref:`sphx_glr_topic_vta_tutorials_optimize_convolution_opt.py` (``convolution_opt.py``)         | 00:02.660 | 0.0 MB |
 +--------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_topic_vta_tutorials_optimize_matrix_multiply_opt.py` (``matrix_multiply_opt.py``) | 00:00.460 | 0.0 MB |
+| :ref:`sphx_glr_topic_vta_tutorials_optimize_matrix_multiply_opt.py` (``matrix_multiply_opt.py``) | 00:00.462 | 0.0 MB |
 +--------------------------------------------------------------------------------------------------+-----------+--------+
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 4c5e4e770d..52ad727276 100644
--- a/docs/_sources/topic/vta/tutorials/sg_execution_times.rst.txt
+++ b/docs/_sources/topic/vta/tutorials/sg_execution_times.rst.txt
@@ -5,10 +5,10 @@
 
 Computation times
 =================
-**00:00.805** total execution time for **topic_vta_tutorials** files:
+**00:00.811** total execution time for **topic_vta_tutorials** files:
 
 +---------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_topic_vta_tutorials_matrix_multiply.py` (``matrix_multiply.py``) | 00:00.423 | 0.0 MB |
+| :ref:`sphx_glr_topic_vta_tutorials_matrix_multiply.py` (``matrix_multiply.py``) | 00:00.428 | 0.0 MB |
 +---------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_topic_vta_tutorials_vta_get_started.py` (``vta_get_started.py``) | 00:00.382 | 0.0 MB |
+| :ref:`sphx_glr_topic_vta_tutorials_vta_get_started.py` (``vta_get_started.py``) | 00:00.383 | 0.0 MB |
 +---------------------------------------------------------------------------------+-----------+--------+
diff --git a/docs/_sources/tutorial/auto_scheduler_matmul_x86.rst.txt b/docs/_sources/tutorial/auto_scheduler_matmul_x86.rst.txt
index da1a4204cc..ad1ddcbd7f 100644
--- a/docs/_sources/tutorial/auto_scheduler_matmul_x86.rst.txt
+++ b/docs/_sources/tutorial/auto_scheduler_matmul_x86.rst.txt
@@ -315,7 +315,7 @@ We build the binary and check its correctness and performance.
 
  .. code-block:: none
 
-    Execution time of this operator: 95.523 ms
+    Execution time of this operator: 94.846 ms
 
 
 
@@ -415,7 +415,7 @@ resume the status and do more 5 trials.
     Resume search:
     /venv/apache-tvm-py3.7/lib/python3.7/site-packages/xgboost/training.py:17: UserWarning: Old style callback is deprecated.  See: https://xgboost.readthedocs.io/en/latest/python/callbacks.html
       warnings.warn(f'Old style callback is deprecated.  See: {link}', UserWarning)
-
+    *E
 
 
 
@@ -433,7 +433,7 @@ operations.
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  31.135 seconds)
+   **Total running time of the script:** ( 1 minutes  29.634 seconds)
 
 
 .. _sphx_glr_download_tutorial_auto_scheduler_matmul_x86.py:
diff --git a/docs/_sources/tutorial/autotvm_matmul_x86.rst.txt b/docs/_sources/tutorial/autotvm_matmul_x86.rst.txt
index 336c78089f..27d4e60abb 100644
--- a/docs/_sources/tutorial/autotvm_matmul_x86.rst.txt
+++ b/docs/_sources/tutorial/autotvm_matmul_x86.rst.txt
@@ -454,16 +454,16 @@ reduce variance, we take 5 measurements and average them.
     waiting for device...
     device available
     Get devices for measurement successfully!
-    No: 1   GFLOPS: 13.77/13.77     result: MeasureResult(costs=(0.019501099799999998,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.567375898361206, timestamp=1674646945.012616) [('tile_y', [-1, 128]), ('tile_x', [-1, 64])],None,67
-    No: 2   GFLOPS: 1.54/13.77      result: MeasureResult(costs=(0.17442023099999998,), error_no=MeasureErrorNo.NO_ERROR, all_cost=3.0188403129577637, timestamp=1674646948.8169198)        [('tile_y', [-1, 4]), ('tile_x', [-1, 1])],None,2
-    No: 3   GFLOPS: 1.75/13.77      result: MeasureResult(costs=(0.1530374294,), error_no=MeasureErrorNo.NO_ERROR, all_cost=2.683912515640259, timestamp=1674646952.2850173)        [('tile_y', [-1, 1]), ('tile_x', [-1, 8])],None,30
-    No: 4   GFLOPS: 10.09/13.77     result: MeasureResult(costs=(0.026614337999999998,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.6586635112762451, timestamp=1674646953.7394924)       [('tile_y', [-1, 2]), ('tile_x', [-1, 32])],None,51
-    No: 5   GFLOPS: 12.49/13.77     result: MeasureResult(costs=(0.0214840332,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.6121816635131836, timestamp=1674646954.467223)        [('tile_y', [-1, 128]), ('tile_x', [-1, 256])],None,87
-    No: 6   GFLOPS: 4.14/13.77      result: MeasureResult(costs=(0.0647810424,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.2988002300262451, timestamp=1674646955.7609518)       [('tile_y', [-1, 16]), ('tile_x', [-1, 16])],None,44
-    No: 7   GFLOPS: 11.01/13.77     result: MeasureResult(costs=(0.0243857762,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.6280999183654785, timestamp=1674646956.4059246)       [('tile_y', [-1, 256]), ('tile_x', [-1, 32])],None,58
-    No: 8   GFLOPS: 0.46/13.77      result: MeasureResult(costs=(0.578640577,), error_no=MeasureErrorNo.NO_ERROR, all_cost=9.519085884094238, timestamp=1674646965.956144)  [('tile_y', [-1, 512]), ('tile_x', [-1, 1])],None,9
-    No: 9   GFLOPS: 10.47/13.77     result: MeasureResult(costs=(0.0256268724,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.681133508682251, timestamp=1674646966.7515464)        [('tile_y', [-1, 8]), ('tile_x', [-1, 64])],None,63
-    No: 10  GFLOPS: 3.93/13.77      result: MeasureResult(costs=(0.068315192,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.35294771194458, timestamp=1674646968.0984406)  [('tile_y', [-1, 64]), ('tile_x', [-1, 16])],None,46
+    No: 1   GFLOPS: 3.90/3.90       result: MeasureResult(costs=(0.0688007592,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.3799126148223877, timestamp=1674656962.8035145)       [('tile_y', [-1, 32]), ('tile_x', [-1, 16])],None,45
+    No: 2   GFLOPS: 9.60/9.60       result: MeasureResult(costs=(0.027958553599999998,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.7854495048522949, timestamp=1674656964.2738817)       [('tile_y', [-1, 1]), ('tile_x', [-1, 64])],None,60
+    No: 3   GFLOPS: 3.91/9.60       result: MeasureResult(costs=(0.0686935594,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.378047227859497, timestamp=1674656966.395851) [('tile_y', [-1, 64]), ('tile_x', [-1, 16])],None,46
+    No: 4   GFLOPS: 1.72/9.60       result: MeasureResult(costs=(0.15619535599999998,), error_no=MeasureErrorNo.NO_ERROR, all_cost=2.7337005138397217, timestamp=1674656969.1554122)        [('tile_y', [-1, 512]), ('tile_x', [-1, 4])],None,29
+    No: 5   GFLOPS: 12.72/12.72     result: MeasureResult(costs=(0.021105315,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.5938868522644043, timestamp=1674656969.8724194)        [('tile_y', [-1, 4]), ('tile_x', [-1, 256])],None,82
+    No: 6   GFLOPS: 4.16/12.72      result: MeasureResult(costs=(0.064539453,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.287562608718872, timestamp=1674656971.1577773) [('tile_y', [-1, 16]), ('tile_x', [-1, 16])],None,44
+    No: 7   GFLOPS: 2.36/12.72      result: MeasureResult(costs=(0.11369314879999999,), error_no=MeasureErrorNo.NO_ERROR, all_cost=2.061336040496826, timestamp=1674656974.001355)  [('tile_y', [-1, 2]), ('tile_x', [-1, 8])],None,31
+    No: 8   GFLOPS: 1.75/12.72      result: MeasureResult(costs=(0.152968596,), error_no=MeasureErrorNo.NO_ERROR, all_cost=2.6905765533447266, timestamp=1674656976.6988976)        [('tile_y', [-1, 16]), ('tile_x', [-1, 2])],None,14
+    No: 9   GFLOPS: 1.98/12.72      result: MeasureResult(costs=(0.1353685034,), error_no=MeasureErrorNo.NO_ERROR, all_cost=2.3891754150390625, timestamp=1674656979.2171283)       [('tile_y', [-1, 2]), ('tile_x', [-1, 4])],None,21
+    No: 10  GFLOPS: 11.64/12.72     result: MeasureResult(costs=(0.023053438199999998,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.6097874641418457, timestamp=1674656979.8426878)       [('tile_y', [-1, 32]), ('tile_x', [-1, 256])],None,85
 
 
 
diff --git a/docs/_sources/tutorial/autotvm_relay_x86.rst.txt b/docs/_sources/tutorial/autotvm_relay_x86.rst.txt
index d67d5e8683..fae27fcd99 100644
--- a/docs/_sources/tutorial/autotvm_relay_x86.rst.txt
+++ b/docs/_sources/tutorial/autotvm_relay_x86.rst.txt
@@ -311,7 +311,7 @@ standard deviation.
 
  .. code-block:: none
 
-    {'mean': 508.56751572999656, 'median': 508.4643390500105, 'std': 0.7452097244428618}
+    {'mean': 512.4501708199999, 'median': 512.715859650001, 'std': 1.931150289600649}
 
 
 
@@ -545,30 +545,30 @@ the tuning data to.
 
  .. code-block:: none
 
-
    [Task  1/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  1/25]  Current/Best:   12.97/  22.93 GFLOPS | Progress: (4/20) | 7.50 s
    [Task  1/25]  Current/Best:    7.09/  22.93 GFLOPS | Progress: (8/20) | 10.90 s
    [Task  1/25]  Current/Best:   14.04/  22.93 GFLOPS | Progress: (12/20) | 13.39 s
    [Task  1/25]  Current/Best:   22.27/  22.93 GFLOPS | Progress: (16/20) | 16.17 s
    [Task  1/25]  Current/Best:   17.52/  22.93 GFLOPS | Progress: (20/20) | 18.88 s Done.
-
    [Task  2/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  2/25]  Current/Best:    8.55/  16.71 GFLOPS | Progress: (4/20) | 4.24 s
    [Task  2/25]  Current/Best:   16.30/  21.28 GFLOPS | Progress: (8/20) | 5.87 s
    [Task  2/25]  Current/Best:   15.47/  21.28 GFLOPS | Progress: (12/20) | 8.07 s
    [Task  2/25]  Current/Best:   12.55/  21.28 GFLOPS | Progress: (16/20) | 9.84 s
    [Task  2/25]  Current/Best:   16.72/  21.28 GFLOPS | Progress: (20/20) | 11.31 s Done.
-
    [Task  3/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  3/25]  Current/Best:   12.83/  17.85 GFLOPS | Progress: (4/20) | 4.29 s
    [Task  3/25]  Current/Best:    8.79/  21.39 GFLOPS | Progress: (8/20) | 6.68 s
    [Task  3/25]  Current/Best:   11.68/  21.39 GFLOPS | Progress: (12/20) | 10.69 s
    [Task  3/25]  Current/Best:    9.18/  21.39 GFLOPS | Progress: (16/20) | 13.03 s
    [Task  3/25]  Current/Best:   19.94/  21.39 GFLOPS | Progress: (20/20) | 15.11 s Done.
-
    [Task  4/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  4/25]  Current/Best:   12.93/  16.93 GFLOPS | Progress: (4/20) | 4.45 s
    [Task  4/25]  Current/Best:   13.86/  19.61 GFLOPS | Progress: (8/20) | 6.71 s
    [Task  4/25]  Current/Best:   12.48/  19.61 GFLOPS | Progress: (12/20) | 8.53 s
    [Task  4/25]  Current/Best:   15.76/  19.61 GFLOPS | Progress: (16/20) | 10.36 s
    [Task  4/25]  Current/Best:    6.49/  19.61 GFLOPS | Progress: (20/20) | 12.39 s Done.
-
    [Task  5/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  5/25]  Current/Best:   11.49/  18.14 GFLOPS | Progress: (4/20) | 4.52 s
    [Task  5/25]  Current/Best:   10.03/  18.14 GFLOPS | Progress: (8/20) | 6.26 s
    [Task  5/25]  Current/Best:   18.51/  18.51 GFLOPS | Progress: (12/20) | 8.62 s
    [Task  5/25]  Current/Best:    3.18/  18.51 GFLOPS | Progress: (16/20) | 11.24 s
    [Task  5/25]  Current/Best:    3.05/  18.51 GFLOPS | Progress: (20/20) | 13.55 s Done.
-
    [Task  6/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  6/25]  Current/Best:   12.12/  12.95 GFLOPS | Progress: (4/20) | 5.16 s
    [Task  6/25]  Current/Best:   14.03/  16.08 GFLOPS | Progress: (8/20) | 7.79 s
    [Task  6/25]  Current/Best:   11.52/  18.26 GFLOPS | Progress: (12/20) | 10.21 s
    [Task  6/25]  Current/Best:   19.43/  19.43 GFLOPS | Progress: (16/20) | 12.50 s
    [Task  6/25]  Current/Best:   17.77/  19.43 GFLOPS | Progress: (20/20) | 15.05 s Done.
-
    [Task  7/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  7/25]  Current/Best:   13.67/  13.67 GFLOPS | Progress: (4/20) | 5.59 s
    [Task  7/25]  Current/Best:   16.63/  18.26 GFLOPS | Progress: (8/20) | 8.33 s
    [Task  7/25]  Current/Best:   11.51/  22.33 GFLOPS | Progress: (12/20) | 11.05 s
    [Task  7/25]  Current/Best:   19.29/  22.33 GFLOPS | Progress: (16/20) | 13.16 s
    [Task  7/25]  Current/Best:   12.91/  22.33 GFLOPS | Progress: (20/20) | 15.51 s Done.
-
    [Task  8/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  8/25]  Current/Best:   10.80/  19.57 GFLOPS | Progress: (4/20) | 8.26 s
    [Task  8/25]  Current/Best:   11.75/  19.57 GFLOPS | Progress: (8/20) | 20.01 s
    [Task  8/25]  Current/Best:   14.74/  19.57 GFLOPS | Progress: (12/20) | 23.25 s
    [Task  8/25]  Current/Best:    1.58/  20.12 GFLOPS | Progress: (16/20) | 26.59 s
    [Task  8/25]  Current/Best:   10.03/  20.12 GFLOPS | Progress: (20/20) | 32.12 s
    [Task  9/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  9/25]  Current/Best:   17.74/  17.74 GFLOPS | Progress: (4/20) | 12.29 s
    [Task  9/25]  Current/Best:    6.65/  17.74 GFLOPS | Progress: (8/20) | 14.37 s
    [Task  9/25]  Current/Best:    6.26/  17.74 GFLOPS | Progress: (12/20) | 18.19 s
    [Task  9/25]  Current/Best:    9.15/  23.22 GFLOPS | Progress: (16/20) | 25.83 s
    [Task  9/25]  Current/Best:   14.25/  23.22 GFLOPS | Progress: (20
 /20) | 29.65 s Done.
-
    [Task 10/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 10/25]  Current/Best:   11.72/  13.01 GFLOPS | Progress: (4/20) | 3.90 s
    [Task 10/25]  Current/Best:   16.70/  16.70 GFLOPS | Progress: (8/20) | 6.07 s
    [Task 10/25]  Current/Best:   10.37/  16.70 GFLOPS | Progress: (12/20) | 7.93 s
    [Task 10/25]  Current/Best:   10.20/  18.39 GFLOPS | Progress: (16/20) | 12.07 s
    [Task 10/25]  Current/Best:   13.46/  18.39 GFLOPS | Progress: (20/20) | 14.30 s Done.
-
    [Task 11/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 11/25]  Current/Best:    8.22/  16.86 GFLOPS | Progress: (4/20) | 4.55 s
    [Task 11/25]  Current/Best:   11.89/  18.53 GFLOPS | Progress: (8/20) | 7.63 s
    [Task 11/25]  Current/Best:    5.08/  18.53 GFLOPS | Progress: (12/20) | 10.43 s
    [Task 11/25]  Current/Best:   15.36/  18.53 GFLOPS | Progress: (16/20) | 13.31 s
    [Task 11/25]  Current/Best:    6.26/  21.97 GFLOPS | Progress: (20/20) | 15.84 s Done.
-
    [Task 12/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 12/25]  Current/Best:    5.90/  13.44 GFLOPS | Progress: (4/20) | 5.08 s
    [Task 12/25]  Current/Best:   11.33/  18.53 GFLOPS | Progress: (8/20) | 10.80 s
    [Task 12/25]  Current/Best:   14.02/  18.53 GFLOPS | Progress: (12/20) | 13.16 s
    [Task 12/25]  Current/Best:   13.54/  18.53 GFLOPS | Progress: (16/20) | 15.83 s
    [Task 12/25]  Current/Best:   13.39/  18.53 GFLOPS | Progress: (20/20) | 17.89 s Done.
-
    [Task 13/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 13/25]  Current/Best:   19.32/  19.32 GFLOPS | Progress: (4/20) | 4.29 s
    [Task 13/25]  Current/Best:   14.01/  19.32 GFLOPS | Progress: (8/20) | 6.87 s
    [Task 13/25]  Current/Best:   17.42/  22.65 GFLOPS | Progress: (12/20) | 8.86 s
    [Task 13/25]  Current/Best:   11.43/  22.65 GFLOPS | Progress: (16/20) | 12.54 s
    [Task 13/25]  Current/Best:   12.15/  22.65 GFLOPS | Progress: (20/20) | 15.51 s Done.
-
    [Task 14/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 14/25]  Current/Best:    5.44/  14.47 GFLOPS | Progress: (4/20) | 4.95 s
    [Task 14/25]  Current/Best:    2.61/  19.54 GFLOPS | Progress: (8/20) | 7.42 s
    [Task 14/25]  Current/Best:   19.24/  19.54 GFLOPS | Progress: (12/20) | 10.65 s
    [Task 14/25]  Current/Best:   10.18/  19.54 GFLOPS | Progress: (16/20) | 14.76 s
    [Task 14/25]  Current/Best:   16.96/  19.54 GFLOPS | Progress: (20/20) | 20.87 s
    [Task 15/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 15/25]  Current/Best:   11.80/  12.25 GFLOPS | Progress: (4/20) | 5.20 s Done.
-     Done.
-
    [Task 15/25]  Current/Best:   16.03/  16.71 GFLOPS | Progress: (8/20) | 11.02 s
    [Task 15/25]  Current/Best:   18.79/  18.79 GFLOPS | Progress: (12/20) | 14.21 s
    [Task 15/25]  Current/Best:   16.25/  18.79 GFLOPS | Progress: (16/20) | 17.77 s
    [Task 15/25]  Current/Best:    9.69/  18.79 GFLOPS | Progress: (20/20) | 19.99 s
    [Task 16/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 16/25]  Current/Best:   12.12/  17.12 GFLOPS | Progress: (4/20) | 3.68 s
    [Task 16/25]  Current/Best:   15.59/  23.19 GFLOPS | Progress: (8/20) | 6.74 s
    [Task 16/25]  Current/Best:   19.35/  23.19 GFLOPS | Progress: (12/20) | 8.69 s
    [Task 16/25]  Current/Best:   15.30/  23.19 GFLOPS | Progress: (16/20) | 10.36 s
    [Task 16/25]  Current/Best:   12.70/  23.19 GFLOPS | Progress: (20/20) | 13.27 s Done.
-
    [Task 17/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 17/25]  Current/Best:   16.14/  16.14 GFLOPS | Progress: (4/20) | 3.98 s
    [Task 17/25]  Current/Best:    7.06/  19.88 GFLOPS | Progress: (8/20) | 6.21 s
    [Task 17/25]  Current/Best:    9.91/  19.88 GFLOPS | Progress: (12/20) | 9.10 s
    [Task 17/25]  Current/Best:   16.54/  19.88 GFLOPS | Progress: (16/20) | 11.06 s
    [Task 17/25]  Current/Best:    9.65/  19.88 GFLOPS | Progress: (20/20) | 14.13 s Done.
-
    [Task 18/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 18/25]  Current/Best:   16.24/  16.24 GFLOPS | Progress: (4/20) | 4.24 s
    [Task 18/25]  Current/Best:   16.03/  16.24 GFLOPS | Progress: (8/20) | 6.78 s
    [Task 18/25]  Current/Best:   20.50/  20.50 GFLOPS | Progress: (12/20) | 9.20 s
    [Task 18/25]  Current/Best:   15.37/  20.50 GFLOPS | Progress: (16/20) | 11.17 s
    [Task 18/25]  Current/Best:   13.24/  20.50 GFLOPS | Progress: (20/20) | 13.32 s Done.
-
    [Task 19/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 19/25]  Current/Best:   15.92/  19.99 GFLOPS | Progress: (4/20) | 4.20 s
    [Task 19/25]  Current/Best:   19.07/  19.99 GFLOPS | Progress: (8/20) | 7.45 s
    [Task 19/25]  Current/Best:   10.75/  19.99 GFLOPS | Progress: (12/20) | 11.42 s
    [Task 19/25]  Current/Best:   11.35/  19.99 GFLOPS | Progress: (16/20) | 15.25 s
    [Task 19/25]  Current/Best:    6.70/  19.99 GFLOPS | Progress: (20/20) | 19.54 s Done.
-
    [Task 20/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 20/25]  Current/Best:    8.88/  11.82 GFLOPS | Progress: (4/20) | 6.13 s
    [Task 20/25]  Current/Best:   10.47/  11.82 GFLOPS | Progress: (8/20) | 9.40 s
    [Task 20/25]  Current/Best:    6.51/  16.54 GFLOPS | Progress: (12/20) | 12.10 s
    [Task 20/25]  Current/Best:   18.46/  18.46 GFLOPS | Progress: (16/20) | 14.67 s
    [Task 20/25]  Current/Best:   10.68/  18.46 GFLOPS | Progress: (20/20) | 19.30 s
    [Task 21/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 21/25]  Current/Best:    8.94/  20.75 GFLOPS | Progress: (4/20) | 3.56 s
    [Task 21/25]  Current/Best:    7.61/  20.75 GFLOPS | Progress: (8/20) | 9.05 s
    [Task 21/25]  Current/Best:    9.22/  20.75 GFLOPS | Progress: (12/20) | 10.73 s Done.
-     Done.
-
    [Task 21/25]  Current/Best:   13.21/  20.75 GFLOPS | Progress: (16/20) | 12.51 s
    [Task 21/25]  Current/Best:   18.30/  20.75 GFLOPS | Progress: (20/20) | 14.59 s
    [Task 22/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 22/25]  Current/Best:   10.60/  19.19 GFLOPS | Progress: (4/20) | 4.30 s
    [Task 22/25]  Current/Best:   15.57/  19.19 GFLOPS | Progress: (8/20) | 6.43 s
    [Task 22/25]  Current/Best:   18.41/  19.19 GFLOPS | Progress: (12/20) | 8.26 s
    [Task 22/25]  Current/Best:    6.94/  19.19 GFLOPS | Progress: (16/20) | 11.43 s
    [Task 22/25]  Current/Best:   11.57/  19.19 GFLOPS | Progress: (20/20) | 13.50 s Done.
-
    [Task 23/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 23/25]  Current/Best:   18.52/  21.64 GFLOPS | Progress: (4/20) | 6.98 s
    [Task 23/25]  Current/Best:   20.46/  21.64 GFLOPS | Progress: (8/20) | 9.76 s
    [Task 23/25]  Current/Best:   13.80/  23.49 GFLOPS | Progress: (12/20) | 12.79 s
    [Task 23/25]  Current/Best:   19.68/  23.49 GFLOPS | Progress: (16/20) | 15.98 s
    [Task 23/25]  Current/Best:   20.41/  23.49 GFLOPS | Progress: (20/20) | 18.15 s Done.
-
    [Task 24/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 24/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (4/20) | 11.91 s
    [Task 24/25]  Current/Best:    7.94/   7.94 GFLOPS | Progress: (8/20) | 24.15 s
    [Task 24/25]  Current/Best:    2.35/   7.94 GFLOPS | Progress: (12/20) | 34.58 s
    [Task 24/25]  Current/Best:    3.53/   7.94 GFLOPS | Progress: (16/20) | 40.22 s
    [Task 24/25]  Current/Best:    5.79/   7.94 GFLOPS | Progress: (20/20) | 51.16 s
    [Task 25/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s Done.
-
    [Task 25/25]  Current/Best:    7.40/   7.65 GFLOPS | Progress: (4/20) | 12.76 s
    [Task 25/25]  Current/Best:    2.99/   9.28 GFLOPS | Progress: (8/20) | 23.73 s
    [Task 25/25]  Current/Best:    3.02/   9.28 GFLOPS | Progress: (12/20) | 25.83 s
    [Task 25/25]  Current/Best:    5.64/   9.28 GFLOPS | Progress: (16/20) | 36.49 s
    [Task 25/25]  Current/Best:    9.38/   9.45 GFLOPS | Progress: (20/20) | 38.73 s
+
    [Task  1/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  1/25]  Current/Best:    6.87/  17.54 GFLOPS | Progress: (4/20) | 10.64 s
    [Task  1/25]  Current/Best:   19.13/  19.13 GFLOPS | Progress: (8/20) | 15.90 s
    [Task  1/25]  Current/Best:   10.16/  19.13 GFLOPS | Progress: (12/20) | 18.27 s
    [Task  1/25]  Current/Best:   15.93/  22.82 GFLOPS | Progress: (16/20) | 20.40 s
    [Task  1/25]  Current/Best:   16.83/  23.48 GFLOPS | Progress: (20/20) | 22.68 s Done.
+
    [Task  2/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  2/25]  Current/Best:    9.45/  12.05 GFLOPS | Progress: (4/20) | 3.82 s
    [Task  2/25]  Current/Best:   17.02/  17.02 GFLOPS | Progress: (8/20) | 6.05 s
    [Task  2/25]  Current/Best:    5.30/  20.90 GFLOPS | Progress: (12/20) | 8.97 s
    [Task  2/25]  Current/Best:   13.24/  20.90 GFLOPS | Progress: (16/20) | 10.58 s
    [Task  2/25]  Current/Best:    6.11/  20.90 GFLOPS | Progress: (20/20) | 12.50 s Done.
+
    [Task  3/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  3/25]  Current/Best:   18.42/  18.42 GFLOPS | Progress: (4/20) | 4.23 s
    [Task  3/25]  Current/Best:   12.68/  18.42 GFLOPS | Progress: (8/20) | 7.26 s
    [Task  3/25]  Current/Best:   23.36/  23.36 GFLOPS | Progress: (12/20) | 9.41 s
    [Task  3/25]  Current/Best:    9.10/  23.36 GFLOPS | Progress: (16/20) | 11.95 s
    [Task  3/25]  Current/Best:   23.45/  23.45 GFLOPS | Progress: (20/20) | 14.23 s Done.
+
    [Task  4/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  4/25]  Current/Best:   11.84/  15.16 GFLOPS | Progress: (4/20) | 4.47 s
    [Task  4/25]  Current/Best:   10.55/  18.32 GFLOPS | Progress: (8/20) | 6.79 s
    [Task  4/25]  Current/Best:   13.91/  18.32 GFLOPS | Progress: (12/20) | 8.66 s
    [Task  4/25]  Current/Best:   11.53/  18.32 GFLOPS | Progress: (16/20) | 13.79 s
    [Task  4/25]  Current/Best:   10.64/  22.03 GFLOPS | Progress: (20/20) | 15.73 s Done.
+
    [Task  5/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  5/25]  Current/Best:   18.16/  18.23 GFLOPS | Progress: (4/20) | 3.52 s
    [Task  5/25]  Current/Best:   17.86/  18.23 GFLOPS | Progress: (8/20) | 5.55 s
    [Task  5/25]  Current/Best:   18.26/  19.37 GFLOPS | Progress: (12/20) | 8.90 s
    [Task  5/25]  Current/Best:   16.71/  19.37 GFLOPS | Progress: (16/20) | 10.75 s
    [Task  5/25]  Current/Best:   20.67/  20.67 GFLOPS | Progress: (20/20) | 12.63 s Done.
+
    [Task  6/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  6/25]  Current/Best:   21.51/  21.51 GFLOPS | Progress: (4/20) | 3.94 s
    [Task  6/25]  Current/Best:   19.29/  21.51 GFLOPS | Progress: (8/20) | 6.61 s
    [Task  6/25]  Current/Best:   10.96/  21.51 GFLOPS | Progress: (12/20) | 9.57 s
    [Task  6/25]  Current/Best:   18.86/  21.51 GFLOPS | Progress: (16/20) | 11.81 s
    [Task  6/25]  Current/Best:    5.04/  21.51 GFLOPS | Progress: (20/20) | 14.82 s Done.
+
    [Task  7/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  7/25]  Current/Best:   16.27/  16.27 GFLOPS | Progress: (4/20) | 4.29 s
    [Task  7/25]  Current/Best:   15.50/  16.27 GFLOPS | Progress: (8/20) | 7.25 s
    [Task  7/25]  Current/Best:    5.40/  18.13 GFLOPS | Progress: (12/20) | 10.51 s
    [Task  7/25]  Current/Best:   18.26/  22.83 GFLOPS | Progress: (16/20) | 12.62 s
    [Task  7/25]  Current/Best:    6.10/  22.83 GFLOPS | Progress: (20/20) | 15.18 s Done.
+
    [Task  8/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  8/25]  Current/Best:   10.76/  12.33 GFLOPS | Progress: (4/20) | 5.36 s
    [Task  8/25]  Current/Best:    3.93/  14.33 GFLOPS | Progress: (8/20) | 17.60 s
    [Task  8/25]  Current/Best:    9.93/  16.34 GFLOPS | Progress: (12/20) | 26.98 s
    [Task  8/25]  Current/Best:   14.42/  17.04 GFLOPS | Progress: (16/20) | 29.94 s
    [Task  8/25]  Current/Best:   14.11/  17.19 GFLOPS | Progress: (20/20) | 35.75 s Done.
+
    [Task  9/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  9/25]  Current/Best:    8.75/  14.10 GFLOPS | Progress: (4/20) | 9.21 s
    [Task  9/25]  Current/Best:   10.16/  16.59 GFLOPS | Progress: (8/20) | 13.90 s
    [Task  9/25]  Current/Best:   22.54/  22.54 GFLOPS | Progress: (12/20) | 19.97 s
    [Task  9/25]  Current/Best:    8.22/  22.54 GFLOPS | Progress: (16/20) | 30.62 s
    [Task  9/25]  Current/Best:    9.87/  23.24 GFLOPS | Progress: (20/20) | 33.20 s Done.
+
    [Task 10/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 10/25]  Current/Best:    6.35/  13.03 GFLOPS | Progress: (4/20) | 4.10 s
    [Task 10/25]  Current/Best:   11.37/  13.03 GFLOPS | Progress: (8/20) | 5.87 s
    [Task 10/25]  Current/Best:    1.56/  17.13 GFLOPS | Progress: (12/20) | 8.06 s
    [Task 10/25]  Current/Best:   11.77/  17.93 GFLOPS | Progress: (16/20) | 10.70 s
    [Task 10/25]  Current/Best:    6.76/  18.84 GFLOPS | Progress: (20/20) | 13.23 s Done.
+
    [Task 11/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 11/25]  Current/Best:   11.45/  18.12 GFLOPS | Progress: (4/20) | 4.40 s
    [Task 11/25]  Current/Best:   17.33/  19.81 GFLOPS | Progress: (8/20) | 6.73 s
    [Task 11/25]  Current/Best:    7.96/  19.81 GFLOPS | Progress: (12/20) | 9.30 s
    [Task 11/25]  Current/Best:   20.58/  20.58 GFLOPS | Progress: (16/20) | 12.18 s
    [Task 11/25]  Current/Best:   18.78/  20.58 GFLOPS | Progress: (20/20) | 14.93 s Done.
+
    [Task 12/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 12/25]  Current/Best:    3.00/  14.57 GFLOPS | Progress: (4/20) | 5.23 s
    [Task 12/25]  Current/Best:    7.73/  15.36 GFLOPS | Progress: (8/20) | 8.93 s
    [Task 12/25]  Current/Best:    2.98/  15.36 GFLOPS | Progress: (12/20) | 11.95 s
    [Task 12/25]  Current/Best:   10.50/  20.43 GFLOPS | Progress: (16/20) | 17.75 s
    [Task 12/25]  Current/Best:   11.63/  20.43 GFLOPS | Progress: (20/20) | 21.96 s Done.
+
    [Task 13/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 13/25]  Current/Best:   10.11/  16.97 GFLOPS | Progress: (4/20) | 4.90 s
    [Task 13/25]  Current/Best:   11.15/  16.97 GFLOPS | Progress: (8/20) | 8.39 s
    [Task 13/25]  Current/Best:   16.60/  18.74 GFLOPS | Progress: (12/20) | 10.69 s
    [Task 13/25]  Current/Best:   12.21/  20.77 GFLOPS | Progress: (16/20) | 13.84 s
    [Task 13/25]  Current/Best:   21.73/  21.73 GFLOPS | Progress: (20/20) | 16.70 s Done.
+
    [Task 14/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 14/25]  Current/Best:   12.25/  12.92 GFLOPS | Progress: (4/20) | 3.90 s
    [Task 14/25]  Current/Best:    9.94/  16.84 GFLOPS | Progress: (8/20) | 8.25 s
    [Task 14/25]  Current/Best:   18.33/  18.33 GFLOPS | Progress: (12/20) | 11.49 s
    [Task 14/25]  Current/Best:   11.26/  21.62 GFLOPS | Progress: (16/20) | 13.38 s
    [Task 14/25]  Current/Best:    3.09/  21.62 GFLOPS | Progress: (20/20) | 16.10 s
    [Task 15/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 15/25]  Current/Best:   20.08/  20.08 GFLOPS | Progress: (4/20) | 3.50 s
    [Task 15/25]  Current/Best:    4.13/  20.08 GFLOPS | Progress: (8/20) | 6.52 s
    [Task 15/25]  Current/Best:   15.44/  20.08 GFLOPS | Progress: (12/20) | 10.09 s Done.
+
    [Task 15/25]  Current/Best:    6.46/  20.08 GFLOPS | Progress: (16/20) | 16.02 s
    [Task 15/25]  Current/Best:    7.56/  20.08 GFLOPS | Progress: (20/20) | 21.09 s Done.
+
    [Task 16/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 16/25]  Current/Best:   13.68/  15.48 GFLOPS | Progress: (4/20) | 3.89 s
    [Task 16/25]  Current/Best:   16.54/  16.54 GFLOPS | Progress: (8/20) | 5.75 s
    [Task 16/25]  Current/Best:    6.46/  16.54 GFLOPS | Progress: (12/20) | 7.92 s
    [Task 16/25]  Current/Best:   12.64/  16.54 GFLOPS | Progress: (16/20) | 10.63 s
    [Task 16/25]  Current/Best:   14.51/  16.54 GFLOPS | Progress: (20/20) | 12.78 s Done.
+
    [Task 17/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 17/25]  Current/Best:   11.73/  14.68 GFLOPS | Progress: (4/20) | 4.02 s
    [Task 17/25]  Current/Best:   18.44/  18.44 GFLOPS | Progress: (8/20) | 6.53 s
    [Task 17/25]  Current/Best:    6.35/  23.15 GFLOPS | Progress: (12/20) | 8.98 s
    [Task 17/25]  Current/Best:    9.88/  23.15 GFLOPS | Progress: (16/20) | 11.24 s
    [Task 17/25]  Current/Best:   12.63/  23.15 GFLOPS | Progress: (20/20) | 13.41 s Done.
+
    [Task 18/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 18/25]  Current/Best:    7.14/  18.17 GFLOPS | Progress: (4/20) | 4.46 s
    [Task 18/25]  Current/Best:    9.63/  23.30 GFLOPS | Progress: (8/20) | 6.32 s
    [Task 18/25]  Current/Best:   14.64/  23.30 GFLOPS | Progress: (12/20) | 11.40 s
    [Task 18/25]  Current/Best:   20.64/  23.30 GFLOPS | Progress: (16/20) | 13.40 s
    [Task 18/25]  Current/Best:    7.85/  23.30 GFLOPS | Progress: (20/20) | 19.41 s Done.
+
    [Task 19/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 19/25]  Current/Best:   15.92/  22.19 GFLOPS | Progress: (4/20) | 3.96 s
    [Task 19/25]  Current/Best:   15.10/  22.19 GFLOPS | Progress: (8/20) | 7.88 s
    [Task 19/25]  Current/Best:    3.08/  22.19 GFLOPS | Progress: (12/20) | 13.84 s
    [Task 19/25]  Current/Best:   15.03/  22.19 GFLOPS | Progress: (16/20) | 17.23 s
    [Task 19/25]  Current/Best:   10.57/  22.19 GFLOPS | Progress: (20/20) | 20.82 s Done.
+
    [Task 20/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 20/25]  Current/Best:   11.73/  18.12 GFLOPS | Progress: (4/20) | 3.73 s
    [Task 20/25]  Current/Best:    8.09/  18.12 GFLOPS | Progress: (8/20) | 7.03 s
    [Task 20/25]  Current/Best:    9.39/  18.12 GFLOPS | Progress: (12/20) | 11.16 s
    [Task 20/25]  Current/Best:   12.18/  18.12 GFLOPS | Progress: (16/20) | 13.93 s
    [Task 20/25]  Current/Best:   18.73/  18.73 GFLOPS | Progress: (20/20) | 16.90 s
    [Task 21/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 21/25]  Current/Best:    9.43/  18.66 GFLOPS | Progress: (4/20) | 4.07 s Done.
+
    [Task 21/25]  Current/Best:    5.35/  18.76 GFLOPS | Progress: (8/20) | 7.92 s
    [Task 21/25]  Current/Best:   14.13/  18.76 GFLOPS | Progress: (12/20) | 10.32 s
    [Task 21/25]  Current/Best:    5.29/  22.50 GFLOPS | Progress: (16/20) | 12.30 s
    [Task 21/25]  Current/Best:    9.83/  22.50 GFLOPS | Progress: (20/20) | 15.20 s
    [Task 22/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 22/25]  Current/Best:    4.89/  17.88 GFLOPS | Progress: (4/20) | 4.21 s
    [Task 22/25]  Current/Best:   16.45/  20.23 GFLOPS | Progress: (8/20) | 5.73 s
    [Task 22/25]  Current/Best:    8.94/  20.23 GFLOPS | Progress: (12/20) | 10.12 s
    [Task 22/25]  Current/Best:   10.08/  20.23 GFLOPS | Progress: (16/20) | 12.50 s
    [Task 22/25]  Current/Best:   13.84/  20.23 GFLOPS | Progress: (20/20) | 14.51 s Done.
+
    [Task 23/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 23/25]  Current/Best:   14.73/  17.65 GFLOPS | Progress: (4/20) | 4.77 s
    [Task 23/25]  Current/Best:    1.55/  17.65 GFLOPS | Progress: (8/20) | 8.57 s
    [Task 23/25]  Current/Best:   13.36/  21.82 GFLOPS | Progress: (12/20) | 11.41 s
    [Task 23/25]  Current/Best:   17.62/  23.10 GFLOPS | Progress: (16/20) | 14.70 s
    [Task 23/25]  Current/Best:    8.31/  23.10 GFLOPS | Progress: (20/20) | 18.76 s Done.
+
    [Task 24/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 24/25]  Current/Best:    5.53/   5.53 GFLOPS | Progress: (4/20) | 12.76 s
    [Task 24/25]  Current/Best:    3.92/   9.47 GFLOPS | Progress: (8/20) | 16.60 s
    [Task 24/25]  Current/Best:    3.27/   9.47 GFLOPS | Progress: (12/20) | 27.55 s
    [Task 24/25]  Current/Best:    3.42/   9.47 GFLOPS | Progress: (16/20) | 39.60 s
    [Task 24/25]  Current/Best:    8.33/   9.47 GFLOPS | Progress: (20/20) | 45.80 s
    [Task 25/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s Done.
+
    [Task 25/25]  Current/Best:    3.00/   8.33 GFLOPS | Progress: (4/20) | 12.77 s
    [Task 25/25]  Current/Best:    6.69/   8.33 GFLOPS | Progress: (8/20) | 24.55 s
    [Task 25/25]  Current/Best:    1.54/   8.37 GFLOPS | Progress: (12/20) | 35.24 s
    [Task 25/25]  Current/Best:    8.03/   8.37 GFLOPS | Progress: (16/20) | 47.11 s
    [Task 25/25]  Current/Best:    7.23/   8.37 GFLOPS | Progress: (20/20) | 56.76 s
 
 
 
@@ -665,7 +665,7 @@ Verify that the optimized model runs and produces the same results:
  .. code-block:: none
 
     class='n02123045 tabby, tabby cat' with probability=0.621104
-    class='n02123159 tiger cat' with probability=0.356378
+    class='n02123159 tiger cat' with probability=0.356377
     class='n02124075 Egyptian cat' with probability=0.019712
     class='n02129604 tiger, Panthera tigris' with probability=0.001215
     class='n04040759 radiator' with probability=0.000262
@@ -722,8 +722,8 @@ improvement in comparing the optimized model to the unoptimized model.
 
  .. code-block:: none
 
-    optimized: {'mean': 423.75794938000126, 'median': 421.92225845001303, 'std': 3.734169125434756}
-    unoptimized: {'mean': 508.56751572999656, 'median': 508.4643390500105, 'std': 0.7452097244428618}
+    optimized: {'mean': 405.29033226999445, 'median': 404.2769458999942, 'std': 1.704228286917292}
+    unoptimized: {'mean': 512.4501708199999, 'median': 512.715859650001, 'std': 1.931150289600649}
 
 
 
@@ -746,7 +746,7 @@ profiling/benchmarking.
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 11 minutes  48.517 seconds)
+   **Total running time of the script:** ( 12 minutes  18.611 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 102fc0e013..4dcd192771 100644
--- a/docs/_sources/tutorial/cross_compilation_and_rpc.rst.txt
+++ b/docs/_sources/tutorial/cross_compilation_and_rpc.rst.txt
@@ -274,7 +274,7 @@ device and returns the measured cost. Network overhead is excluded.
 
  .. code-block:: none
 
-    1.286e-07 secs/op
+    1.242e-07 secs/op
 
 
 
diff --git a/docs/_sources/tutorial/intro_topi.rst.txt b/docs/_sources/tutorial/intro_topi.rst.txt
index f2ab6b1928..78a1fb114a 100644
--- a/docs/_sources/tutorial/intro_topi.rst.txt
+++ b/docs/_sources/tutorial/intro_topi.rst.txt
@@ -268,7 +268,7 @@ As you can see, scheduled stages of computation have been accumulated and we can
 
  .. code-block:: none
 
-    [stage(a, placeholder(a, 0x216ec140)), stage(b, placeholder(b, 0x11211db0)), stage(T_add, compute(T_add, body=[a[ax0, ax1, ax2] + b[ax1, ax2]], axis=[T.iter_var(ax0, T.Range(0, 100), "DataPar", ""), T.iter_var(ax1, T.Range(0, 10), "DataPar", ""), T.iter_var(ax2, T.Range(0, 10), "DataPar", "")], reduce_axis=[], tag=broadcast, attrs={})), stage(T_multiply, compute(T_multiply, body=[a[ax0, ax1, ax2] * b[ax1, ax2]], axis=[T.iter_var(ax0, T.Range(0, 100), "DataPar", ""), T.iter_var(ax1, T [...]
+    [stage(a, placeholder(a, 0x22d87000)), stage(b, placeholder(b, 0x29dcfad0)), stage(T_add, compute(T_add, body=[a[ax0, ax1, ax2] + b[ax1, ax2]], axis=[T.iter_var(ax0, T.Range(0, 100), "DataPar", ""), T.iter_var(ax1, T.Range(0, 10), "DataPar", ""), T.iter_var(ax2, T.Range(0, 10), "DataPar", "")], reduce_axis=[], tag=broadcast, attrs={})), stage(T_multiply, compute(T_multiply, body=[a[ax0, ax1, ax2] * b[ax1, ax2]], axis=[T.iter_var(ax0, T.Range(0, 100), "DataPar", ""), T.iter_var(ax1, T [...]
 
 
 
diff --git a/docs/_sources/tutorial/sg_execution_times.rst.txt b/docs/_sources/tutorial/sg_execution_times.rst.txt
index 148e19dd8d..665bb8e1cf 100644
--- a/docs/_sources/tutorial/sg_execution_times.rst.txt
+++ b/docs/_sources/tutorial/sg_execution_times.rst.txt
@@ -5,24 +5,24 @@
 
 Computation times
 =================
-**15:22.871** total execution time for **tutorial** files:
+**15:48.849** total execution time for **tutorial** files:
 
 +------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_tutorial_autotvm_relay_x86.py` (``autotvm_relay_x86.py``)                 | 11:48.517 | 0.0 MB |
+| :ref:`sphx_glr_tutorial_autotvm_relay_x86.py` (``autotvm_relay_x86.py``)                 | 12:18.611 | 0.0 MB |
 +------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_tutorial_auto_scheduler_matmul_x86.py` (``auto_scheduler_matmul_x86.py``) | 01:31.135 | 0.0 MB |
+| :ref:`sphx_glr_tutorial_auto_scheduler_matmul_x86.py` (``auto_scheduler_matmul_x86.py``) | 01:29.634 | 0.0 MB |
 +------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_tutorial_tensor_expr_get_started.py` (``tensor_expr_get_started.py``)     | 00:57.970 | 0.0 MB |
+| :ref:`sphx_glr_tutorial_tensor_expr_get_started.py` (``tensor_expr_get_started.py``)     | 01:00.035 | 0.0 MB |
 +------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_tutorial_relay_quick_start.py` (``relay_quick_start.py``)                 | 00:35.705 | 0.0 MB |
+| :ref:`sphx_glr_tutorial_relay_quick_start.py` (``relay_quick_start.py``)                 | 00:35.624 | 0.0 MB |
 +------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_tutorial_autotvm_matmul_x86.py` (``autotvm_matmul_x86.py``)               | 00:27.935 | 0.0 MB |
+| :ref:`sphx_glr_tutorial_autotvm_matmul_x86.py` (``autotvm_matmul_x86.py``)               | 00:22.703 | 0.0 MB |
 +------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_tutorial_intro_topi.py` (``intro_topi.py``)                               | 00:00.822 | 0.0 MB |
+| :ref:`sphx_glr_tutorial_tensor_ir_blitz_course.py` (``tensor_ir_blitz_course.py``)       | 00:01.242 | 0.0 MB |
 +------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_tutorial_tensor_ir_blitz_course.py` (``tensor_ir_blitz_course.py``)       | 00:00.623 | 0.0 MB |
+| :ref:`sphx_glr_tutorial_intro_topi.py` (``intro_topi.py``)                               | 00:00.828 | 0.0 MB |
 +------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_tutorial_cross_compilation_and_rpc.py` (``cross_compilation_and_rpc.py``) | 00:00.164 | 0.0 MB |
+| :ref:`sphx_glr_tutorial_cross_compilation_and_rpc.py` (``cross_compilation_and_rpc.py``) | 00:00.171 | 0.0 MB |
 +------------------------------------------------------------------------------------------+-----------+--------+
 | :ref:`sphx_glr_tutorial_uma.py` (``uma.py``)                                             | 00:00.000 | 0.0 MB |
 +------------------------------------------------------------------------------------------+-----------+--------+
diff --git a/docs/_sources/tutorial/tensor_expr_get_started.rst.txt b/docs/_sources/tutorial/tensor_expr_get_started.rst.txt
index 35eb5bead2..2415db730f 100644
--- a/docs/_sources/tutorial/tensor_expr_get_started.rst.txt
+++ b/docs/_sources/tutorial/tensor_expr_get_started.rst.txt
@@ -389,7 +389,7 @@ compile and run this new schedule with the parallel operation applied:
 
  .. code-block:: none
 
-    parallel: 0.000008
+    parallel: 0.000007
 
 
 
@@ -444,7 +444,7 @@ factor to be the number of threads on your CPU.
 
  .. code-block:: none
 
-    vector: 0.000026
+    vector: 0.000025
     @I.ir_module
     class Module:
         @T.prim_func
@@ -498,10 +498,10 @@ We can now compare the different schedules
  .. code-block:: none
 
                 Operator                  Timing             Performance
-                   numpy    7.255440000335511e-06                    1.0
-                   naive    6.713099999999999e-06     0.9252505705635451
-                parallel    7.894900000000001e-06     1.0881352474329495
-                  vector             2.64746e-05      3.6489310088396767
+                   numpy    6.99341999961689e-06                     1.0
+                   naive              6.6712e-06      0.9539252612263325
+                parallel    6.947499999999999e-06      0.993433827852552
+                  vector             2.46171e-05      3.5200374067835996
 
 
 
@@ -922,7 +922,7 @@ matrix multiplication.
 
  .. code-block:: none
 
-    Numpy running time: 0.018825
+    Numpy running time: 0.018290
 
 
 
@@ -980,7 +980,7 @@ optimizations.
 
  .. code-block:: none
 
-    none: 3.164111
+    none: 3.331920
 
 
 
@@ -1077,7 +1077,7 @@ schedule.
 
  .. code-block:: none
 
-    blocking: 0.304901
+    blocking: 0.303540
 
 
 
@@ -1158,7 +1158,7 @@ already cache friendly from our previous optimizations.
 
  .. code-block:: none
 
-    vectorization: 0.339064
+    vectorization: 0.336397
     @I.ir_module
     class Module:
         @T.prim_func
@@ -1221,7 +1221,7 @@ more cache friendly.
 
  .. code-block:: none
 
-    loop permutation: 0.115273
+    loop permutation: 0.119948
     @I.ir_module
     class Module:
         @T.prim_func
@@ -1309,7 +1309,7 @@ optimized schedule.
 
  .. code-block:: none
 
-    array packing: 0.107194
+    array packing: 0.109643
     @I.ir_module
     class Module:
         @T.prim_func
@@ -1389,7 +1389,7 @@ to `C` when all the block results are ready.
 
  .. code-block:: none
 
-    block caching: 0.110575
+    block caching: 0.110073
     @I.ir_module
     class Module:
         @T.prim_func
@@ -1460,7 +1460,7 @@ of thread-level parallelization.
 
  .. code-block:: none
 
-    parallelization: 0.145853
+    parallelization: 0.144807
     @I.ir_module
     class Module:
         @T.prim_func
@@ -1527,13 +1527,13 @@ working, we can compare the results.
  .. code-block:: none
 
                 Operator                  Timing             Performance
-                    none      3.1641112787999996                     1.0
-                blocking            0.3049014778     0.09636243827544363
-           vectorization     0.33906354070000005     0.10715917071936581
-        loop permutation     0.11527291720000002     0.03643137268033053
-           array packing            0.1071943396    0.033878182577906625
-           block caching             0.110574533     0.03494647414611024
-         parallelization     0.14585330879999997    0.046096137571784566
+                    none      3.3319199900000003                     1.0
+                blocking            0.3035396605     0.09110052504592103
+           vectorization            0.3363970542     0.10096192441883935
+        loop permutation     0.11994758629999999    0.035999539802875034
+           array packing     0.10964327699999998    0.032906935739474334
+           block caching     0.11007337669999999    0.033036020381749916
+         parallelization     0.14480693220000002     0.04346050704536876
 
 
 
@@ -1573,6 +1573,11 @@ operations with tunable parameters that allows you to automatically optimize
 the computation for specific platforms.
 
 
+.. rst-class:: sphx-glr-timing
+
+   **Total running time of the script:** ( 1 minutes  0.035 seconds)
+
+
 .. _sphx_glr_download_tutorial_tensor_expr_get_started.py:
 
 .. only:: html
diff --git a/docs/commit_hash b/docs/commit_hash
index 8cfd956fbb..78f1f2e40b 100644
--- a/docs/commit_hash
+++ b/docs/commit_hash
@@ -1 +1 @@
-56926009616e5f28bb42dfb9d136474e2bafde15
+26d3244fb8e0bed5bf0bbf09ad2f88d2efc546a8
diff --git a/docs/how_to/compile_models/from_darknet.html b/docs/how_to/compile_models/from_darknet.html
index f109d49d5a..20eeabdf81 100644
--- a/docs/how_to/compile_models/from_darknet.html
+++ b/docs/how_to/compile_models/from_darknet.html
@@ -585,7 +585,7 @@ class:[&#39;truck 0.9266&#39;] left:471 top:83 right:689 bottom:169
 class:[&#39;bicycle 0.9984&#39;] left:111 top:113 right:577 bottom:447
 </pre></div>
 </div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  16.940 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  15.159 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-compile-models-from-darknet-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/7716f96385bd5abb6e822041e285be54/from_darknet.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_darknet.py</span></code></a></p>
diff --git a/docs/how_to/compile_models/from_keras.html b/docs/how_to/compile_models/from_keras.html
index 460316ad82..cbdce2a81e 100644
--- a/docs/how_to/compile_models/from_keras.html
+++ b/docs/how_to/compile_models/from_keras.html
@@ -506,7 +506,7 @@ Tensorflow is also required since it’s used as the default backend of keras.</
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Relay top-1 id: 285, class name: Egyptian cat
 
 1/1 [==============================] - ETA: 0s
-1/1 [==============================] - 1s 922ms/step
+1/1 [==============================] - 1s 941ms/step
 Keras top-1 id: 285, class name: Egyptian cat
 </pre></div>
 </div>
diff --git a/docs/how_to/compile_models/from_mxnet.html b/docs/how_to/compile_models/from_mxnet.html
index 21e458c273..245f1da620 100644
--- a/docs/how_to/compile_models/from_mxnet.html
+++ b/docs/how_to/compile_models/from_mxnet.html
@@ -439,7 +439,7 @@
 <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;x&quot;</span><span class="p">,</span> <a href="https://docs.python.org/3/library/stdtypes.html#tuple" title="builtins.tuple" class="sphx-glr-backref-module-builtins sphx-glr-backref-type-py-class sphx-glr-backref-instance"><span class="n">x</span><span class="o">.</span><span class="n">shape</span></a><span class="p">)</span>
 </pre></div>
 </div>
-<img src="../../_images/sphx_glr_from_mxnet_001.png" srcset="../../_images/sphx_glr_from_mxnet_001.png" alt="from mxnet" class = "sphx-glr-single-img"/><div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Downloading /workspace/.mxnet/models/resnet18_v1-a0666292.zip31278884-f624-4b28-a605-c808c85aa157 from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/resnet18_v1-a0666292.zip...
+<img src="../../_images/sphx_glr_from_mxnet_001.png" srcset="../../_images/sphx_glr_from_mxnet_001.png" alt="from mxnet" class = "sphx-glr-single-img"/><div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Downloading /workspace/.mxnet/models/resnet18_v1-a0666292.zip89b12ec3-1876-4d3a-84a8-1e69ef0d9ff7 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_oneflow.html b/docs/how_to/compile_models/from_oneflow.html
index cdf651da82..c79484eace 100644
--- a/docs/how_to/compile_models/from_oneflow.html
+++ b/docs/how_to/compile_models/from_oneflow.html
@@ -449,13 +449,11 @@ Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdo
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Downloading: &quot;https://oneflow-public.oss-cn-beijing.aliyuncs.com/model_zoo/flowvision/classification/ResNet/resnet18.zip&quot; to /workspace/.oneflow/flowvision_cache/resnet18.zip
 
   0%|          | 0.00/41.5M [00:00&lt;?, ?B/s]
- 17%|#7        | 7.20M/41.5M [00:00&lt;00:00, 75.4MB/s]
- 35%|###4      | 14.4M/41.5M [00:00&lt;00:00, 65.8MB/s]
- 50%|####9     | 20.7M/41.5M [00:00&lt;00:00, 60.0MB/s]
- 64%|######3   | 26.5M/41.5M [00:00&lt;00:00, 52.7MB/s]
- 80%|#######9  | 33.0M/41.5M [00:00&lt;00:00, 57.3MB/s]
- 93%|#########3| 38.6M/41.5M [00:00&lt;00:00, 44.8MB/s]
-100%|##########| 41.5M/41.5M [00:00&lt;00:00, 51.9MB/s]
+ 20%|#9        | 8.12M/41.5M [00:00&lt;00:00, 81.9MB/s]
+ 39%|###8      | 16.0M/41.5M [00:00&lt;00:00, 80.3MB/s]
+ 58%|#####7    | 24.0M/41.5M [00:00&lt;00:00, 81.9MB/s]
+ 82%|########2 | 34.1M/41.5M [00:00&lt;00:00, 79.9MB/s]
+100%|##########| 41.5M/41.5M [00:00&lt;00:00, 80.3MB/s]
 </pre></div>
 </div>
 </div>
diff --git a/docs/how_to/compile_models/from_pytorch.html b/docs/how_to/compile_models/from_pytorch.html
index a8fc53d948..f48ba27abd 100644
--- a/docs/how_to/compile_models/from_pytorch.html
+++ b/docs/how_to/compile_models/from_pytorch.html
@@ -432,13 +432,10 @@ be unstable.</p>
 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]
- 18%|#7        | 7.99M/44.7M [00:00&lt;00:00, 49.2MB/s]
- 32%|###2      | 14.3M/44.7M [00:00&lt;00:00, 35.4MB/s]
- 40%|###9      | 17.8M/44.7M [00:00&lt;00:00, 33.5MB/s]
- 54%|#####3    | 24.0M/44.7M [00:00&lt;00:00, 41.6MB/s]
- 72%|#######1  | 32.0M/44.7M [00:00&lt;00:00, 45.6MB/s]
- 90%|########9 | 40.0M/44.7M [00:00&lt;00:00, 52.3MB/s]
-100%|##########| 44.7M/44.7M [00:00&lt;00:00, 50.1MB/s]
+ 29%|##8       | 12.8M/44.7M [00:00&lt;00:00, 134MB/s]
+ 57%|#####7    | 25.5M/44.7M [00:00&lt;00:00, 118MB/s]
+ 83%|########2 | 36.9M/44.7M [00:00&lt;00:00, 109MB/s]
+100%|##########| 44.7M/44.7M [00:00&lt;00:00, 110MB/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 384188e3a5..23636cfc38 100644
--- a/docs/how_to/compile_models/from_tensorflow.html
+++ b/docs/how_to/compile_models/from_tensorflow.html
@@ -649,7 +649,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  20.604 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  21.595 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-compile-models-from-tensorflow-py">
 <div class="sphx-glr-download sphx-glr-download-python 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 9c8b7f3b39..baf4e7a077 100644
--- a/docs/how_to/compile_models/sg_execution_times.html
+++ b/docs/how_to/compile_models/sg_execution_times.html
@@ -340,7 +340,7 @@
             
   <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>06:17.784</strong> total execution time for <strong>how_to_compile_models</strong> files:</p>
+<p><strong>06:20.548</strong> total execution time for <strong>how_to_compile_models</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 81%" />
@@ -349,43 +349,43 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><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></td>
-<td><p>01:20.604</p></td>
+<td><p>01:21.595</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
-<td><p>01:16.940</p></td>
+<td><p>01:15.159</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:51.291</p></td>
+<td><p>00:52.454</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="from_oneflow.html#sphx-glr-how-to-compile-models-from-oneflow-py"><span class="std std-ref">Compile OneFlow Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_oneflow.py</span></code>)</p></td>
-<td><p>00:35.095</p></td>
+<td><p>00:35.872</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:30.553</p></td>
+<td><p>00:30.786</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
-<td><p>00:29.430</p></td>
+<td><p>00:30.599</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:26.452</p></td>
+<td><p>00:26.418</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
-<td><p>00:24.396</p></td>
+<td><p>00:24.518</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:20.355</p></td>
+<td><p>00:20.544</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
-<td><p>00:02.670</p></td>
+<td><p>00:02.603</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 </tbody>
diff --git a/docs/how_to/deploy_models/deploy_model_on_adreno.html b/docs/how_to/deploy_models/deploy_model_on_adreno.html
index bb8771c9ca..9817776b8a 100644
--- a/docs/how_to/deploy_models/deploy_model_on_adreno.html
+++ b/docs/how_to/deploy_models/deploy_model_on_adreno.html
@@ -920,7 +920,7 @@ Top5 predictions:
 Evaluate inference time cost...
 Execution time summary:
  mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)
- 2545.0897    2544.5280    2548.3965    2543.5946      1.3722
+ 2542.7702    2542.0444    2546.5456    2540.9472      1.7707
 </pre></div>
 </div>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-deploy-models-deploy-model-on-adreno-py">
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 b8c21917c2..80e2c2e20b 100644
--- a/docs/how_to/deploy_models/deploy_model_on_android.html
+++ b/docs/how_to/deploy_models/deploy_model_on_android.html
@@ -662,7 +662,7 @@ to the remote android device.</p>
 Evaluate inference time cost...
 Execution time summary:
  mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)
-  16.0066      16.0084      16.1286      15.8646       0.0826
+  16.0846      16.0336      16.5280      15.9333       0.1693
 </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 50407f136f..c4b4920812 100644
--- a/docs/how_to/deploy_models/deploy_object_detection_pytorch.html
+++ b/docs/how_to/deploy_models/deploy_object_detection_pytorch.html
@@ -454,20 +454,21 @@ be unstable.</p>
 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]
-  7%|6         | 11.7M/170M [00:00&lt;00:01, 123MB/s]
- 14%|#3        | 23.5M/170M [00:00&lt;00:01, 123MB/s]
- 21%|##        | 35.3M/170M [00:00&lt;00:01, 83.0MB/s]
- 28%|##8       | 48.0M/170M [00:00&lt;00:01, 89.2MB/s]
- 37%|###7      | 63.7M/170M [00:00&lt;00:01, 110MB/s]
- 44%|####4     | 75.2M/170M [00:00&lt;00:00, 102MB/s]
- 52%|#####1    | 88.0M/170M [00:00&lt;00:00, 96.3MB/s]
- 59%|#####9    | 100M/170M [00:01&lt;00:00, 105MB/s]
- 66%|######5   | 112M/170M [00:01&lt;00:00, 100MB/s]
- 72%|#######2  | 123M/170M [00:01&lt;00:00, 98.6MB/s]
+  7%|7         | 11.9M/170M [00:00&lt;00:01, 125MB/s]
+ 14%|#4        | 23.9M/170M [00:00&lt;00:01, 109MB/s]
+ 20%|##        | 34.4M/170M [00:00&lt;00:01, 94.3MB/s]
+ 27%|##7       | 46.7M/170M [00:00&lt;00:01, 106MB/s]
+ 34%|###3      | 57.1M/170M [00:00&lt;00:01, 93.3MB/s]
+ 41%|####1     | 69.8M/170M [00:00&lt;00:01, 105MB/s]
+ 47%|####7     | 80.2M/170M [00:00&lt;00:00, 103MB/s]
+ 53%|#####3    | 90.2M/170M [00:00&lt;00:00, 96.0MB/s]
+ 60%|######    | 102M/170M [00:01&lt;00:00, 104MB/s]
+ 66%|######6   | 112M/170M [00:01&lt;00:00, 91.7MB/s]
+ 74%|#######4  | 126M/170M [00:01&lt;00:00, 104MB/s]
  80%|########  | 136M/170M [00:01&lt;00:00, 99.1MB/s]
- 87%|########7 | 148M/170M [00:01&lt;00:00, 106MB/s]
- 94%|#########3| 159M/170M [00:01&lt;00:00, 108MB/s]
-100%|#########9| 169M/170M [00:01&lt;00:00, 98.4MB/s]
+ 87%|########6 | 148M/170M [00:01&lt;00:00, 104MB/s]
+ 93%|#########3| 158M/170M [00:01&lt;00:00, 103MB/s]
+ 99%|#########8| 168M/170M [00:01&lt;00:00, 101MB/s]
 100%|##########| 170M/170M [00:01&lt;00:00, 101MB/s]
 /venv/apache-tvm-py3.7/lib/python3.7/site-packages/torch/nn/functional.py:3897: 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)
@@ -566,7 +567,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  27.556 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 3 minutes  28.697 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-deploy-models-deploy-object-detection-pytorch-py">
 <div class="sphx-glr-download sphx-glr-download-python 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 1f23c3864f..4096f17f71 100644
--- a/docs/how_to/deploy_models/deploy_prequantized.html
+++ b/docs/how_to/deploy_models/deploy_prequantized.html
@@ -495,8 +495,7 @@ training. Other models require a full post training calibration.</p>
 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]
- 59%|#####8    | 7.99M/13.6M [00:00&lt;00:00, 64.6MB/s]
-100%|##########| 13.6M/13.6M [00:00&lt;00:00, 93.8MB/s]
+100%|##########| 13.6M/13.6M [00:00&lt;00:00, 143MB/s]
 </pre></div>
 </div>
 </div>
@@ -587,7 +586,7 @@ output values are identical out of 1000 outputs from mobilenet v2.</p>
 </div>
 <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.4616      90.3165      94.6651      90.0549       0.5140
+  90.3077      90.2533      90.8413      90.0963       0.1718
 </pre></div>
 </div>
 <div class="admonition note">
@@ -626,7 +625,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  13.799 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  14.183 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-deploy-models-deploy-prequantized-py">
 <div class="sphx-glr-download sphx-glr-download-python 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 b3f30520dd..460b8f56f9 100644
--- a/docs/how_to/deploy_models/deploy_prequantized_tflite.html
+++ b/docs/how_to/deploy_models/deploy_prequantized_tflite.html
@@ -580,7 +580,7 @@ TFLite Top-5 labels: [387 102 386 341 349]
 </div>
 <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.6743     119.5340     125.3106     118.7616      0.7213
+  120.8255     120.8463     121.4008     120.2592      0.2646
 </pre></div>
 </div>
 <div class="admonition note">
@@ -608,7 +608,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> ( 2 minutes  30.960 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 2 minutes  28.968 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-deploy-models-deploy-prequantized-tflite-py">
 <div class="sphx-glr-download sphx-glr-download-python 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 83083c6d2a..ac7da89a6c 100644
--- a/docs/how_to/deploy_models/deploy_quantized.html
+++ b/docs/how_to/deploy_models/deploy_quantized.html
@@ -521,7 +521,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  40.857 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  27.171 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-deploy-models-deploy-quantized-py">
 <div class="sphx-glr-download sphx-glr-download-python 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_ssd_gluoncv.html b/docs/how_to/deploy_models/deploy_ssd_gluoncv.html
index 60fa01a271..06927dd1ef 100644
--- a/docs/how_to/deploy_models/deploy_ssd_gluoncv.html
+++ b/docs/how_to/deploy_models/deploy_ssd_gluoncv.html
@@ -463,22 +463,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]
-  5%|5         | 7045/132723 [00:00&lt;00:01, 70438.82KB/s]
- 12%|#1        | 15891/132723 [00:00&lt;00:01, 81035.00KB/s]
- 19%|#8        | 24732/132723 [00:00&lt;00:01, 84400.02KB/s]
- 25%|##4       | 33173/132723 [00:00&lt;00:01, 64674.57KB/s]
- 32%|###1      | 41996/132723 [00:00&lt;00:01, 71781.26KB/s]
- 38%|###8      | 50852/132723 [00:00&lt;00:01, 76831.11KB/s]
- 45%|####4     | 59620/132723 [00:00&lt;00:00, 80091.26KB/s]
- 52%|#####1    | 68471/132723 [00:00&lt;00:00, 82619.56KB/s]
- 58%|#####8    | 77329/132723 [00:00&lt;00:00, 84403.74KB/s]
- 65%|######4   | 86215/132723 [00:01&lt;00:00, 85740.83KB/s]
- 72%|#######1  | 95059/132723 [00:01&lt;00:00, 86548.74KB/s]
- 78%|#######8  | 103969/132723 [00:01&lt;00:00, 87310.83KB/s]
- 85%|########5 | 112861/132723 [00:01&lt;00:00, 87792.60KB/s]
- 92%|#########1| 121707/132723 [00:01&lt;00:00, 87990.67KB/s]
- 98%|#########8| 130579/132723 [00:01&lt;00:00, 88206.36KB/s]
-100%|##########| 132723/132723 [00:01&lt;00:00, 82765.82KB/s]
+  5%|4         | 6463/132723 [00:00&lt;00:01, 64621.59KB/s]
+ 11%|#         | 14147/132723 [00:00&lt;00:01, 71802.40KB/s]
+ 16%|#6        | 21813/132723 [00:00&lt;00:01, 74012.77KB/s]
+ 22%|##2       | 29522/132723 [00:00&lt;00:01, 75224.13KB/s]
+ 28%|##8       | 37218/132723 [00:00&lt;00:01, 75835.59KB/s]
+ 34%|###3      | 44909/132723 [00:00&lt;00:01, 76192.32KB/s]
+ 40%|###9      | 52668/132723 [00:00&lt;00:01, 76646.86KB/s]
+ 46%|####5     | 60621/132723 [00:00&lt;00:00, 77563.47KB/s]
+ 52%|#####1    | 68606/132723 [00:00&lt;00:00, 78274.89KB/s]
+ 58%|#####7    | 76604/132723 [00:01&lt;00:00, 78798.59KB/s]
+ 64%|######3   | 84611/132723 [00:01&lt;00:00, 79186.13KB/s]
+ 70%|######9   | 92561/132723 [00:01&lt;00:00, 79278.35KB/s]
+ 76%|#######5  | 100583/132723 [00:01&lt;00:00, 79560.79KB/s]
+ 82%|########1 | 108565/132723 [00:01&lt;00:00, 79637.50KB/s]
+ 88%|########7 | 116541/132723 [00:01&lt;00:00, 79672.38KB/s]
+ 94%|#########3| 124561/132723 [00:01&lt;00:00, 79828.11KB/s]
+100%|#########9| 132562/132723 [00:01&lt;00:00, 79881.74KB/s]
+100%|##########| 132723/132723 [00:01&lt;00:00, 77866.84KB/s]
 </pre></div>
 </div>
 <p>Create TVM runtime and do inference
@@ -517,7 +519,7 @@ Downloading /workspace/.mxnet/models/ssd_512_resnet50_v1_voc-9c8b225a.zip from h
 <span class="n">plt</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
 </pre></div>
 </div>
-<img src="../../_images/sphx_glr_deploy_ssd_gluoncv_001.png" srcset="../../_images/sphx_glr_deploy_ssd_gluoncv_001.png" alt="deploy ssd gluoncv" class = "sphx-glr-single-img"/><p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 3 minutes  35.155 seconds)</p>
+<img src="../../_images/sphx_glr_deploy_ssd_gluoncv_001.png" srcset="../../_images/sphx_glr_deploy_ssd_gluoncv_001.png" alt="deploy ssd gluoncv" class = "sphx-glr-single-img"/><p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 3 minutes  35.758 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-deploy-models-deploy-ssd-gluoncv-py">
 <div class="sphx-glr-download sphx-glr-download-python 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 9d237983d7..7b147f1ad9 100644
--- a/docs/how_to/deploy_models/sg_execution_times.html
+++ b/docs/how_to/deploy_models/sg_execution_times.html
@@ -340,7 +340,7 @@
             
   <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>14:56.410</strong> total execution time for <strong>how_to_deploy_models</strong> files:</p>
+<p><strong>14:43.676</strong> total execution time for <strong>how_to_deploy_models</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 86%" />
@@ -349,39 +349,39 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><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></td>
-<td><p>03:35.155</p></td>
+<td><p>03:35.758</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
-<td><p>03:27.556</p></td>
+<td><p>03:28.697</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><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></td>
-<td><p>02:30.960</p></td>
+<td><p>02:28.968</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
-<td><p>01:40.857</p></td>
+<td><p>01:27.171</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><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></td>
-<td><p>01:13.799</p></td>
+<td><p>01:14.183</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="deploy_model_on_adreno.html#sphx-glr-how-to-deploy-models-deploy-model-on-adreno-py"><span class="std std-ref">Deploy the Pretrained Model on Adreno</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_model_on_adreno.py</span></code>)</p></td>
-<td><p>00:53.705</p></td>
+<td><p>00:53.782</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:40.621</p></td>
+<td><p>00:40.915</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="deploy_model_on_nano.html#sphx-glr-how-to-deploy-models-deploy-model-on-nano-py"><span class="std std-ref">Deploy the Pretrained Model on Jetson Nano</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_model_on_nano.py</span></code>)</p></td>
-<td><p>00:27.093</p></td>
+<td><p>00:27.212</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:26.659</p></td>
+<td><p>00:26.984</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
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 08ea87dfd7..0d13489fc3 100644
--- a/docs/how_to/extend_tvm/bring_your_own_datatypes.html
+++ b/docs/how_to/extend_tvm/bring_your_own_datatypes.html
@@ -619,7 +619,7 @@ In this alpha state of the Bring Your Own Datatypes framework, we have not imple
 <span class="n">module</span><span class="p">,</span> <a href="https://docs.python.org/3/library/stdtypes.html#dict" title="builtins.dict" class="sphx-glr-backref-module-builtins sphx-glr-backref-type-py-class sphx-glr-backref-instance"><span class="n">params</span></a> <span class="o">=</span> <span class="n">get_mobilenet</span><span class="p">()</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Downloading /workspace/.mxnet/models/mobilenet0.25-9f83e440.zipc284f576-75fc-4dd1-87fd-ddce03ce8b37 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.zip8cad172a-71b8-443e-bf16-b13af25d53af 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 a5958e3edd..aadb26e03e 100644
--- a/docs/how_to/extend_tvm/sg_execution_times.html
+++ b/docs/how_to/extend_tvm/sg_execution_times.html
@@ -340,7 +340,7 @@
             
   <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:52.733</strong> total execution time for <strong>how_to_extend_tvm</strong> files:</p>
+<p><strong>00:53.302</strong> total execution time for <strong>how_to_extend_tvm</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 84%" />
@@ -349,15 +349,15 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:49.000</p></td>
+<td><p>00:49.494</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
-<td><p>00:02.660</p></td>
+<td><p>00:02.726</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:01.066</p></td>
+<td><p>00:01.076</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
diff --git a/docs/how_to/extend_tvm/use_pass_instrument.html b/docs/how_to/extend_tvm/use_pass_instrument.html
index 995ef2a82e..0dd6431fc5 100644
--- a/docs/how_to/extend_tvm/use_pass_instrument.html
+++ b/docs/how_to/extend_tvm/use_pass_instrument.html
@@ -526,10 +526,10 @@ profile the execution time of each passes.</p>
 </pre></div>
 </div>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Printing results of timing profile...
-InferType: 21251us [21251us] (48.53%; 48.53%)
-FoldScaleAxis: 22538us [9us] (51.47%; 51.47%)
-        FoldConstant: 22529us [1710us] (51.45%; 99.96%)
-                InferType: 20819us [20819us] (47.54%; 92.41%)
+InferType: 21860us [21860us] (49.21%; 49.21%)
+FoldScaleAxis: 22558us [8us] (50.79%; 50.79%)
+        FoldConstant: 22550us [1755us] (50.77%; 99.96%)
+                InferType: 20795us [20795us] (46.82%; 92.22%)
 </pre></div>
 </div>
 </div>
@@ -551,10 +551,10 @@ Refer to following sections and <a class="reference internal" href="../../refere
 </pre></div>
 </div>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Printing results of timing profile...
-InferType: 20727us [20727us] (48.14%; 48.14%)
-FoldScaleAxis: 22330us [6us] (51.86%; 51.86%)
-        FoldConstant: 22325us [1732us] (51.85%; 99.97%)
-                InferType: 20593us [20593us] (47.83%; 92.24%)
+InferType: 20889us [20889us] (48.20%; 48.20%)
+FoldScaleAxis: 22447us [6us] (51.80%; 51.80%)
+        FoldConstant: 22441us [1817us] (51.78%; 99.97%)
+                InferType: 20624us [20624us] (47.59%; 91.90%)
 </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 556caf14e7..0396c66dc0 100644
--- a/docs/how_to/optimize_operators/opt_conv_cuda.html
+++ b/docs/how_to/optimize_operators/opt_conv_cuda.html
@@ -575,7 +575,7 @@ latency of convolution.</p>
 <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Convolution: </span><span class="si">%f</span><span class="s2"> ms&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="n">evaluator</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">w</span><span class="p">,</span> <span class="n">b</span><span class="p">)</span><span class="o">.</span><span class="n">mean</span> <span class="o">*</span> <span cl [...]
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Convolution: 39.232894 ms
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Convolution: 47.999553 ms
 </pre></div>
 </div>
 <div class="sphx-glr-footer 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 1ffceed553..018f3ba131 100644
--- a/docs/how_to/optimize_operators/opt_conv_tensorcore.html
+++ b/docs/how_to/optimize_operators/opt_conv_tensorcore.html
@@ -861,7 +861,7 @@ be able to run on our build server</p>
     <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;conv2d with tensor core: </span><span class="si">%f</span><span class="s2"> ms&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="n">evaluator</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">w</span><span class="p">,</span> <span class="n">c</span><span class="p">)</span><span class="o">.</span><span class="n">mean</span> <span class="o">* [...]
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>conv2d with tensor core: 13.368719 ms
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>conv2d with tensor core: 10.189472 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 fe6ab00042..8f8e7f3fda 100644
--- a/docs/how_to/optimize_operators/opt_gemm.html
+++ b/docs/how_to/optimize_operators/opt_gemm.html
@@ -472,8 +472,8 @@ Then we write a baseline implementation, the simplest way to write a matrix mult
 <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Baseline: </span><span class="si">%f</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">evaluator</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">,</span> <span class="n">c</span><span class="p">)</span><span class="o">.</span><span class="n">mean</span><span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Numpy running time: 0.018515
-Baseline: 3.232754
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Numpy running time: 0.019155
+Baseline: 3.470827
 </pre></div>
 </div>
 <p>In TVM, we can always inspect lower level IR to debug or optimize our schedule.
@@ -529,7 +529,7 @@ fill 32 * 32 * sizeof(float) which is 4KB in the cache whose total size is 32KB
 <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Opt1: </span><span class="si">%f</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">evaluator</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">,</span> <span class="n">c</span><span class="p">)</span><span class="o">.</span><span class="n">mean</span><span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt1: 0.304784
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt1: 0.297680
 </pre></div>
 </div>
 <p>Here is the generated IR after blocking.</p>
@@ -583,7 +583,7 @@ vastly.</p>
 <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Opt2: </span><span class="si">%f</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">evaluator</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">,</span> <span class="n">c</span><span class="p">)</span><span class="o">.</span><span class="n">mean</span><span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt2: 0.335927
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt2: 0.340056
 </pre></div>
 </div>
 <p>Here is the generated IR after vectorization.</p>
@@ -635,7 +635,7 @@ the access pattern for A matrix is more cache friendly.</p>
 <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Opt3: </span><span class="si">%f</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">evaluator</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">,</span> <span class="n">c</span><span class="p">)</span><span class="o">.</span><span class="n">mean</span><span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt3: 0.115428
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt3: 0.117125
 </pre></div>
 </div>
 <p>Here is the generated IR after loop permutation.</p>
@@ -709,7 +709,7 @@ flattening.</p>
 <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Opt4: </span><span class="si">%f</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">evaluator</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">,</span> <span class="n">c</span><span class="p">)</span><span class="o">.</span><span class="n">mean</span><span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt4: 0.109501
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt4: 0.109383
 </pre></div>
 </div>
 <p>Here is the generated IR after array packing.</p>
@@ -784,7 +784,7 @@ write to C when all the block results are ready.</p>
 <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Opt5: </span><span class="si">%f</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">evaluator</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">,</span> <span class="n">c</span><span class="p">)</span><span class="o">.</span><span class="n">mean</span><span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt5: 0.111203
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt5: 0.111563
 </pre></div>
 </div>
 <p>Here is the generated IR after blocking.</p>
@@ -861,7 +861,7 @@ class Module:
 <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Opt6: </span><span class="si">%f</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">opt6_time</span><span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt6: 0.146464
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt6: 0.146979
 </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 beec46f0b6..442b5463f1 100644
--- a/docs/how_to/optimize_operators/sg_execution_times.html
+++ b/docs/how_to/optimize_operators/sg_execution_times.html
@@ -340,7 +340,7 @@
             
   <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.352</strong> total execution time for <strong>how_to_optimize_operators</strong> files:</p>
+<p><strong>00:35.194</strong> total execution time for <strong>how_to_optimize_operators</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 83%" />
@@ -349,15 +349,15 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:31.727</p></td>
+<td><p>00:32.618</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
-<td><p>00:01.563</p></td>
+<td><p>00:01.494</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:01.062</p></td>
+<td><p>00:01.082</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 </tbody>
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 2e8fe861eb..0c41cfb4d0 100644
--- a/docs/how_to/tune_with_autoscheduler/sg_execution_times.html
+++ b/docs/how_to/tune_with_autoscheduler/sg_execution_times.html
@@ -340,7 +340,7 @@
             
   <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>09:28.269</strong> total execution time for <strong>how_to_tune_with_autoscheduler</strong> files:</p>
+<p><strong>09:11.822</strong> total execution time for <strong>how_to_tune_with_autoscheduler</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 85%" />
@@ -349,27 +349,27 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><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></td>
-<td><p>05:34.610</p></td>
+<td><p>05:30.408</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
-<td><p>01:39.417</p></td>
+<td><p>01:39.673</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><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></td>
-<td><p>01:06.112</p></td>
+<td><p>01:06.190</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
-<td><p>00:40.800</p></td>
+<td><p>00:28.113</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:14.207</p></td>
+<td><p>00:14.236</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
-<td><p>00:13.123</p></td>
+<td><p>00:13.202</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 </tbody>
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 658fef7c52..d6e1a540b0 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
@@ -503,356 +503,629 @@ class Module:
     def main(data: T.Buffer((1, 512, 7, 7), &quot;float32&quot;), kernel: T.Buffer((512, 512, 3, 3), &quot;float32&quot;), bias: T.Buffer((1, 512, 1, 1), &quot;float32&quot;), compute: T.Buffer((1, 512, 7, 7), &quot;float32&quot;)):
         T.func_attr({&quot;from_legacy_te_schedule&quot;: True, &quot;global_symbol&quot;: &quot;main&quot;, &quot;tir.noalias&quot;: True})
         blockIdx_x = T.env_thread(&quot;blockIdx.x&quot;)
-        T.launch_thread(blockIdx_x, 32)
-        conv2d_nchw = T.allocate([14], &quot;float32&quot;, &quot;local&quot;)
-        pad_temp_shared = T.allocate([1008], &quot;float32&quot;, &quot;shared&quot;)
-        kernel_shared = T.allocate([768], &quot;float32&quot;, &quot;shared&quot;)
+        T.launch_thread(blockIdx_x, 128)
+        conv2d_nchw = T.allocate([4], &quot;float32&quot;, &quot;local&quot;)
+        pad_temp_shared = T.allocate([1568], &quot;float32&quot;, &quot;shared&quot;)
+        kernel_shared = T.allocate([128], &quot;float32&quot;, &quot;shared&quot;)
         threadIdx_x = T.env_thread(&quot;threadIdx.x&quot;)
-        T.launch_thread(threadIdx_x, 56)
+        T.launch_thread(threadIdx_x, 49)
         conv2d_nchw_1 = T.Buffer((4,), data=conv2d_nchw, scope=&quot;local&quot;, align=8)
         conv2d_nchw_1[0] = T.float32(0)
         conv2d_nchw_1[2] = T.float32(0)
-        conv2d_nchw_1[4] = T.float32(0)
-        conv2d_nchw_1[6] = T.float32(0)
-        conv2d_nchw_1[8] = T.float32(0)
-        conv2d_nchw_1[10] = T.float32(0)
-        conv2d_nchw_1[12] = T.float32(0)
         conv2d_nchw_1[1] = T.float32(0)
         conv2d_nchw_1[3] = T.float32(0)
-        conv2d_nchw_1[5] = T.float32(0)
-        conv2d_nchw_1[7] = T.float32(0)
-        conv2d_nchw_1[9] = T.float32(0)
-        conv2d_nchw_1[11] = T.float32(0)
-        conv2d_nchw_1[13] = T.float32(0)
-        for rc_outer_outer, rx_outer_outer in T.grid(32, 3):
-            cse_var_1: T.int32 = rc_outer_outer * 144
+        for rc_outer_outer, ry_outer_outer in T.grid(16, 3):
             threadIdx_x_1 = T.env_thread(&quot;threadIdx.x&quot;)
-            pad_temp_shared_1 = T.Buffer((1008,), data=pad_temp_shared, scope=&quot;shared&quot;)
-            with T.launch_thread(threadIdx_x_1, 56):
-                data_1 = T.Buffer((25088,), data=data.data)
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56] = T.if_then_else(1 &lt;= threadIdx_x_1 * 8 % 9 and threadIdx_x_1 * 8 % 9 &lt; 8 and 1 &lt;= rx_outer_outer, data_1[rc_outer_outer * 784 + threadIdx_x_1 * 8 // 9 * 49 + threadIdx_x_1 * 8 % 9 * 7 + rx_outer_outer - 8], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 1] = T.if_then_else(1 &lt;= threadIdx_x_1 * 8 % 9 and threadIdx_x_1 * 8 % 9 &lt; 8, data_1[rc_outer_outer * 784 + threadIdx_x_1 * 8 // 9 * 49 + threadIdx_x_1 * 8 % 9 * 7 + rx_outer_outer - 7], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 2] = T.if_then_else(1 &lt;= threadIdx_x_1 * 8 % 9 and threadIdx_x_1 * 8 % 9 &lt; 8, data_1[rc_outer_outer * 784 + threadIdx_x_1 * 8 // 9 * 49 + threadIdx_x_1 * 8 % 9 * 7 + rx_outer_outer - 6], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 3] = T.if_then_else(1 &lt;= threadIdx_x_1 * 8 % 9 and threadIdx_x_1 * 8 % 9 &lt; 8, data_1[rc_outer_outer * 784 + threadIdx_x_1 * 8 // 9 * 49 + threadIdx_x_1 * 8 % 9 * 7 + rx_outer_outer - 5], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 4] = T.if_then_else(1 &lt;= threadIdx_x_1 * 8 % 9 and threadIdx_x_1 * 8 % 9 &lt; 8, data_1[rc_outer_outer * 784 + threadIdx_x_1 * 8 // 9 * 49 + threadIdx_x_1 * 8 % 9 * 7 + rx_outer_outer - 4], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 5] = T.if_then_else(1 &lt;= threadIdx_x_1 * 8 % 9 and threadIdx_x_1 * 8 % 9 &lt; 8, data_1[rc_outer_outer * 784 + threadIdx_x_1 * 8 // 9 * 49 + threadIdx_x_1 * 8 % 9 * 7 + rx_outer_outer - 3], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 6] = T.if_then_else(1 &lt;= threadIdx_x_1 * 8 % 9 and threadIdx_x_1 * 8 % 9 &lt; 8 and rx_outer_outer &lt; 2, data_1[rc_outer_outer * 784 + threadIdx_x_1 * 8 // 9 * 49 + threadIdx_x_1 * 8 % 9 * 7 + rx_outer_outer - 2], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 7] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 1) % 9 and (threadIdx_x_1 * 8 + 1) % 9 &lt; 8 and 1 &lt;= rx_outer_outer, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 1) // 9 * 49 + (threadIdx_x_1 * 8 + 1) % 9 * 7 + rx_outer_outer - 8], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 8] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 1) % 9 and (threadIdx_x_1 * 8 + 1) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 1) // 9 * 49 + (threadIdx_x_1 * 8 + 1) % 9 * 7 + rx_outer_outer - 7], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 9] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 1) % 9 and (threadIdx_x_1 * 8 + 1) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 1) // 9 * 49 + (threadIdx_x_1 * 8 + 1) % 9 * 7 + rx_outer_outer - 6], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 10] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 1) % 9 and (threadIdx_x_1 * 8 + 1) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 1) // 9 * 49 + (threadIdx_x_1 * 8 + 1) % 9 * 7 + rx_outer_outer - 5], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 11] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 1) % 9 and (threadIdx_x_1 * 8 + 1) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 1) // 9 * 49 + (threadIdx_x_1 * 8 + 1) % 9 * 7 + rx_outer_outer - 4], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 12] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 1) % 9 and (threadIdx_x_1 * 8 + 1) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 1) // 9 * 49 + (threadIdx_x_1 * 8 + 1) % 9 * 7 + rx_outer_outer - 3], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 13] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 1) % 9 and (threadIdx_x_1 * 8 + 1) % 9 &lt; 8 and rx_outer_outer &lt; 2, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 1) // 9 * 49 + (threadIdx_x_1 * 8 + 1) % 9 * 7 + rx_outer_outer - 2], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 14] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 2) % 9 and (threadIdx_x_1 * 8 + 2) % 9 &lt; 8 and 1 &lt;= rx_outer_outer, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 2) // 9 * 49 + (threadIdx_x_1 * 8 + 2) % 9 * 7 + rx_outer_outer - 8], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 15] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 2) % 9 and (threadIdx_x_1 * 8 + 2) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 2) // 9 * 49 + (threadIdx_x_1 * 8 + 2) % 9 * 7 + rx_outer_outer - 7], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 16] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 2) % 9 and (threadIdx_x_1 * 8 + 2) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 2) // 9 * 49 + (threadIdx_x_1 * 8 + 2) % 9 * 7 + rx_outer_outer - 6], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 17] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 2) % 9 and (threadIdx_x_1 * 8 + 2) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 2) // 9 * 49 + (threadIdx_x_1 * 8 + 2) % 9 * 7 + rx_outer_outer - 5], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 18] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 2) % 9 and (threadIdx_x_1 * 8 + 2) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 2) // 9 * 49 + (threadIdx_x_1 * 8 + 2) % 9 * 7 + rx_outer_outer - 4], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 19] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 2) % 9 and (threadIdx_x_1 * 8 + 2) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 2) // 9 * 49 + (threadIdx_x_1 * 8 + 2) % 9 * 7 + rx_outer_outer - 3], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 20] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 2) % 9 and (threadIdx_x_1 * 8 + 2) % 9 &lt; 8 and rx_outer_outer &lt; 2, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 2) // 9 * 49 + (threadIdx_x_1 * 8 + 2) % 9 * 7 + rx_outer_outer - 2], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 21] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 3) % 9 and (threadIdx_x_1 * 8 + 3) % 9 &lt; 8 and 1 &lt;= rx_outer_outer, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 3) // 9 * 49 + (threadIdx_x_1 * 8 + 3) % 9 * 7 + rx_outer_outer - 8], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 22] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 3) % 9 and (threadIdx_x_1 * 8 + 3) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 3) // 9 * 49 + (threadIdx_x_1 * 8 + 3) % 9 * 7 + rx_outer_outer - 7], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 23] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 3) % 9 and (threadIdx_x_1 * 8 + 3) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 3) // 9 * 49 + (threadIdx_x_1 * 8 + 3) % 9 * 7 + rx_outer_outer - 6], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 24] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 3) % 9 and (threadIdx_x_1 * 8 + 3) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 3) // 9 * 49 + (threadIdx_x_1 * 8 + 3) % 9 * 7 + rx_outer_outer - 5], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 25] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 3) % 9 and (threadIdx_x_1 * 8 + 3) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 3) // 9 * 49 + (threadIdx_x_1 * 8 + 3) % 9 * 7 + rx_outer_outer - 4], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 26] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 3) % 9 and (threadIdx_x_1 * 8 + 3) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 3) // 9 * 49 + (threadIdx_x_1 * 8 + 3) % 9 * 7 + rx_outer_outer - 3], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 27] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 3) % 9 and (threadIdx_x_1 * 8 + 3) % 9 &lt; 8 and rx_outer_outer &lt; 2, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 3) // 9 * 49 + (threadIdx_x_1 * 8 + 3) % 9 * 7 + rx_outer_outer - 2], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 28] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 4) % 9 and (threadIdx_x_1 * 8 + 4) % 9 &lt; 8 and 1 &lt;= rx_outer_outer, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 4) // 9 * 49 + (threadIdx_x_1 * 8 + 4) % 9 * 7 + rx_outer_outer - 8], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 29] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 4) % 9 and (threadIdx_x_1 * 8 + 4) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 4) // 9 * 49 + (threadIdx_x_1 * 8 + 4) % 9 * 7 + rx_outer_outer - 7], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 30] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 4) % 9 and (threadIdx_x_1 * 8 + 4) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 4) // 9 * 49 + (threadIdx_x_1 * 8 + 4) % 9 * 7 + rx_outer_outer - 6], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 31] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 4) % 9 and (threadIdx_x_1 * 8 + 4) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 4) // 9 * 49 + (threadIdx_x_1 * 8 + 4) % 9 * 7 + rx_outer_outer - 5], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 32] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 4) % 9 and (threadIdx_x_1 * 8 + 4) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 4) // 9 * 49 + (threadIdx_x_1 * 8 + 4) % 9 * 7 + rx_outer_outer - 4], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 33] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 4) % 9 and (threadIdx_x_1 * 8 + 4) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 4) // 9 * 49 + (threadIdx_x_1 * 8 + 4) % 9 * 7 + rx_outer_outer - 3], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 34] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 4) % 9 and (threadIdx_x_1 * 8 + 4) % 9 &lt; 8 and rx_outer_outer &lt; 2, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 4) // 9 * 49 + (threadIdx_x_1 * 8 + 4) % 9 * 7 + rx_outer_outer - 2], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 35] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 5) % 9 and (threadIdx_x_1 * 8 + 5) % 9 &lt; 8 and 1 &lt;= rx_outer_outer, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 5) // 9 * 49 + (threadIdx_x_1 * 8 + 5) % 9 * 7 + rx_outer_outer - 8], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 36] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 5) % 9 and (threadIdx_x_1 * 8 + 5) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 5) // 9 * 49 + (threadIdx_x_1 * 8 + 5) % 9 * 7 + rx_outer_outer - 7], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 37] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 5) % 9 and (threadIdx_x_1 * 8 + 5) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 5) // 9 * 49 + (threadIdx_x_1 * 8 + 5) % 9 * 7 + rx_outer_outer - 6], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 38] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 5) % 9 and (threadIdx_x_1 * 8 + 5) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 5) // 9 * 49 + (threadIdx_x_1 * 8 + 5) % 9 * 7 + rx_outer_outer - 5], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 39] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 5) % 9 and (threadIdx_x_1 * 8 + 5) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 5) // 9 * 49 + (threadIdx_x_1 * 8 + 5) % 9 * 7 + rx_outer_outer - 4], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 40] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 5) % 9 and (threadIdx_x_1 * 8 + 5) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 5) // 9 * 49 + (threadIdx_x_1 * 8 + 5) % 9 * 7 + rx_outer_outer - 3], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 41] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 5) % 9 and (threadIdx_x_1 * 8 + 5) % 9 &lt; 8 and rx_outer_outer &lt; 2, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 5) // 9 * 49 + (threadIdx_x_1 * 8 + 5) % 9 * 7 + rx_outer_outer - 2], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 42] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 6) % 9 and (threadIdx_x_1 * 8 + 6) % 9 &lt; 8 and 1 &lt;= rx_outer_outer, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 6) // 9 * 49 + (threadIdx_x_1 * 8 + 6) % 9 * 7 + rx_outer_outer - 8], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 43] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 6) % 9 and (threadIdx_x_1 * 8 + 6) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 6) // 9 * 49 + (threadIdx_x_1 * 8 + 6) % 9 * 7 + rx_outer_outer - 7], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 44] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 6) % 9 and (threadIdx_x_1 * 8 + 6) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 6) // 9 * 49 + (threadIdx_x_1 * 8 + 6) % 9 * 7 + rx_outer_outer - 6], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 45] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 6) % 9 and (threadIdx_x_1 * 8 + 6) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 6) // 9 * 49 + (threadIdx_x_1 * 8 + 6) % 9 * 7 + rx_outer_outer - 5], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 46] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 6) % 9 and (threadIdx_x_1 * 8 + 6) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 6) // 9 * 49 + (threadIdx_x_1 * 8 + 6) % 9 * 7 + rx_outer_outer - 4], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 47] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 6) % 9 and (threadIdx_x_1 * 8 + 6) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 6) // 9 * 49 + (threadIdx_x_1 * 8 + 6) % 9 * 7 + rx_outer_outer - 3], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 48] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 6) % 9 and (threadIdx_x_1 * 8 + 6) % 9 &lt; 8 and rx_outer_outer &lt; 2, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 6) // 9 * 49 + (threadIdx_x_1 * 8 + 6) % 9 * 7 + rx_outer_outer - 2], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 49] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 7) % 9 and (threadIdx_x_1 * 8 + 7) % 9 &lt; 8 and 1 &lt;= rx_outer_outer, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 7) // 9 * 49 + (threadIdx_x_1 * 8 + 7) % 9 * 7 + rx_outer_outer - 8], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 50] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 7) % 9 and (threadIdx_x_1 * 8 + 7) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 7) // 9 * 49 + (threadIdx_x_1 * 8 + 7) % 9 * 7 + rx_outer_outer - 7], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 51] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 7) % 9 and (threadIdx_x_1 * 8 + 7) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 7) // 9 * 49 + (threadIdx_x_1 * 8 + 7) % 9 * 7 + rx_outer_outer - 6], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 52] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 7) % 9 and (threadIdx_x_1 * 8 + 7) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 7) // 9 * 49 + (threadIdx_x_1 * 8 + 7) % 9 * 7 + rx_outer_outer - 5], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 53] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 7) % 9 and (threadIdx_x_1 * 8 + 7) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 7) // 9 * 49 + (threadIdx_x_1 * 8 + 7) % 9 * 7 + rx_outer_outer - 4], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 54] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 7) % 9 and (threadIdx_x_1 * 8 + 7) % 9 &lt; 8, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 7) // 9 * 49 + (threadIdx_x_1 * 8 + 7) % 9 * 7 + rx_outer_outer - 3], T.float32(0))
-                if T.likely(threadIdx_x_1 &lt; 18):
-                    pad_temp_shared_1[threadIdx_x_1 * 56 + 55] = T.if_then_else(1 &lt;= (threadIdx_x_1 * 8 + 7) % 9 and (threadIdx_x_1 * 8 + 7) % 9 &lt; 8 and rx_outer_outer &lt; 2, data_1[rc_outer_outer * 784 + (threadIdx_x_1 * 8 + 7) // 9 * 49 + (threadIdx_x_1 * 8 + 7) % 9 * 7 + rx_outer_outer - 2], T.float32(0))
+            pad_temp_shared_1 = T.Buffer((1568,), data=pad_temp_shared, scope=&quot;shared&quot;)
+            data_1 = T.Buffer((25088,), data=data.data)
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 - 8], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 49] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 41], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 98] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 90], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 147] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 139], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 196] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 188], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 245] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 237], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 294] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 286], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 343] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 335], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 392] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 384], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 441] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 433], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 490] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 482], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 539] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 531], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 588] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 580], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 637] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 629], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 686] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 678], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 735] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 727], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 784] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 776], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 833] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 825], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 882] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 874], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 931] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 923], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 980] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 972], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1029] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1021], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1078] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1070], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1127] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1119], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1176] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1168], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1225] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1217], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1274] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1266], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1323] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1315], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1372] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1364], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1421] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1413], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1470] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1462], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1519] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and 1 &lt;= threadIdx_x_1 % 7, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1511], T.float32(0))
             threadIdx_x_2 = T.env_thread(&quot;threadIdx.x&quot;)
-            kernel_shared_1 = T.Buffer((768,), data=kernel_shared, scope=&quot;shared&quot;)
+            kernel_shared_1 = T.Buffer((128,), data=kernel_shared, scope=&quot;shared&quot;)
             kernel_1 = T.Buffer((2359296,), data=kernel.data)
-            with T.launch_thread(threadIdx_x_2, 56):
-                kernel_shared_1[threadIdx_x_2] = kernel_1[blockIdx_x * 73728 + threadIdx_x_2 // 48 * 4608 + cse_var_1 + threadIdx_x_2 % 48 * 3 + rx_outer_outer]
-            with T.launch_thread(threadIdx_x_2, 56):
-                kernel_shared_1[threadIdx_x_2 + 56] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 56) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 + 8) % 48 // 3 * 9 + (threadIdx_x_2 + 2) % 3 * 3 + rx_outer_outer]
-            with T.launch_thread(threadIdx_x_2, 56):
-                kernel_shared_1[threadIdx_x_2 + 112] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 112) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 + 16) % 48 // 3 * 9 + (threadIdx_x_2 + 1) % 3 * 3 + rx_outer_outer]
-            with T.launch_thread(threadIdx_x_2, 56):
-                kernel_shared_1[threadIdx_x_2 + 168] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 168) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 // 3 + 8) % 16 * 9 + threadIdx_x_2 % 3 * 3 + rx_outer_outer]
-            with T.launch_thread(threadIdx_x_2, 56):
-                kernel_shared_1[threadIdx_x_2 + 224] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 224) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 + 32) % 48 // 3 * 9 + (threadIdx_x_2 + 2) % 3 * 3 + rx_outer_outer]
-            with T.launch_thread(threadIdx_x_2, 56):
-                kernel_shared_1[threadIdx_x_2 + 280] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 280) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 + 40) % 48 // 3 * 9 + (threadIdx_x_2 + 1) % 3 * 3 + rx_outer_outer]
-            with T.launch_thread(threadIdx_x_2, 56):
-                kernel_shared_1[threadIdx_x_2 + 336] = kernel_1[blockIdx_x * 73728 + threadIdx_x_2 // 48 * 4608 + cse_var_1 + threadIdx_x_2 % 48 * 3 + rx_outer_outer + 32256]
-            with T.launch_thread(threadIdx_x_2, 56):
-                kernel_shared_1[threadIdx_x_2 + 392] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 392) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 + 8) % 48 // 3 * 9 + (threadIdx_x_2 + 2) % 3 * 3 + rx_outer_outer]
-            with T.launch_thread(threadIdx_x_2, 56):
-                kernel_shared_1[threadIdx_x_2 + 448] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 448) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 + 16) % 48 // 3 * 9 + (threadIdx_x_2 + 1) % 3 * 3 + rx_outer_outer]
-            with T.launch_thread(threadIdx_x_2, 56):
-                kernel_shared_1[threadIdx_x_2 + 504] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 504) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 // 3 + 8) % 16 * 9 + threadIdx_x_2 % 3 * 3 + rx_outer_outer]
-            with T.launch_thread(threadIdx_x_2, 56):
-                kernel_shared_1[threadIdx_x_2 + 560] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 560) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 + 32) % 48 // 3 * 9 + (threadIdx_x_2 + 2) % 3 * 3 + rx_outer_outer]
-            with T.launch_thread(threadIdx_x_2, 56):
-                kernel_shared_1[threadIdx_x_2 + 616] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 616) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 + 40) % 48 // 3 * 9 + (threadIdx_x_2 + 1) % 3 * 3 + rx_outer_outer]
-            with T.launch_thread(threadIdx_x_2, 56):
-                kernel_shared_1[threadIdx_x_2 + 672] = kernel_1[blockIdx_x * 73728 + threadIdx_x_2 // 48 * 4608 + cse_var_1 + threadIdx_x_2 % 48 * 3 + rx_outer_outer + 64512]
-            with T.launch_thread(threadIdx_x_2, 56):
-                if T.likely(threadIdx_x_2 &lt; 40):
-                    kernel_shared_1[threadIdx_x_2 + 728] = kernel_1[blockIdx_x * 73728 + (threadIdx_x_2 + 728) // 48 * 4608 + cse_var_1 + (threadIdx_x_2 + 8) % 48 // 3 * 9 + (threadIdx_x_2 + 2) % 3 * 3 + rx_outer_outer]
-            for rc_outer_inner in range(4):
-                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12]
-                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 1] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12]
-                conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 2] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12]
-                conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 3] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12]
-                conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 4] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12]
-                conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 5] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12]
-                conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 6] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12]
-                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 63] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 3]
-                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 64] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 3]
-                conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 65] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 3]
-                conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 66] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 3]
-                conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 67] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 3]
-                conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 68] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 3]
-                conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 69] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 3]
-                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 126] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 6]
-                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 127] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 6]
-                conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 128] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 6]
-                conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 129] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 6]
-                conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 130] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 6]
-                conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 131] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 6]
-                conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 132] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 6]
-                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 189] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 9]
-                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 190] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 9]
-                conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 191] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 9]
-                conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 192] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 9]
-                conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 193] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 9]
-                conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 194] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 9]
-                conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 195] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 9]
-                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 48]
-                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 1] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 48]
-                conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 2] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 48]
-                conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 3] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 48]
-                conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 4] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 48]
-                conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 5] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 48]
-                conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 6] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 48]
-                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 63] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 51]
-                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 64] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 51]
-                conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 65] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 51]
-                conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 66] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 51]
-                conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 67] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 51]
-                conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 68] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 51]
-                conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 69] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 51]
-                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 126] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 54]
-                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 127] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 54]
-                conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 128] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 54]
-                conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 129] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 54]
-                conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 130] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 54]
-                conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 131] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 54]
-                conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 132] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 54]
-                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 189] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 57]
-                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 190] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 57]
-                conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 191] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 57]
-                conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 192] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 57]
-                conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 193] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 57]
-                conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 194] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 57]
-                conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 195] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 57]
-                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 7] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 1]
-                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 8] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 1]
-                conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 9] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 1]
-                conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 10] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 1]
-                conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 11] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 1]
-                conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 12] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 1]
-                conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 13] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 1]
-                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 70] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 4]
-                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 71] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 4]
-                conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 72] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 4]
-                conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 73] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 4]
-                conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 74] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 4]
-                conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 75] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 4]
-                conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 76] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 4]
-                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 133] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 7]
-                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 134] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 7]
-                conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 135] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 7]
-                conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 136] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 7]
-                conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 137] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 7]
-                conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 138] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 7]
-                conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 139] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 7]
-                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 196] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 10]
-                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 197] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 10]
-                conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 198] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 10]
-                conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 199] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 10]
-                conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 200] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 10]
-                conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 201] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 10]
-                conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 202] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 10]
-                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 7] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 49]
-                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 8] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 49]
-                conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 9] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 49]
-                conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 10] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 49]
-                conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 11] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 49]
-                conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 12] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 49]
-                conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 13] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 49]
-                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 70] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 52]
-                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 71] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 52]
-                conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 72] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 52]
-                conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 73] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 52]
-                conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 74] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 52]
-                conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 75] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 52]
-                conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 76] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 52]
-                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 133] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 55]
-                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 134] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 55]
-                conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 135] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 55]
-                conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 136] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 55]
-                conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 137] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 55]
-                conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 138] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 55]
-                conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 139] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 55]
-                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 196] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 58]
-                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 197] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 58]
-                conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 198] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 58]
-                conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 199] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 58]
-                conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 200] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 58]
-                conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 201] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 58]
-                conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 202] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 58]
-                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 14] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 2]
-                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 15] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 2]
-                conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 16] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 2]
-                conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 17] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 2]
-                conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 18] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 2]
-                conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 19] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 2]
-                conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 20] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 2]
-                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 77] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 5]
-                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 78] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 5]
-                conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 79] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 5]
-                conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 80] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 5]
-                conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 81] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 5]
-                conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 82] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 5]
-                conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 83] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 5]
-                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 140] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 8]
-                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 141] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 8]
-                conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 142] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 8]
-                conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 143] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 8]
-                conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 144] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 8]
-                conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 145] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 8]
-                conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 146] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 8]
-                conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 203] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 11]
-                conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 204] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 11]
-                conv2d_nchw_1[4] = conv2d_nchw_1[4] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 205] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 11]
-                conv2d_nchw_1[6] = conv2d_nchw_1[6] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 206] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 11]
-                conv2d_nchw_1[8] = conv2d_nchw_1[8] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 207] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 11]
-                conv2d_nchw_1[10] = conv2d_nchw_1[10] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 208] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 11]
-                conv2d_nchw_1[12] = conv2d_nchw_1[12] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 209] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 11]
-                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 14] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 50]
-                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 15] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 50]
-                conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 16] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 50]
-                conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 17] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 50]
-                conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 18] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 50]
-                conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 19] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 50]
-                conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 20] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 50]
-                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 77] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 53]
-                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 78] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 53]
-                conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 79] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 53]
-                conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 80] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 53]
-                conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 81] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 53]
-                conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 82] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 53]
-                conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 83] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 53]
-                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 140] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 56]
-                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 141] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 56]
-                conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 142] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 56]
-                conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 143] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 56]
-                conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 144] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 56]
-                conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 145] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 56]
-                conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 146] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 56]
-                conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 203] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 59]
-                conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 204] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 59]
-                conv2d_nchw_1[5] = conv2d_nchw_1[5] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 205] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 59]
-                conv2d_nchw_1[7] = conv2d_nchw_1[7] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 206] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 59]
-                conv2d_nchw_1[9] = conv2d_nchw_1[9] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 207] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 59]
-                conv2d_nchw_1[11] = conv2d_nchw_1[11] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 208] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 59]
-                conv2d_nchw_1[13] = conv2d_nchw_1[13] + pad_temp_shared_1[rc_outer_inner * 252 + threadIdx_x % 7 * 7 + 209] * kernel_shared_1[threadIdx_x // 7 * 96 + rc_outer_inner * 12 + 59]
+            with T.launch_thread(threadIdx_x_2, 49):
+                kernel_shared_1[threadIdx_x_2 * 2] = kernel_1[blockIdx_x * 18432 + threadIdx_x_2 // 16 * 4608 + rc_outer_outer * 288 + threadIdx_x_2 % 16 * 18 + ry_outer_outer * 3]
+                kernel_shared_1[threadIdx_x_2 * 2 + 1] = kernel_1[blockIdx_x * 18432 + threadIdx_x_2 // 16 * 4608 + rc_outer_outer * 288 + threadIdx_x_2 % 16 * 18 + ry_outer_outer * 3 + 9]
+            with T.launch_thread(threadIdx_x_2, 49):
+                if T.likely(threadIdx_x_2 &lt; 15):
+                    cse_var_1: T.int32 = ry_outer_outer * 3
+                    kernel_shared_1[threadIdx_x_2 * 2 + 98] = kernel_1[blockIdx_x * 18432 + (threadIdx_x_2 + 49) // 16 * 4608 + rc_outer_outer * 288 + (threadIdx_x_2 * 2 + 2) * 9 + cse_var_1]
+                    kernel_shared_1[threadIdx_x_2 * 2 + 99] = kernel_1[blockIdx_x * 18432 + (threadIdx_x_2 + 49) // 16 * 4608 + rc_outer_outer * 288 + (threadIdx_x_2 * 2 + 3) * 9 + cse_var_1]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[0]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[64]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[32]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[96]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[1]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[65]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[33]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[97]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[2]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[66]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[34]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[98]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[3]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[67]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[35]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[99]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[4]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[68]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[36]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[100]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[5]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[69]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[37]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[101]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[6]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[70]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[38]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[102]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[7]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[71]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[39]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[103]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[8]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[72]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[40]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[104]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[9]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[73]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[41]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[105]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[10]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[74]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[42]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[106]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[11]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[75]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[43]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[107]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[12]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[76]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[44]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[108]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[13]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[77]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[45]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[109]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[14]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[78]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[46]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[110]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[15]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[79]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[47]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[111]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[16]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[80]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[48]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[112]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[17]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[81]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[49]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[113]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[18]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[82]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[50]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[114]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[19]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[83]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[51]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[115]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[20]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[84]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[52]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[116]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[21]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[85]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[53]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[117]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[22]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[86]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[54]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[118]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[23]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[87]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[55]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[119]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[24]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[88]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[56]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[120]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[25]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[89]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[57]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[121]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[26]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[90]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[58]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[122]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[27]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[91]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[59]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[123]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[28]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[92]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[60]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[124]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[29]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[93]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[61]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[125]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[30]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[94]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[62]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[126]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[31]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[95]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[63]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[127]
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 - 7], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 49] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 42], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 98] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 91], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 147] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 140], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 196] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 189], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 245] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 238], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 294] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 287], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 343] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 336], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 392] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 385], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 441] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 434], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 490] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 483], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 539] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 532], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 588] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 581], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 637] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 630], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 686] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 679], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 735] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 728], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 784] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 777], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 833] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 826], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 882] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 875], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 931] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 924], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 980] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 973], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1029] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1022], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1078] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1071], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1127] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1120], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1176] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1169], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1225] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1218], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1274] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1267], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1323] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1316], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1372] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1365], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1421] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1414], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1470] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1463], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1519] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1512], T.float32(0))
+            with T.launch_thread(threadIdx_x_2, 49):
+                kernel_shared_1[threadIdx_x_2 * 2] = kernel_1[blockIdx_x * 18432 + threadIdx_x_2 // 16 * 4608 + rc_outer_outer * 288 + threadIdx_x_2 % 16 * 18 + ry_outer_outer * 3 + 1]
+                kernel_shared_1[threadIdx_x_2 * 2 + 1] = kernel_1[blockIdx_x * 18432 + threadIdx_x_2 // 16 * 4608 + rc_outer_outer * 288 + threadIdx_x_2 % 16 * 18 + ry_outer_outer * 3 + 10]
+            with T.launch_thread(threadIdx_x_2, 49):
+                if T.likely(threadIdx_x_2 &lt; 15):
+                    cse_var_2: T.int32 = ry_outer_outer * 3
+                    kernel_shared_1[threadIdx_x_2 * 2 + 98] = kernel_1[blockIdx_x * 18432 + (threadIdx_x_2 + 49) // 16 * 4608 + rc_outer_outer * 288 + (threadIdx_x_2 * 2 + 2) * 9 + cse_var_2 + 1]
+                    kernel_shared_1[threadIdx_x_2 * 2 + 99] = kernel_1[blockIdx_x * 18432 + (threadIdx_x_2 + 49) // 16 * 4608 + rc_outer_outer * 288 + (threadIdx_x_2 * 2 + 3) * 9 + cse_var_2 + 1]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[0]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[64]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[32]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[96]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[1]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[65]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[33]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[97]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[2]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[66]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[34]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[98]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[3]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[67]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[35]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[99]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[4]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[68]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[36]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[100]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[5]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[69]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[37]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[101]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[6]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[70]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[38]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[102]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[7]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[71]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[39]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[103]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[8]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[72]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[40]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[104]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[9]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[73]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[41]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[105]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[10]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[74]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[42]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[106]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[11]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[75]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[43]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[107]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[12]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[76]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[44]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[108]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[13]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[77]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[45]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[109]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[14]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[78]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[46]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[110]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[15]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[79]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[47]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[111]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[16]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[80]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[48]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[112]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[17]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[81]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[49]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[113]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[18]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[82]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[50]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[114]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[19]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[83]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[51]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[115]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[20]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[84]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[52]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[116]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[21]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[85]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[53]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[117]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[22]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[86]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[54]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[118]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[23]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[87]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[55]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[119]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[24]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[88]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[56]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[120]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[25]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[89]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[57]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[121]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[26]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[90]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[58]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[122]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[27]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[91]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[59]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[123]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[28]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[92]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[60]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[124]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[29]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[93]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[61]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[125]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[30]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[94]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[62]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[126]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[31]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[95]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[63]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[127]
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 - 6], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 49] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 43], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 98] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 92], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 147] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 141], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 196] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 190], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 245] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 239], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 294] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 288], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 343] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 337], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 392] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 386], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 441] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 435], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 490] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 484], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 539] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 533], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 588] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 582], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 637] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 631], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 686] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 680], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 735] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 729], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 784] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 778], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 833] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 827], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 882] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 876], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 931] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 925], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 980] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 974], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1029] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1023], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1078] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1072], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1127] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1121], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1176] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1170], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1225] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1219], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1274] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1268], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1323] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1317], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1372] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1366], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1421] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1415], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1470] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1464], T.float32(0))
+            with T.launch_thread(threadIdx_x_1, 49):
+                pad_temp_shared_1[threadIdx_x_1 + 1519] = T.if_then_else(1 &lt;= threadIdx_x_1 // 7 + ry_outer_outer and threadIdx_x_1 // 7 + ry_outer_outer &lt; 8 and threadIdx_x_1 % 7 &lt; 6, data_1[rc_outer_outer * 1568 + ry_outer_outer * 7 + threadIdx_x_1 + 1513], T.float32(0))
+            with T.launch_thread(threadIdx_x_2, 49):
+                kernel_shared_1[threadIdx_x_2 * 2] = kernel_1[blockIdx_x * 18432 + threadIdx_x_2 // 16 * 4608 + rc_outer_outer * 288 + threadIdx_x_2 % 16 * 18 + ry_outer_outer * 3 + 2]
+                kernel_shared_1[threadIdx_x_2 * 2 + 1] = kernel_1[blockIdx_x * 18432 + threadIdx_x_2 // 16 * 4608 + rc_outer_outer * 288 + threadIdx_x_2 % 16 * 18 + ry_outer_outer * 3 + 11]
+            with T.launch_thread(threadIdx_x_2, 49):
+                if T.likely(threadIdx_x_2 &lt; 15):
+                    cse_var_3: T.int32 = ry_outer_outer * 3
+                    kernel_shared_1[threadIdx_x_2 * 2 + 98] = kernel_1[blockIdx_x * 18432 + (threadIdx_x_2 + 49) // 16 * 4608 + rc_outer_outer * 288 + (threadIdx_x_2 * 2 + 2) * 9 + cse_var_3 + 2]
+                    kernel_shared_1[threadIdx_x_2 * 2 + 99] = kernel_1[blockIdx_x * 18432 + (threadIdx_x_2 + 49) // 16 * 4608 + rc_outer_outer * 288 + (threadIdx_x_2 * 2 + 3) * 9 + cse_var_3 + 2]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[0]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[64]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[32]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x] * kernel_shared_1[96]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[1]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[65]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[33]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 49] * kernel_shared_1[97]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[2]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[66]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[34]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 98] * kernel_shared_1[98]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[3]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[67]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[35]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 147] * kernel_shared_1[99]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[4]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[68]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[36]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 196] * kernel_shared_1[100]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[5]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[69]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[37]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 245] * kernel_shared_1[101]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[6]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[70]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[38]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 294] * kernel_shared_1[102]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[7]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[71]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[39]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 343] * kernel_shared_1[103]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[8]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[72]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[40]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 392] * kernel_shared_1[104]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[9]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[73]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[41]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 441] * kernel_shared_1[105]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[10]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[74]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[42]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 490] * kernel_shared_1[106]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[11]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[75]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[43]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 539] * kernel_shared_1[107]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[12]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[76]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[44]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 588] * kernel_shared_1[108]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[13]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[77]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[45]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 637] * kernel_shared_1[109]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[14]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[78]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[46]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 686] * kernel_shared_1[110]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[15]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[79]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[47]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 735] * kernel_shared_1[111]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[16]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[80]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[48]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 784] * kernel_shared_1[112]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[17]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[81]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[49]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 833] * kernel_shared_1[113]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[18]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[82]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[50]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 882] * kernel_shared_1[114]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[19]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[83]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[51]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 931] * kernel_shared_1[115]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[20]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[84]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[52]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 980] * kernel_shared_1[116]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[21]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[85]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[53]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1029] * kernel_shared_1[117]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[22]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[86]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[54]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1078] * kernel_shared_1[118]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[23]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[87]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[55]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1127] * kernel_shared_1[119]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[24]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[88]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[56]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1176] * kernel_shared_1[120]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[25]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[89]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[57]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1225] * kernel_shared_1[121]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[26]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[90]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[58]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1274] * kernel_shared_1[122]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[27]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[91]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[59]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1323] * kernel_shared_1[123]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[28]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[92]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[60]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1372] * kernel_shared_1[124]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[29]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[93]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[61]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1421] * kernel_shared_1[125]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[30]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[94]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[62]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1470] * kernel_shared_1[126]
+            conv2d_nchw_1[0] = conv2d_nchw_1[0] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[31]
+            conv2d_nchw_1[2] = conv2d_nchw_1[2] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[95]
+            conv2d_nchw_1[1] = conv2d_nchw_1[1] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[63]
+            conv2d_nchw_1[3] = conv2d_nchw_1[3] + pad_temp_shared_1[threadIdx_x + 1519] * kernel_shared_1[127]
         for i1_inner in range(2):
             compute_1 = T.Buffer((25088,), data=compute.data)
             bias_1 = T.Buffer((512,), data=bias.data)
-            compute_1[blockIdx_x * 784 + threadIdx_x // 7 * 98 + i1_inner * 49 + threadIdx_x % 7 * 7] = T.max(conv2d_nchw_1[i1_inner] + bias_1[blockIdx_x * 16 + threadIdx_x // 7 * 2 + i1_inner], T.float32(0))
-            compute_1[blockIdx_x * 784 + threadIdx_x // 7 * 98 + i1_inner * 49 + threadIdx_x % 7 * 7 + 1] = T.max(conv2d_nchw_1[i1_inner + 2] + bias_1[blockIdx_x * 16 + threadIdx_x // 7 * 2 + i1_inner], T.float32(0))
-            compute_1[blockIdx_x * 784 + threadIdx_x // 7 * 98 + i1_inner * 49 + threadIdx_x % 7 * 7 + 2] = T.max(conv2d_nchw_1[i1_inner + 4] + bias_1[blockIdx_x * 16 + threadIdx_x // 7 * 2 + i1_inner], T.float32(0))
-            compute_1[blockIdx_x * 784 + threadIdx_x // 7 * 98 + i1_inner * 49 + threadIdx_x % 7 * 7 + 3] = T.max(conv2d_nchw_1[i1_inner + 6] + bias_1[blockIdx_x * 16 + threadIdx_x // 7 * 2 + i1_inner], T.float32(0))
-            compute_1[blockIdx_x * 784 + threadIdx_x // 7 * 98 + i1_inner * 49 + threadIdx_x % 7 * 7 + 4] = T.max(conv2d_nchw_1[i1_inner + 8] + bias_1[blockIdx_x * 16 + threadIdx_x // 7 * 2 + i1_inner], T.float32(0))
-            compute_1[blockIdx_x * 784 + threadIdx_x // 7 * 98 + i1_inner * 49 + threadIdx_x % 7 * 7 + 5] = T.max(conv2d_nchw_1[i1_inner + 10] + bias_1[blockIdx_x * 16 + threadIdx_x // 7 * 2 + i1_inner], T.float32(0))
-            compute_1[blockIdx_x * 784 + threadIdx_x // 7 * 98 + i1_inner * 49 + threadIdx_x % 7 * 7 + 6] = T.max(conv2d_nchw_1[i1_inner + 12] + bias_1[blockIdx_x * 16 + threadIdx_x // 7 * 2 + i1_inner], T.float32(0))
+            compute_1[blockIdx_x * 196 + i1_inner * 49 + threadIdx_x] = T.max(conv2d_nchw_1[i1_inner] + bias_1[blockIdx_x * 4 + i1_inner], T.float32(0))
+            compute_1[blockIdx_x * 196 + i1_inner * 49 + threadIdx_x + 98] = T.max(conv2d_nchw_1[i1_inner + 2] + bias_1[blockIdx_x * 4 + i1_inner + 2], T.float32(0))
 </pre></div>
 </div>
 </div>
@@ -886,7 +1159,7 @@ class Module:
 <span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Execution time of this operator: 0.383 ms
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Execution time of this operator: 0.304 ms
 </pre></div>
 </div>
 </div>
@@ -917,20 +1190,20 @@ conv2d_nchw_nn_o_o_o_i, conv2d_nchw_nn_o_o_i = s[conv2d_nchw].split(conv2d_nchw_
 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_o_i, conv2d_nchw_ff_o_i = s[conv2d_nchw].split(conv2d_nchw_ff_o_i, factor=2)
-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_ff_o_o_o_i, conv2d_nchw_ff_o_o_i = s[conv2d_nchw].split(conv2d_nchw_ff_o_o_i, factor=1)
+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=2)
 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_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=4)
+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=1)
+conv2d_nchw_rc_o_o, conv2d_nchw_rc_o_i = s[conv2d_nchw].split(conv2d_nchw_rc_o_i, factor=32)
 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_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=1)
 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 [...]
@@ -938,14 +1211,14 @@ 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=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_i1_o_o_i, compute_i1_o_i = s[compute].split(compute_i1_o_i, factor=1)
+compute_i1_o_o_o, compute_i1_o_o_i = s[compute].split(compute_i1_o_o_i, factor=2)
 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_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])
@@ -962,14 +1235,14 @@ 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=2)
 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)
+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=49)
 s[kernel_shared].bind(kernel_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o_i, te.thread_axis(&quot;threadIdx.x&quot;))
 pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused = s[pad_temp_shared].fuse(pad_temp_shared_ax0, pad_temp_shared_ax1, pad_temp_shared_ax2, pad_temp_shared_ax3)
-pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o, pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused_i = s[pad_temp_shared].split(pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused, factor=56)
+pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused_o, pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused_i = s[pad_temp_shared].split(pad_temp_shared_ax0_ax1_fused_ax2_fused_ax3_fused, factor=1)
 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)
+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=49)
 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;, 512)
 s[conv2d_nchw].pragma(conv2d_nchw_nn_o_o_o_o, &quot;unroll_explicit&quot;, True)
@@ -989,392 +1262,525 @@ CUDA source code:
   #define int64_t long long
   #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[14];
-  __shared__ float pad_temp_shared[1008];
-  __shared__ float kernel_shared[768];
+extern &quot;C&quot; __global__ void __launch_bounds__(49) default_function_kernel0(float* __restrict__ data, float* __restrict__ kernel, float* __restrict__ compute, float* __restrict__ bias) {
+  float conv2d_nchw[4];
+  __shared__ float pad_temp_shared[1568];
+  __shared__ float kernel_shared[128];
   conv2d_nchw[0] = 0.000000e+00f;
   conv2d_nchw[2] = 0.000000e+00f;
-  conv2d_nchw[4] = 0.000000e+00f;
-  conv2d_nchw[6] = 0.000000e+00f;
-  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; 32; ++rc_outer_outer) {
-    for (int rx_outer_outer = 0; rx_outer_outer &lt; 3; ++rx_outer_outer) {
+  for (int rc_outer_outer = 0; rc_outer_outer &lt; 16; ++rc_outer_outer) {
+    for (int ry_outer_outer = 0; ry_outer_outer &lt; 3; ++ry_outer_outer) {
       __syncthreads();
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[(((int)threadIdx.x) * 56)] = ((((1 &lt;= ((((int)threadIdx.x) * 8) % 9)) &amp;&amp; (((((int)threadIdx.x) * 8) % 9) &lt; 8)) &amp;&amp; (1 &lt;= rx_outer_outer)) ? data[(((((rc_outer_outer * 784) + (((((int)threadIdx.x) * 8) / 9) * 49)) + (((((int)threadIdx.x) * 8) % 9) * 7)) + rx_outer_outer) - 8)] : 0.000000e+00f);
+      pad_temp_shared[((int)threadIdx.x)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) - 8)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 49)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 41)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 98)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 90)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 147)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 139)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 196)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 188)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 245)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 237)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 294)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 286)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 343)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 335)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 392)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 384)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 441)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 433)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 490)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 482)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 539)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 531)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 588)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 580)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 637)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 629)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 686)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 678)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 735)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 727)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 784)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 776)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 833)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 825)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 882)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 874)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 931)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 923)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 980)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 972)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1029)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1021)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1078)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1070)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1127)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1119)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1176)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1168)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1225)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1217)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1274)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1266)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1323)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1315)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1372)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1364)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1421)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1413)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1470)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1462)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1519)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; (1 &lt;= (((int)threadIdx.x) % 7))) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1511)] : 0.000000e+00f);
+      kernel_shared[(((int)threadIdx.x) * 2)] = kernel[(((((((int)blockIdx.x) * 18432) + ((((int)threadIdx.x) &gt;&gt; 4) * 4608)) + (rc_outer_outer * 288)) + ((((int)threadIdx.x) &amp; 15) * 18)) + (ry_outer_outer * 3))];
+      kernel_shared[((((int)threadIdx.x) * 2) + 1)] = kernel[((((((((int)blockIdx.x) * 18432) + ((((int)threadIdx.x) &gt;&gt; 4) * 4608)) + (rc_outer_outer * 288)) + ((((int)threadIdx.x) &amp; 15) * 18)) + (ry_outer_outer * 3)) + 9)];
+      if (((int)threadIdx.x) &lt; 15) {
+        kernel_shared[((((int)threadIdx.x) * 2) + 98)] = kernel[((((((((int)blockIdx.x) * 18432) + (((((int)threadIdx.x) + 49) &gt;&gt; 4) * 4608)) + (rc_outer_outer * 288)) + (((int)threadIdx.x) * 18)) + (ry_outer_outer * 3)) + 18)];
+        kernel_shared[((((int)threadIdx.x) * 2) + 99)] = kernel[((((((((int)blockIdx.x) * 18432) + (((((int)threadIdx.x) + 49) &gt;&gt; 4) * 4608)) + (rc_outer_outer * 288)) + (((int)threadIdx.x) * 18)) + (ry_outer_outer * 3)) + 27)];
       }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 1)] = (((1 &lt;= ((((int)threadIdx.x) * 8) % 9)) &amp;&amp; (((((int)threadIdx.x) * 8) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + (((((int)threadIdx.x) * 8) / 9) * 49)) + (((((int)threadIdx.x) * 8) % 9) * 7)) + rx_outer_outer) - 7)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 2)] = (((1 &lt;= ((((int)threadIdx.x) * 8) % 9)) &amp;&amp; (((((int)threadIdx.x) * 8) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + (((((int)threadIdx.x) * 8) / 9) * 49)) + (((((int)threadIdx.x) * 8) % 9) * 7)) + rx_outer_outer) - 6)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 3)] = (((1 &lt;= ((((int)threadIdx.x) * 8) % 9)) &amp;&amp; (((((int)threadIdx.x) * 8) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + (((((int)threadIdx.x) * 8) / 9) * 49)) + (((((int)threadIdx.x) * 8) % 9) * 7)) + rx_outer_outer) - 5)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 4)] = (((1 &lt;= ((((int)threadIdx.x) * 8) % 9)) &amp;&amp; (((((int)threadIdx.x) * 8) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + (((((int)threadIdx.x) * 8) / 9) * 49)) + (((((int)threadIdx.x) * 8) % 9) * 7)) + rx_outer_outer) - 4)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 5)] = (((1 &lt;= ((((int)threadIdx.x) * 8) % 9)) &amp;&amp; (((((int)threadIdx.x) * 8) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + (((((int)threadIdx.x) * 8) / 9) * 49)) + (((((int)threadIdx.x) * 8) % 9) * 7)) + rx_outer_outer) - 3)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 6)] = ((((1 &lt;= ((((int)threadIdx.x) * 8) % 9)) &amp;&amp; (((((int)threadIdx.x) * 8) % 9) &lt; 8)) &amp;&amp; (rx_outer_outer &lt; 2)) ? data[(((((rc_outer_outer * 784) + (((((int)threadIdx.x) * 8) / 9) * 49)) + (((((int)threadIdx.x) * 8) % 9) * 7)) + rx_outer_outer) - 2)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 7)] = ((((1 &lt;= (((((int)threadIdx.x) * 8) + 1) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 1) % 9) &lt; 8)) &amp;&amp; (1 &lt;= rx_outer_outer)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 1) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 1) % 9) * 7)) + rx_outer_outer) - 8)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 8)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 1) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 1) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 1) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 1) % 9) * 7)) + rx_outer_outer) - 7)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 9)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 1) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 1) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 1) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 1) % 9) * 7)) + rx_outer_outer) - 6)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 10)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 1) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 1) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 1) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 1) % 9) * 7)) + rx_outer_outer) - 5)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 11)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 1) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 1) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 1) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 1) % 9) * 7)) + rx_outer_outer) - 4)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 12)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 1) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 1) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 1) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 1) % 9) * 7)) + rx_outer_outer) - 3)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 13)] = ((((1 &lt;= (((((int)threadIdx.x) * 8) + 1) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 1) % 9) &lt; 8)) &amp;&amp; (rx_outer_outer &lt; 2)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 1) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 1) % 9) * 7)) + rx_outer_outer) - 2)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 14)] = ((((1 &lt;= (((((int)threadIdx.x) * 8) + 2) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 2) % 9) &lt; 8)) &amp;&amp; (1 &lt;= rx_outer_outer)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 2) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 2) % 9) * 7)) + rx_outer_outer) - 8)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 15)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 2) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 2) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 2) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 2) % 9) * 7)) + rx_outer_outer) - 7)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 16)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 2) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 2) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 2) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 2) % 9) * 7)) + rx_outer_outer) - 6)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 17)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 2) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 2) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 2) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 2) % 9) * 7)) + rx_outer_outer) - 5)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 18)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 2) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 2) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 2) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 2) % 9) * 7)) + rx_outer_outer) - 4)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 19)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 2) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 2) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 2) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 2) % 9) * 7)) + rx_outer_outer) - 3)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 20)] = ((((1 &lt;= (((((int)threadIdx.x) * 8) + 2) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 2) % 9) &lt; 8)) &amp;&amp; (rx_outer_outer &lt; 2)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 2) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 2) % 9) * 7)) + rx_outer_outer) - 2)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 21)] = ((((1 &lt;= (((((int)threadIdx.x) * 8) + 3) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 3) % 9) &lt; 8)) &amp;&amp; (1 &lt;= rx_outer_outer)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 3) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 3) % 9) * 7)) + rx_outer_outer) - 8)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 22)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 3) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 3) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 3) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 3) % 9) * 7)) + rx_outer_outer) - 7)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 23)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 3) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 3) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 3) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 3) % 9) * 7)) + rx_outer_outer) - 6)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 24)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 3) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 3) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 3) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 3) % 9) * 7)) + rx_outer_outer) - 5)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 25)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 3) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 3) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 3) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 3) % 9) * 7)) + rx_outer_outer) - 4)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 26)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 3) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 3) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 3) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 3) % 9) * 7)) + rx_outer_outer) - 3)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 27)] = ((((1 &lt;= (((((int)threadIdx.x) * 8) + 3) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 3) % 9) &lt; 8)) &amp;&amp; (rx_outer_outer &lt; 2)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 3) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 3) % 9) * 7)) + rx_outer_outer) - 2)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 28)] = ((((1 &lt;= (((((int)threadIdx.x) * 8) + 4) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 4) % 9) &lt; 8)) &amp;&amp; (1 &lt;= rx_outer_outer)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 4) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 4) % 9) * 7)) + rx_outer_outer) - 8)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 29)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 4) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 4) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 4) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 4) % 9) * 7)) + rx_outer_outer) - 7)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 30)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 4) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 4) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 4) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 4) % 9) * 7)) + rx_outer_outer) - 6)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 31)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 4) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 4) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 4) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 4) % 9) * 7)) + rx_outer_outer) - 5)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 32)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 4) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 4) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 4) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 4) % 9) * 7)) + rx_outer_outer) - 4)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 33)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 4) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 4) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 4) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 4) % 9) * 7)) + rx_outer_outer) - 3)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 34)] = ((((1 &lt;= (((((int)threadIdx.x) * 8) + 4) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 4) % 9) &lt; 8)) &amp;&amp; (rx_outer_outer &lt; 2)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 4) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 4) % 9) * 7)) + rx_outer_outer) - 2)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 35)] = ((((1 &lt;= (((((int)threadIdx.x) * 8) + 5) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 5) % 9) &lt; 8)) &amp;&amp; (1 &lt;= rx_outer_outer)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 5) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 5) % 9) * 7)) + rx_outer_outer) - 8)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 36)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 5) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 5) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 5) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 5) % 9) * 7)) + rx_outer_outer) - 7)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 37)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 5) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 5) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 5) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 5) % 9) * 7)) + rx_outer_outer) - 6)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 38)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 5) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 5) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 5) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 5) % 9) * 7)) + rx_outer_outer) - 5)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 39)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 5) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 5) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 5) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 5) % 9) * 7)) + rx_outer_outer) - 4)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 40)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 5) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 5) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 5) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 5) % 9) * 7)) + rx_outer_outer) - 3)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 41)] = ((((1 &lt;= (((((int)threadIdx.x) * 8) + 5) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 5) % 9) &lt; 8)) &amp;&amp; (rx_outer_outer &lt; 2)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 5) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 5) % 9) * 7)) + rx_outer_outer) - 2)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 42)] = ((((1 &lt;= (((((int)threadIdx.x) * 8) + 6) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 6) % 9) &lt; 8)) &amp;&amp; (1 &lt;= rx_outer_outer)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 6) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 6) % 9) * 7)) + rx_outer_outer) - 8)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 43)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 6) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 6) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 6) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 6) % 9) * 7)) + rx_outer_outer) - 7)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 44)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 6) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 6) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 6) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 6) % 9) * 7)) + rx_outer_outer) - 6)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 45)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 6) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 6) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 6) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 6) % 9) * 7)) + rx_outer_outer) - 5)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 46)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 6) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 6) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 6) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 6) % 9) * 7)) + rx_outer_outer) - 4)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 47)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 6) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 6) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 6) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 6) % 9) * 7)) + rx_outer_outer) - 3)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 48)] = ((((1 &lt;= (((((int)threadIdx.x) * 8) + 6) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 6) % 9) &lt; 8)) &amp;&amp; (rx_outer_outer &lt; 2)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 6) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 6) % 9) * 7)) + rx_outer_outer) - 2)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 49)] = ((((1 &lt;= (((((int)threadIdx.x) * 8) + 7) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 7) % 9) &lt; 8)) &amp;&amp; (1 &lt;= rx_outer_outer)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 7) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 7) % 9) * 7)) + rx_outer_outer) - 8)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 50)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 7) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 7) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 7) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 7) % 9) * 7)) + rx_outer_outer) - 7)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 51)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 7) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 7) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 7) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 7) % 9) * 7)) + rx_outer_outer) - 6)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 52)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 7) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 7) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 7) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 7) % 9) * 7)) + rx_outer_outer) - 5)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 53)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 7) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 7) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 7) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 7) % 9) * 7)) + rx_outer_outer) - 4)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 54)] = (((1 &lt;= (((((int)threadIdx.x) * 8) + 7) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 7) % 9) &lt; 8)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 7) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 7) % 9) * 7)) + rx_outer_outer) - 3)] : 0.000000e+00f);
-      }
-      if (((int)threadIdx.x) &lt; 18) {
-        pad_temp_shared[((((int)threadIdx.x) * 56) + 55)] = ((((1 &lt;= (((((int)threadIdx.x) * 8) + 7) % 9)) &amp;&amp; ((((((int)threadIdx.x) * 8) + 7) % 9) &lt; 8)) &amp;&amp; (rx_outer_outer &lt; 2)) ? data[(((((rc_outer_outer * 784) + ((((((int)threadIdx.x) * 8) + 7) / 9) * 49)) + ((((((int)threadIdx.x) * 8) + 7) % 9) * 7)) + rx_outer_outer) - 2)] : 0.000000e+00f);
-      }
-      kernel_shared[((int)threadIdx.x)] = kernel[(((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((int)threadIdx.x) % 48) * 3)) + rx_outer_outer)];
-      kernel_shared[(((int)threadIdx.x) + 56)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 56) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((((int)threadIdx.x) + 8) % 48) / 3) * 9)) + (((((int)threadIdx.x) + 2) % 3) * 3)) + rx_outer_outer)];
-      kernel_shared[(((int)threadIdx.x) + 112)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 112) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((((int)threadIdx.x) + 16) % 48) / 3) * 9)) + (((((int)threadIdx.x) + 1) % 3) * 3)) + rx_outer_outer)];
-      kernel_shared[(((int)threadIdx.x) + 168)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 168) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((((int)threadIdx.x) / 3) + 8) &amp; 15) * 9)) + ((((int)threadIdx.x) % 3) * 3)) + rx_outer_outer)];
-      kernel_shared[(((int)threadIdx.x) + 224)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 224) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((((int)threadIdx.x) + 32) % 48) / 3) * 9)) + (((((int)threadIdx.x) + 2) % 3) * 3)) + rx_outer_outer)];
-      kernel_shared[(((int)threadIdx.x) + 280)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 280) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((((int)threadIdx.x) + 40) % 48) / 3) * 9)) + (((((int)threadIdx.x) + 1) % 3) * 3)) + rx_outer_outer)];
-      kernel_shared[(((int)threadIdx.x) + 336)] = kernel[((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((int)threadIdx.x) % 48) * 3)) + rx_outer_outer) + 32256)];
-      kernel_shared[(((int)threadIdx.x) + 392)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 392) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((((int)threadIdx.x) + 8) % 48) / 3) * 9)) + (((((int)threadIdx.x) + 2) % 3) * 3)) + rx_outer_outer)];
-      kernel_shared[(((int)threadIdx.x) + 448)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 448) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((((int)threadIdx.x) + 16) % 48) / 3) * 9)) + (((((int)threadIdx.x) + 1) % 3) * 3)) + rx_outer_outer)];
-      kernel_shared[(((int)threadIdx.x) + 504)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 504) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((((int)threadIdx.x) / 3) + 8) &amp; 15) * 9)) + ((((int)threadIdx.x) % 3) * 3)) + rx_outer_outer)];
-      kernel_shared[(((int)threadIdx.x) + 560)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 560) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((((int)threadIdx.x) + 32) % 48) / 3) * 9)) + (((((int)threadIdx.x) + 2) % 3) * 3)) + rx_outer_outer)];
-      kernel_shared[(((int)threadIdx.x) + 616)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 616) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((((int)threadIdx.x) + 40) % 48) / 3) * 9)) + (((((int)threadIdx.x) + 1) % 3) * 3)) + rx_outer_outer)];
-      kernel_shared[(((int)threadIdx.x) + 672)] = kernel[((((((((int)blockIdx.x) * 73728) + ((((int)threadIdx.x) / 48) * 4608)) + (rc_outer_outer * 144)) + ((((int)threadIdx.x) % 48) * 3)) + rx_outer_outer) + 64512)];
-      if (((int)threadIdx.x) &lt; 40) {
-        kernel_shared[(((int)threadIdx.x) + 728)] = kernel[((((((((int)blockIdx.x) * 73728) + (((((int)threadIdx.x) + 728) / 48) * 4608)) + (rc_outer_outer * 144)) + (((((int)threadIdx.x) + 8) / 3) * 9)) + (((((int)threadIdx.x) + 2) % 3) * 3)) + rx_outer_outer)];
+      __syncthreads();
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[0]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[64]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[32]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[96]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[1]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[65]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[33]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[97]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[2]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[66]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[34]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[98]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[3]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[67]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[35]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[99]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[4]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[68]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[36]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[100]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[5]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[69]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[37]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[101]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[6]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[70]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[38]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[102]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[7]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[71]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[39]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[103]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[8]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[72]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[40]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[104]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[9]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[73]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[41]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[105]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[10]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[74]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[42]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[106]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[11]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[75]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[43]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[107]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[12]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[76]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[44]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[108]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[13]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[77]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[45]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[109]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[14]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[78]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[46]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[110]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[15]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[79]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[47]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[111]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[16]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[80]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[48]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[112]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[17]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[81]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[49]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[113]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[18]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[82]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[50]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[114]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[19]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[83]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[51]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[115]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[20]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[84]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[52]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[116]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[21]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[85]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[53]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[117]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[22]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[86]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[54]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[118]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[23]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[87]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[55]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[119]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[24]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[88]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[56]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[120]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[25]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[89]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[57]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[121]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[26]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[90]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[58]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[122]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[27]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[91]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[59]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[123]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[28]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[92]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[60]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[124]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[29]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[93]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[61]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[125]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[30]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[94]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[62]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[126]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[31]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[95]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[63]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[127]));
+      __syncthreads();
+      pad_temp_shared[((int)threadIdx.x)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) - 7)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 49)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 42)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 98)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 91)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 147)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 140)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 196)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 189)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 245)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 238)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 294)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 287)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 343)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 336)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 392)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 385)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 441)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 434)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 490)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 483)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 539)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 532)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 588)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 581)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 637)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 630)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 686)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 679)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 735)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 728)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 784)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 777)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 833)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 826)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 882)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 875)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 931)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 924)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 980)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 973)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1029)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1022)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1078)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1071)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1127)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1120)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1176)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1169)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1225)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1218)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1274)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1267)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1323)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1316)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1372)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1365)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1421)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1414)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1470)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1463)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1519)] = (((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1512)] : 0.000000e+00f);
+      kernel_shared[(((int)threadIdx.x) * 2)] = kernel[((((((((int)blockIdx.x) * 18432) + ((((int)threadIdx.x) &gt;&gt; 4) * 4608)) + (rc_outer_outer * 288)) + ((((int)threadIdx.x) &amp; 15) * 18)) + (ry_outer_outer * 3)) + 1)];
+      kernel_shared[((((int)threadIdx.x) * 2) + 1)] = kernel[((((((((int)blockIdx.x) * 18432) + ((((int)threadIdx.x) &gt;&gt; 4) * 4608)) + (rc_outer_outer * 288)) + ((((int)threadIdx.x) &amp; 15) * 18)) + (ry_outer_outer * 3)) + 10)];
+      if (((int)threadIdx.x) &lt; 15) {
+        kernel_shared[((((int)threadIdx.x) * 2) + 98)] = kernel[((((((((int)blockIdx.x) * 18432) + (((((int)threadIdx.x) + 49) &gt;&gt; 4) * 4608)) + (rc_outer_outer * 288)) + (((int)threadIdx.x) * 18)) + (ry_outer_outer * 3)) + 19)];
+        kernel_shared[((((int)threadIdx.x) * 2) + 99)] = kernel[((((((((int)blockIdx.x) * 18432) + (((((int)threadIdx.x) + 49) &gt;&gt; 4) * 4608)) + (rc_outer_outer * 288)) + (((int)threadIdx.x) * 18)) + (ry_outer_outer * 3)) + 28)];
       }
       __syncthreads();
-      for (int rc_outer_inner = 0; rc_outer_inner &lt; 4; ++rc_outer_inner) {
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7))] * kernel_shared[(((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12))]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 1)] * kernel_shared[(((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12))]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 2)] * kernel_shared[(((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12))]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 3)] * kernel_shared[(((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12))]));
-        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 4)] * kernel_shared[(((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12))]));
-        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 5)] * kernel_shared[(((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12))]));
-        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 6)] * kernel_shared[(((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12))]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 63)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 3)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 64)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 3)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 65)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 3)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 66)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 3)]));
-        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 67)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 3)]));
-        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 68)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 3)]));
-        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 69)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 3)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 126)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 6)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 127)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 6)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 128)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 6)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 129)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 6)]));
-        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 130)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 6)]));
-        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 131)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 6)]));
-        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 132)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 6)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 189)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 9)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 190)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 9)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 191)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 9)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 192)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 9)]));
-        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 193)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 9)]));
-        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 194)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 9)]));
-        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 195)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 9)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7))] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 48)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 1)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 48)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 2)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 48)]));
-        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 3)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 48)]));
-        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 4)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 48)]));
-        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 5)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 48)]));
-        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 6)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 48)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 63)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 51)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 64)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 51)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 65)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 51)]));
-        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 66)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 51)]));
-        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 67)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 51)]));
-        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 68)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 51)]));
-        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 69)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 51)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 126)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 54)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 127)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 54)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 128)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 54)]));
-        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 129)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 54)]));
-        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 130)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 54)]));
-        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 131)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 54)]));
-        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 132)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 54)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 189)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 57)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 190)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 57)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 191)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 57)]));
-        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 192)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 57)]));
-        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 193)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 57)]));
-        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 194)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 57)]));
-        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 195)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 57)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 7)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 1)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 8)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 1)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 9)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 1)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 10)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 1)]));
-        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 11)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 1)]));
-        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 12)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 1)]));
-        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 13)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 1)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 70)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 4)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 71)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 4)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 72)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 4)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 73)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 4)]));
-        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 74)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 4)]));
-        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 75)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 4)]));
-        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 76)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 4)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 133)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 7)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 134)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 7)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 135)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 7)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 136)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 7)]));
-        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 137)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 7)]));
-        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 138)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 7)]));
-        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 139)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 7)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 196)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 10)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 197)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 10)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 198)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 10)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 199)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 10)]));
-        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 200)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 10)]));
-        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 201)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 10)]));
-        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 202)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 10)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 7)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 49)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 8)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 49)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 9)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 49)]));
-        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 10)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 49)]));
-        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 11)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 49)]));
-        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 12)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 49)]));
-        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 13)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 49)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 70)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 52)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 71)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 52)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 72)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 52)]));
-        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 73)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 52)]));
-        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 74)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 52)]));
-        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 75)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 52)]));
-        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 76)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 52)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 133)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 55)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 134)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 55)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 135)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 55)]));
-        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 136)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 55)]));
-        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 137)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 55)]));
-        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 138)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 55)]));
-        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 139)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 55)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 196)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 58)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 197)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 58)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 198)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 58)]));
-        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 199)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 58)]));
-        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 200)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 58)]));
-        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 201)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 58)]));
-        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 202)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 58)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 14)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 2)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 15)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 2)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 16)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 2)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 17)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 2)]));
-        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 18)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 2)]));
-        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 19)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 2)]));
-        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 20)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 2)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 77)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 5)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 78)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 5)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 79)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 5)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 80)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 5)]));
-        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 81)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 5)]));
-        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 82)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 5)]));
-        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 83)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 5)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 140)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 8)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 141)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 8)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 142)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 8)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 143)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 8)]));
-        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 144)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 8)]));
-        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 145)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 8)]));
-        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 146)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 8)]));
-        conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 203)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 11)]));
-        conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 204)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 11)]));
-        conv2d_nchw[4] = (conv2d_nchw[4] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 205)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 11)]));
-        conv2d_nchw[6] = (conv2d_nchw[6] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 206)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 11)]));
-        conv2d_nchw[8] = (conv2d_nchw[8] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 207)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 11)]));
-        conv2d_nchw[10] = (conv2d_nchw[10] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 208)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 11)]));
-        conv2d_nchw[12] = (conv2d_nchw[12] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 209)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 11)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 14)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 50)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 15)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 50)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 16)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 50)]));
-        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 17)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 50)]));
-        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 18)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 50)]));
-        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 19)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 50)]));
-        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 20)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 50)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 77)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 53)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 78)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 53)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 79)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 53)]));
-        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 80)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 53)]));
-        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 81)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 53)]));
-        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 82)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 53)]));
-        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 83)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 53)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 140)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 56)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 141)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 56)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 142)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 56)]));
-        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 143)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 56)]));
-        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 144)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 56)]));
-        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 145)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 56)]));
-        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 146)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 56)]));
-        conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 203)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 59)]));
-        conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 204)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 59)]));
-        conv2d_nchw[5] = (conv2d_nchw[5] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 205)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 59)]));
-        conv2d_nchw[7] = (conv2d_nchw[7] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 206)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 59)]));
-        conv2d_nchw[9] = (conv2d_nchw[9] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 207)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 59)]));
-        conv2d_nchw[11] = (conv2d_nchw[11] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 208)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 59)]));
-        conv2d_nchw[13] = (conv2d_nchw[13] + (pad_temp_shared[(((rc_outer_inner * 252) + ((((int)threadIdx.x) % 7) * 7)) + 209)] * kernel_shared[((((((int)threadIdx.x) / 7) * 96) + (rc_outer_inner * 12)) + 59)]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[0]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[64]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[32]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[96]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[1]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[65]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[33]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[97]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[2]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[66]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[34]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[98]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[3]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[67]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[35]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[99]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[4]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[68]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[36]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[100]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[5]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[69]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[37]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[101]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[6]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[70]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[38]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[102]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[7]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[71]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[39]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[103]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[8]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[72]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[40]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[104]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[9]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[73]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[41]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[105]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[10]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[74]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[42]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[106]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[11]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[75]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[43]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[107]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[12]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[76]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[44]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[108]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[13]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[77]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[45]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[109]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[14]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[78]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[46]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[110]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[15]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[79]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[47]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[111]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[16]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[80]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[48]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[112]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[17]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[81]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[49]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[113]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[18]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[82]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[50]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[114]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[19]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[83]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[51]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[115]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[20]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[84]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[52]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[116]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[21]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[85]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[53]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[117]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[22]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[86]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[54]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[118]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[23]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[87]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[55]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[119]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[24]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[88]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[56]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[120]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[25]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[89]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[57]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[121]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[26]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[90]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[58]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[122]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[27]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[91]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[59]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[123]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[28]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[92]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[60]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[124]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[29]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[93]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[61]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[125]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[30]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[94]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[62]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[126]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[31]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[95]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[63]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[127]));
+      __syncthreads();
+      pad_temp_shared[((int)threadIdx.x)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) - 6)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 49)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 43)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 98)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 92)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 147)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 141)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 196)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 190)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 245)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 239)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 294)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 288)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 343)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 337)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 392)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 386)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 441)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 435)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 490)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 484)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 539)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 533)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 588)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 582)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 637)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 631)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 686)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 680)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 735)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 729)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 784)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 778)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 833)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 827)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 882)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 876)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 931)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 925)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 980)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 974)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1029)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1023)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1078)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1072)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1127)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1121)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1176)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1170)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1225)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1219)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1274)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1268)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1323)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1317)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1372)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1366)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1421)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1415)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1470)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1464)] : 0.000000e+00f);
+      pad_temp_shared[(((int)threadIdx.x) + 1519)] = ((((1 &lt;= ((((int)threadIdx.x) / 7) + ry_outer_outer)) &amp;&amp; (((((int)threadIdx.x) / 7) + ry_outer_outer) &lt; 8)) &amp;&amp; ((((int)threadIdx.x) % 7) &lt; 6)) ? data[((((rc_outer_outer * 1568) + (ry_outer_outer * 7)) + ((int)threadIdx.x)) + 1513)] : 0.000000e+00f);
+      kernel_shared[(((int)threadIdx.x) * 2)] = kernel[((((((((int)blockIdx.x) * 18432) + ((((int)threadIdx.x) &gt;&gt; 4) * 4608)) + (rc_outer_outer * 288)) + ((((int)threadIdx.x) &amp; 15) * 18)) + (ry_outer_outer * 3)) + 2)];
+      kernel_shared[((((int)threadIdx.x) * 2) + 1)] = kernel[((((((((int)blockIdx.x) * 18432) + ((((int)threadIdx.x) &gt;&gt; 4) * 4608)) + (rc_outer_outer * 288)) + ((((int)threadIdx.x) &amp; 15) * 18)) + (ry_outer_outer * 3)) + 11)];
+      if (((int)threadIdx.x) &lt; 15) {
+        kernel_shared[((((int)threadIdx.x) * 2) + 98)] = kernel[((((((((int)blockIdx.x) * 18432) + (((((int)threadIdx.x) + 49) &gt;&gt; 4) * 4608)) + (rc_outer_outer * 288)) + (((int)threadIdx.x) * 18)) + (ry_outer_outer * 3)) + 20)];
+        kernel_shared[((((int)threadIdx.x) * 2) + 99)] = kernel[((((((((int)blockIdx.x) * 18432) + (((((int)threadIdx.x) + 49) &gt;&gt; 4) * 4608)) + (rc_outer_outer * 288)) + (((int)threadIdx.x) * 18)) + (ry_outer_outer * 3)) + 29)];
       }
+      __syncthreads();
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[0]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[64]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[32]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[((int)threadIdx.x)] * kernel_shared[96]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[1]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[65]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[33]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 49)] * kernel_shared[97]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[2]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[66]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[34]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 98)] * kernel_shared[98]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[3]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[67]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[35]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 147)] * kernel_shared[99]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[4]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[68]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[36]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 196)] * kernel_shared[100]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[5]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[69]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[37]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 245)] * kernel_shared[101]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[6]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[70]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[38]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 294)] * kernel_shared[102]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[7]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[71]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[39]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 343)] * kernel_shared[103]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[8]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[72]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[40]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 392)] * kernel_shared[104]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[9]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[73]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[41]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 441)] * kernel_shared[105]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[10]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[74]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[42]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 490)] * kernel_shared[106]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[11]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[75]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[43]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 539)] * kernel_shared[107]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[12]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[76]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[44]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 588)] * kernel_shared[108]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[13]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[77]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[45]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 637)] * kernel_shared[109]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[14]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[78]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[46]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 686)] * kernel_shared[110]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[15]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[79]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[47]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 735)] * kernel_shared[111]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[16]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[80]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[48]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 784)] * kernel_shared[112]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[17]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[81]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[49]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 833)] * kernel_shared[113]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[18]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[82]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[50]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 882)] * kernel_shared[114]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[19]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[83]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[51]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 931)] * kernel_shared[115]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[20]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[84]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[52]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 980)] * kernel_shared[116]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[21]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[85]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[53]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1029)] * kernel_shared[117]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[22]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[86]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[54]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1078)] * kernel_shared[118]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[23]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[87]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[55]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1127)] * kernel_shared[119]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[24]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[88]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[56]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1176)] * kernel_shared[120]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[25]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[89]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[57]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1225)] * kernel_shared[121]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[26]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[90]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[58]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1274)] * kernel_shared[122]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[27]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[91]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[59]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1323)] * kernel_shared[123]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[28]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[92]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[60]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1372)] * kernel_shared[124]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[29]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[93]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[61]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1421)] * kernel_shared[125]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[30]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[94]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[62]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1470)] * kernel_shared[126]));
+      conv2d_nchw[0] = (conv2d_nchw[0] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[31]));
+      conv2d_nchw[2] = (conv2d_nchw[2] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[95]));
+      conv2d_nchw[1] = (conv2d_nchw[1] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[63]));
+      conv2d_nchw[3] = (conv2d_nchw[3] + (pad_temp_shared[(((int)threadIdx.x) + 1519)] * kernel_shared[127]));
     }
   }
   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) * 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)) + 1)] = 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) * 7)) + 2)] = 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) * 7)) + 3)] = 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) * 7)) + 4)] = 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) * 7)) + 5)] = 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) * 7)) + 6)] = max((conv2d_nchw[(i1_inner + 12)] + bias[(((((int)blockIdx.x) * 16) + ((((int)threadIdx.x) / 7) * 2)) + i1_inner)]), 0.000000e+00f);
+    compute[(((((int)blockIdx.x) * 196) + (i1_inner * 49)) + ((int)threadIdx.x))] = max((conv2d_nchw[i1_inner] + bias[((((int)blockIdx.x) * 4) + i1_inner)]), 0.000000e+00f);
+    compute[((((((int)blockIdx.x) * 196) + (i1_inner * 49)) + ((int)threadIdx.x)) + 98)] = max((conv2d_nchw[(i1_inner + 2)] + bias[(((((int)blockIdx.x) * 4) + i1_inner) + 2)]), 0.000000e+00f);
   }
 }
 </pre></div>
@@ -1411,7 +1817,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> ( 5 minutes  34.610 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 5 minutes  30.408 seconds)</p>
 <div class="sphx-glr-footer 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 sphx-glr-download-python 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 2e73a3bf40..fdb5c42533 100644
--- a/docs/how_to/tune_with_autoscheduler/tune_network_cuda.html
+++ b/docs/how_to/tune_with_autoscheduler/tune_network_cuda.html
@@ -916,7 +916,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)
-   7.8650       7.8617       7.8742       7.8589       0.0066
+   7.8627       7.8645       7.8675       7.8563       0.0047
 </pre></div>
 </div>
 </div>
@@ -938,7 +938,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  6.112 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  6.190 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-tune-with-autoscheduler-tune-network-cuda-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/eafe360d52540634c9eea0fa89e804bd/tune_network_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_network_cuda.py</span></code></a></p>
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 8dee012ed4..46385c5627 100644
--- a/docs/how_to/tune_with_autoscheduler/tune_network_x86.html
+++ b/docs/how_to/tune_with_autoscheduler/tune_network_x86.html
@@ -935,7 +935,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)
-  747.3662     747.1039     748.5371     746.4578      0.8689
+  755.1097     755.3283     757.1125     752.8884      1.7314
 </pre></div>
 </div>
 </div>
@@ -957,7 +957,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  39.417 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  39.673 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-tune-with-autoscheduler-tune-network-x86-py">
 <div class="sphx-glr-download sphx-glr-download-python 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 9c751d55f0..019f50ee8e 100644
--- a/docs/how_to/tune_with_autoscheduler/tune_sparse_x86.html
+++ b/docs/how_to/tune_with_autoscheduler/tune_sparse_x86.html
@@ -629,86 +629,75 @@ class Module:
     @T.prim_func
     def main(placeholder: T.Buffer((128, 256), &quot;float32&quot;), placeholder_1: T.Buffer((4916, 16, 1), &quot;float32&quot;), placeholder_2: T.Buffer((4916,), &quot;int32&quot;), placeholder_3: T.Buffer((33,), &quot;int32&quot;), placeholder_4: T.Buffer((128, 512), &quot;float32&quot;), compute: T.Buffer((128, 512), &quot;float32&quot;)):
         T.func_attr({&quot;from_legacy_te_schedule&quot;: True, &quot;global_symbol&quot;: &quot;main&quot;, &quot;tir.noalias&quot;: True})
-        for i0_outer_i1_outer_fused in T.parallel(32):
-            compute_1 = T.allocate([2048], &quot;float32&quot;, &quot;global&quot;)
-            compute_2 = T.Buffer((2048,), data=compute_1)
-            for i_outer_inner in range(2):
-                for i_inner_init in range(64):
-                    cse_var_1: T.int32 = i_outer_inner * 1024 + i_inner_init * 16
-                    compute_2[cse_var_1] = T.float32(0)
-                    compute_2[cse_var_1 + 1] = T.float32(0)
-                    compute_2[cse_var_1 + 2] = T.float32(0)
-                    compute_2[cse_var_1 + 3] = T.float32(0)
-                    compute_2[cse_var_1 + 4] = T.float32(0)
-                    compute_2[cse_var_1 + 5] = T.float32(0)
-                    compute_2[cse_var_1 + 6] = T.float32(0)
-                    compute_2[cse_var_1 + 7] = T.float32(0)
-                    compute_2[cse_var_1 + 8] = T.float32(0)
-                    compute_2[cse_var_1 + 9] = T.float32(0)
-                    compute_2[cse_var_1 + 10] = T.float32(0)
-                    compute_2[cse_var_1 + 11] = T.float32(0)
-                    compute_2[cse_var_1 + 12] = T.float32(0)
-                    compute_2[cse_var_1 + 13] = T.float32(0)
-                    compute_2[cse_var_1 + 14] = T.float32(0)
-                    compute_2[cse_var_1 + 15] = T.float32(0)
-                for elem_idx, i_inner in T.grid(placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused], 64):
-                    placeholder_5 = T.Buffer((33,), &quot;int32&quot;, data=placeholder_3.data)
-                    placeholder_6 = T.Buffer((78656,), data=placeholder_1.data)
-                    placeholder_7 = T.Buffer((32768,), data=placeholder.data)
-                    placeholder_8 = T.Buffer((4916,), &quot;int32&quot;, data=placeholder_2.data)
-                    if T.likely(elem_idx &lt; placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                        cse_var_2: T.int32 = i_outer_inner * 1024 + i_inner * 16
-                        compute_2[cse_var_2] = compute_2[cse_var_2] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                    if T.likely(elem_idx &lt; placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                        cse_var_3: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 1
-                        compute_2[cse_var_3] = compute_2[cse_var_3] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 1] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                    if T.likely(elem_idx &lt; placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                        cse_var_4: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 2
-                        compute_2[cse_var_4] = compute_2[cse_var_4] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 2] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                    if T.likely(elem_idx &lt; placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                        cse_var_5: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 3
-                        compute_2[cse_var_5] = compute_2[cse_var_5] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 3] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                    if T.likely(elem_idx &lt; placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                        cse_var_6: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 4
-                        compute_2[cse_var_6] = compute_2[cse_var_6] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 4] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                    if T.likely(elem_idx &lt; placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                        cse_var_7: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 5
-                        compute_2[cse_var_7] = compute_2[cse_var_7] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 5] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                    if T.likely(elem_idx &lt; placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                        cse_var_8: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 6
-                        compute_2[cse_var_8] = compute_2[cse_var_8] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 6] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                    if T.likely(elem_idx &lt; placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                        cse_var_9: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 7
-                        compute_2[cse_var_9] = compute_2[cse_var_9] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 7] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                    if T.likely(elem_idx &lt; placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                        cse_var_10: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 8
-                        compute_2[cse_var_10] = compute_2[cse_var_10] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 8] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                    if T.likely(elem_idx &lt; placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                        cse_var_11: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 9
-                        compute_2[cse_var_11] = compute_2[cse_var_11] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 9] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                    if T.likely(elem_idx &lt; placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                        cse_var_12: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 10
-                        compute_2[cse_var_12] = compute_2[cse_var_12] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 10] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                    if T.likely(elem_idx &lt; placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                        cse_var_13: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 11
-                        compute_2[cse_var_13] = compute_2[cse_var_13] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 11] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                    if T.likely(elem_idx &lt; placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                        cse_var_14: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 12
-                        compute_2[cse_var_14] = compute_2[cse_var_14] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 12] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                    if T.likely(elem_idx &lt; placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                        cse_var_15: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 13
-                        compute_2[cse_var_15] = compute_2[cse_var_15] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 13] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                    if T.likely(elem_idx &lt; placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                        cse_var_16: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 14
-                        compute_2[cse_var_16] = compute_2[cse_var_16] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 14] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-                    if T.likely(elem_idx &lt; placeholder_5[i0_outer_i1_outer_fused + 1] - placeholder_5[i0_outer_i1_outer_fused]):
-                        cse_var_17: T.int32 = i_outer_inner * 1024 + i_inner * 16 + 15
-                        compute_2[cse_var_17] = compute_2[cse_var_17] + placeholder_6[placeholder_5[i0_outer_i1_outer_fused] * 16 + elem_idx * 16 + 15] * T.max(placeholder_7[i_outer_inner * 16384 + i_inner * 256 + placeholder_8[placeholder_5[i0_outer_i1_outer_fused] + elem_idx]], T.float32(0))
-            for i0_inner in range(128):
-                cse_var_18: T.int32 = i0_inner * 512 + i0_outer_i1_outer_fused * 16
-                compute_3 = T.Buffer((65536,), data=compute.data)
-                placeholder_5 = T.Buffer((65536,), data=placeholder_4.data)
-                compute_3[cse_var_18:cse_var_18 + 16] = T.max(compute_2[i0_inner * 16:i0_inner * 16 + 16] + placeholder_5[cse_var_18:cse_var_18 + 16], T.Broadcast(T.float32(0), 16))
+        for i0_outer in T.parallel(4):
+            compute_1 = T.allocate([1024], &quot;float32&quot;, &quot;global&quot;)
+            for i1_outer in range(16):
+                compute_2 = T.Buffer((1024,), data=compute_1)
+                for nb_j_inner in range(2):
+                    for i_inner_init in range(32):
+                        cse_var_1: T.int32 = i_inner_init * 32 + nb_j_inner * 16
+                        compute_2[cse_var_1] = T.float32(0)
+                        compute_2[cse_var_1 + 1] = T.float32(0)
+                        compute_2[cse_var_1 + 2] = T.float32(0)
+                        compute_2[cse_var_1 + 3] = T.float32(0)
+                        compute_2[cse_var_1 + 4] = T.float32(0)
+                        compute_2[cse_var_1 + 5] = T.float32(0)
+                        compute_2[cse_var_1 + 6] = T.float32(0)
+                        compute_2[cse_var_1 + 7] = T.float32(0)
+                        compute_2[cse_var_1 + 8] = T.float32(0)
+                        compute_2[cse_var_1 + 9] = T.float32(0)
+                        compute_2[cse_var_1 + 10] = T.float32(0)
+                        compute_2[cse_var_1 + 11] = T.float32(0)
+                        compute_2[cse_var_1 + 12] = T.float32(0)
+                        compute_2[cse_var_1 + 13] = T.float32(0)
+                        compute_2[cse_var_1 + 14] = T.float32(0)
+                        compute_2[cse_var_1 + 15] = T.float32(0)
+                    for elem_idx, i_inner in T.grid(T.let(cse_var_2, i1_outer * 2 + nb_j_inner, placeholder_5[cse_var_2 + 1] - placeholder_5[cse_var_2]), 32):
+                        cse_var_2 = T.var(&quot;int32&quot;)
+                        placeholder_5 = T.Buffer((33,), &quot;int32&quot;, data=placeholder_3.data)
+                        cse_var_21: T.int32 = elem_idx * 16
+                        cse_var_20: T.int32 = i1_outer * 2 + nb_j_inner
+                        cse_var_19: T.int32 = i0_outer * 8192 + i_inner * 256
+                        cse_var_18: T.int32 = i_inner * 32 + nb_j_inner * 16
+                        cse_var_17: T.int32 = cse_var_18 + 9
+                        cse_var_16: T.int32 = cse_var_18 + 8
+                        cse_var_15: T.int32 = cse_var_18 + 7
+                        cse_var_14: T.int32 = cse_var_18 + 6
+                        cse_var_13: T.int32 = cse_var_18 + 5
+                        cse_var_12: T.int32 = cse_var_18 + 4
+                        cse_var_11: T.int32 = cse_var_18 + 3
+                        cse_var_10: T.int32 = cse_var_18 + 2
+                        cse_var_9: T.int32 = cse_var_18 + 15
+                        cse_var_8: T.int32 = cse_var_18 + 14
+                        cse_var_7: T.int32 = cse_var_18 + 13
+                        cse_var_6: T.int32 = cse_var_18 + 12
+                        cse_var_5: T.int32 = cse_var_18 + 11
+                        cse_var_4: T.int32 = cse_var_18 + 10
+                        cse_var_3: T.int32 = cse_var_18 + 1
+                        placeholder_6 = T.Buffer((78656,), data=placeholder_1.data)
+                        placeholder_7 = T.Buffer((32768,), data=placeholder.data)
+                        placeholder_8 = T.Buffer((4916,), &quot;int32&quot;, data=placeholder_2.data)
+                        compute_2[cse_var_18] = compute_2[cse_var_18] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                        compute_2[cse_var_3] = compute_2[cse_var_3] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 1] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                        compute_2[cse_var_10] = compute_2[cse_var_10] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 2] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                        compute_2[cse_var_11] = compute_2[cse_var_11] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 3] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                        compute_2[cse_var_12] = compute_2[cse_var_12] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 4] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                        compute_2[cse_var_13] = compute_2[cse_var_13] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 5] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                        compute_2[cse_var_14] = compute_2[cse_var_14] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 6] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                        compute_2[cse_var_15] = compute_2[cse_var_15] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 7] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                        compute_2[cse_var_16] = compute_2[cse_var_16] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 8] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                        compute_2[cse_var_17] = compute_2[cse_var_17] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 9] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                        compute_2[cse_var_4] = compute_2[cse_var_4] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 10] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                        compute_2[cse_var_5] = compute_2[cse_var_5] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 11] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                        compute_2[cse_var_6] = compute_2[cse_var_6] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 12] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                        compute_2[cse_var_7] = compute_2[cse_var_7] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 13] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                        compute_2[cse_var_8] = compute_2[cse_var_8] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 14] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                        compute_2[cse_var_9] = compute_2[cse_var_9] + placeholder_6[placeholder_5[cse_var_20] * 16 + cse_var_21 + 15] * T.max(placeholder_7[cse_var_19 + placeholder_8[placeholder_5[cse_var_20] + elem_idx]], T.float32(0))
+                for i0_inner in range(32):
+                    cse_var_22: T.int32 = i0_outer * 16384 + i0_inner * 512 + i1_outer * 32
+                    compute_3 = T.Buffer((65536,), data=compute.data)
+                    placeholder_5 = T.Buffer((65536,), data=placeholder_4.data)
+                    compute_3[cse_var_22:cse_var_22 + 32] = T.max(compute_2[i0_inner * 32:i0_inner * 32 + 32] + placeholder_5[cse_var_22:cse_var_22 + 32], T.Broadcast(T.float32(0), 32))
 </pre></div>
 </div>
 </div>
@@ -742,7 +731,7 @@ class Module:
 <span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Execution time of this operator: 1.827 ms
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Execution time of this operator: 1.775 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 bb6d8d3f42..ecacaaf225 100644
--- a/docs/how_to/tune_with_autotvm/sg_execution_times.html
+++ b/docs/how_to/tune_with_autotvm/sg_execution_times.html
@@ -340,7 +340,7 @@
             
   <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:27.181</strong> total execution time for <strong>how_to_tune_with_autotvm</strong> files:</p>
+<p><strong>00:29.529</strong> total execution time for <strong>how_to_tune_with_autotvm</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 84%" />
@@ -349,11 +349,11 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:27.145</p></td>
+<td><p>00:29.495</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
-<td><p>00:00.022</p></td>
+<td><p>00:00.021</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><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></td>
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 88b5495929..d8a29cccf3 100644
--- a/docs/how_to/tune_with_autotvm/tune_conv2d_cuda.html
+++ b/docs/how_to/tune_with_autotvm/tune_conv2d_cuda.html
@@ -690,7 +690,7 @@ Traceback (most recent call last):
   File &quot;tvm/_ffi/_cython/./packed_func.pxi&quot;, line 56, in tvm._ffi._cy3.core.tvm_callback
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 875, 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, 2, 16]), (&#39;tile_y&#39;, [-1, 7, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 7]), (&#39;tile_rc&#39;, [-1, 16, 8]), (&#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,6500953
+tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 64, 2, 1]), (&#39;tile_y&#39;, [-1, 1, 7, 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, 1, 3]), (&#39;auto_unroll_max_step&#39;, 512), (&#39;unroll_explicit&#39;, 0)],None,3321576
 No: 2   GFLOPS: 0.00/0.00       result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 592, in __call__
     func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
@@ -813,7 +813,7 @@ Traceback (most recent call last):
   File &quot;tvm/_ffi/_cython/./packed_func.pxi&quot;, line 56, in tvm._ffi._cy3.core.tvm_callback
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 875, 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, 16, 8, 2]), (&#39;tile_y&#39;, [-1, 1, 7, 1]), (&#39;tile_x&#39;, [-1, 7, 1, 1]), (&#39;tile_rc&#39;, [-1, 4, 8]), (&#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;, 1)],None,5717883
+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, 7]), (&#39;tile_x&#39;, [-1, 7, 1, 1]), (&#39;tile_rc&#39;, [-1, 8, 64]), (&#39;tile_ry&#39;, [-1, 1, 1]), (&#39;tile_rx&#39;, [-1, 3, 1]), (&#39;auto_unroll_max_step&#39;, 1500), (&#39;unroll_explicit&#39;, 0)],None,4236182
 No: 3   GFLOPS: 0.00/0.00       result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 592, in __call__
     func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
@@ -936,7 +936,7 @@ Traceback (most recent call last):
   File &quot;tvm/_ffi/_cython/./packed_func.pxi&quot;, line 56, in tvm._ffi._cy3.core.tvm_callback
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 875, 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, 16, 2]), (&#39;tile_y&#39;, [-1, 7, 1, 1]), (&#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, 1, 3]), (&#39;auto_unroll_max_step&#39;, 1500), (&#39;unroll_explicit&#39;, 1)],None,10418626
+tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 64, 8, 1]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 7, 1]), (&#39;tile_rc&#39;, [-1, 32, 16]), (&#39;tile_ry&#39;, [-1, 3, 1]), (&#39;tile_rx&#39;, [-1, 1, 3]), (&#39;auto_unroll_max_step&#39;, 512), (&#39;unroll_explicit&#39;, 1)],None,8463873
 No: 4   GFLOPS: 0.00/0.00       result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 592, in __call__
     func, arg_info = _build_func_common(measure_input, self.runtime, **kwargs)
@@ -1059,9 +1059,8 @@ Traceback (most recent call last):
   File &quot;tvm/_ffi/_cython/./packed_func.pxi&quot;, line 56, in tvm._ffi._cy3.core.tvm_callback
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 875, 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, 16, 1, 32]), (&#39;tile_y&#39;, [-1, 1, 1, 7]), (&#39;tile_x&#39;, [-1, 7, 1, 1]), (&#39;tile_rc&#39;, [-1, 64, 1]), (&#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;, 0)],None,4282049
-No: 5   GFLOPS: 55.23/55.23     result: MeasureResult(costs=(0.004191678666666667,), error_no=MeasureErrorNo.NO_ERROR, all_cost=2.290860414505005, timestamp=1674648479.445705) [(&#39;tile_f&#39;, [-1, 1, 64, 4]), (&#39;tile_y&#39;, [-1, 7, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 7]), (&#39;tile_rc&#39;, [-1, 4, 1]), (&#39;tile_ry&#39;, [-1, 1, 3]), (&#39;tile_rx&#39;, [-1, 1, 1]), (&#39;auto_unroll_max_step&#39;, 1500), (&#39;unroll_explicit&#39;, 1)],None,9109233
-No: 6   GFLOPS: 0.00/55.23      result: Traceback (most recent call last):
+tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 1, 32, 2]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 7, 1, 1]), (&#39;tile_rc&#39;, [-1, 2, 64]), (&#39;tile_ry&#39;, [-1, 1, 1]), (&#39;tile_rx&#39;, [-1, 3, 1]), (&#39;auto_unroll_max_step&#39;, 512), (&#39;unroll_explicit&#39;, 1)],None,7713290
+No: 5   GFLOPS: 0.00/0.00       result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 592, 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 544, in _build_func_common
@@ -1183,8 +1182,8 @@ Traceback (most recent call last):
   File &quot;tvm/_ffi/_cython/./packed_func.pxi&quot;, line 56, in tvm._ffi._cy3.core.tvm_callback
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 875, 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, 2, 128]), (&#39;tile_y&#39;, [-1, 7, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 7]), (&#39;tile_rc&#39;, [-1, 8, 1]), (&#39;tile_ry&#39;, [-1, 3, 1]), (&#39;tile_rx&#39;, [-1, 1, 1]), (&#39;auto_unroll_max_step&#39;, 0), (&#39;unroll_explicit&#39;, 0)],None,207234
-No: 7   GFLOPS: 0.00/55.23      result: Traceback (most recent call last):
+tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 2, 16, 16]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 7, 1]), (&#39;tile_rc&#39;, [-1, 1, 128]), (&#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;, 0)],None,1529623
+No: 6   GFLOPS: 0.00/0.00       result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 592, 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 544, in _build_func_common
@@ -1306,8 +1305,8 @@ Traceback (most recent call last):
   File &quot;tvm/_ffi/_cython/./packed_func.pxi&quot;, line 56, in tvm._ffi._cy3.core.tvm_callback
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 875, 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, 256, 1]), (&#39;tile_y&#39;, [-1, 1, 1, 7]), (&#39;tile_x&#39;, [-1, 1, 7, 1]), (&#39;tile_rc&#39;, [-1, 128, 4]), (&#39;tile_ry&#39;, [-1, 3, 1]), (&#39;tile_rx&#39;, [-1, 1, 1]), (&#39;auto_unroll_max_step&#39;, 512), (&#39;unroll_explicit&#39;, 0)],None,2029993
-No: 8   GFLOPS: 0.00/55.23      result: Traceback (most recent call last):
+tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 1, 128, 2]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 7]), (&#39;tile_rc&#39;, [-1, 512, 1]), (&#39;tile_ry&#39;, [-1, 1, 1]), (&#39;tile_rx&#39;, [-1, 3, 1]), (&#39;auto_unroll_max_step&#39;, 1500), (&#39;unroll_explicit&#39;, 0)],None,4100017
+No: 7   GFLOPS: 0.00/0.00       result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 592, 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 544, in _build_func_common
@@ -1429,12 +1428,9 @@ Traceback (most recent call last):
   File &quot;tvm/_ffi/_cython/./packed_func.pxi&quot;, line 56, in tvm._ffi._cy3.core.tvm_callback
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 875, 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, 16]), (&#39;tile_y&#39;, [-1, 7, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 7, 1]), (&#39;tile_rc&#39;, [-1, 16, 16]), (&#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,1103922
-No: 9   GFLOPS: 27.51/55.23     result: MeasureResult(costs=(0.008414402583333333,), error_no=MeasureErrorNo.NO_ERROR, all_cost=3.1393074989318848, timestamp=1674648483.7522187)       [(&#39;tile_f&#39;, [-1, 64, 1, 1]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 1]), (&#39;tile_rc&#39;, [-1, 2, 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,9877126
-No: 10  GFLOPS: 31.85/55.23     result: MeasureResult(costs=(0.0072692777857142855,), error_no=MeasureErrorNo.NO_ERROR, all_cost=2.873112916946411, timestamp=1674648484.5286293)       [(&#39;tile_f&#39;, [-1, 32, 4, 1]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 7]), (&#39;tile_rc&#39;, [-1, 16, 1]), (&#39;tile_ry&#39;, [-1, 1, 1]), (&#39;tile_rx&#39;, [-1, 3, 1]), (&#39;auto_unroll_max_step&#39;, 1500), (&#39;unroll_explicit&#39;, 1)],None,9309544
-No: 11  GFLOPS: 228.53/228.53   result: MeasureResult(costs=(0.0010130230606060606,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.5445051193237305, timestamp=1674648485.2542942)      [(&#39;tile_f&#39;, [-1, 4, 4, 1]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 7, 1, 1]), (&#39;tile_rc&#39;, [-1, 2, 1]), (&#39;tile_ry&#39;, [-1, 3, 1]), (&#39;tile_rx&#39;, [-1, 1, 3]), (&#39;auto_unroll_max_step&#39;, 1500), (&#39;unroll_explicit&#39;, 0)],None,4844421
-No: 12  GFLOPS: 436.89/436.89   result: MeasureResult(costs=(0.0005298873639344263,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.8932838439941406, timestamp=1674648486.267551)       [(&#39;tile_f&#39;, [-1, 2, 32, 1]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 7, 1]), (&#39;tile_rc&#39;, [-1, 2, 4]), (&#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,9945801
-No: 13  GFLOPS: 0.00/436.89     result: Traceback (most recent call last):
+tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 1, 1, 2]), (&#39;tile_y&#39;, [-1, 1, 1, 7]), (&#39;tile_x&#39;, [-1, 1, 1, 7]), (&#39;tile_rc&#39;, [-1, 4, 64]), (&#39;tile_ry&#39;, [-1, 1, 3]), (&#39;tile_rx&#39;, [-1, 1, 1]), (&#39;auto_unroll_max_step&#39;, 1500), (&#39;unroll_explicit&#39;, 0)],None,4040795
+No: 8   GFLOPS: 5.00/5.00       result: MeasureResult(costs=(0.04626729575,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.5704848766326904, timestamp=1674658480.744044)       [(&#39;tile_f&#39;, [-1, 16, 2, 2]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 1]), (&#39;tile_rc&#39;, [-1, 16, 1]), (&#39;tile_ry&#39;, [-1, 3, 1]), (&#39;tile_rx&#39;, [-1, 1, 3]), (&#39;auto_unroll_max_step&#39;, 512), (&#39;unroll_explicit&#39;, 0)],None,3111748
+No: 9   GFLOPS: 0.00/5.00       result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 592, 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 544, in _build_func_common
@@ -1556,8 +1552,8 @@ Traceback (most recent call last):
   File &quot;tvm/_ffi/_cython/./packed_func.pxi&quot;, line 56, in tvm._ffi._cy3.core.tvm_callback
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 875, 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, 64, 4]), (&#39;tile_y&#39;, [-1, 7, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 7]), (&#39;tile_rc&#39;, [-1, 8, 4]), (&#39;tile_ry&#39;, [-1, 3, 1]), (&#39;tile_rx&#39;, [-1, 3, 1]), (&#39;auto_unroll_max_step&#39;, 512), (&#39;unroll_explicit&#39;, 0)],None,2597234
-No: 14  GFLOPS: 0.00/436.89     result: Traceback (most recent call last):
+tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 1, 4, 64]), (&#39;tile_y&#39;, [-1, 1, 7, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 1]), (&#39;tile_rc&#39;, [-1, 32, 4]), (&#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,6667527
+No: 10  GFLOPS: 0.00/5.00       result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 592, 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 544, in _build_func_common
@@ -1679,8 +1675,8 @@ Traceback (most recent call last):
   File &quot;tvm/_ffi/_cython/./packed_func.pxi&quot;, line 56, in tvm._ffi._cy3.core.tvm_callback
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 875, 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, 256, 1, 1]), (&#39;tile_y&#39;, [-1, 1, 1, 7]), (&#39;tile_x&#39;, [-1, 1, 1, 1]), (&#39;tile_rc&#39;, [-1, 64, 8]), (&#39;tile_ry&#39;, [-1, 1, 3]), (&#39;tile_rx&#39;, [-1, 1, 3]), (&#39;auto_unroll_max_step&#39;, 1500), (&#39;unroll_explicit&#39;, 1)],None,10377628
-No: 15  GFLOPS: 0.00/436.89     result: Traceback (most recent call last):
+tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 1, 4, 64]), (&#39;tile_y&#39;, [-1, 1, 7, 1]), (&#39;tile_x&#39;, [-1, 7, 1, 1]), (&#39;tile_rc&#39;, [-1, 16, 1]), (&#39;tile_ry&#39;, [-1, 3, 1]), (&#39;tile_rx&#39;, [-1, 1, 1]), (&#39;auto_unroll_max_step&#39;, 0), (&#39;unroll_explicit&#39;, 0)],None,209207
+No: 11  GFLOPS: 0.00/5.00       result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 592, 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 544, in _build_func_common
@@ -1802,8 +1798,8 @@ Traceback (most recent call last):
   File &quot;tvm/_ffi/_cython/./packed_func.pxi&quot;, line 56, in tvm._ffi._cy3.core.tvm_callback
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 875, 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, 2, 1]), (&#39;tile_y&#39;, [-1, 7, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 7, 1]), (&#39;tile_rc&#39;, [-1, 64, 8]), (&#39;tile_ry&#39;, [-1, 3, 1]), (&#39;tile_rx&#39;, [-1, 1, 1]), (&#39;auto_unroll_max_step&#39;, 512), (&#39;unroll_explicit&#39;, 0)],None,2054152
-No: 16  GFLOPS: 0.00/436.89     result: Traceback (most recent call last):
+tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 1, 8, 16]), (&#39;tile_y&#39;, [-1, 7, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 7]), (&#39;tile_rc&#39;, [-1, 16, 16]), (&#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,4589599
+No: 12  GFLOPS: 0.00/5.00       result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 592, 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 544, in _build_func_common
@@ -1925,8 +1921,8 @@ Traceback (most recent call last):
   File &quot;tvm/_ffi/_cython/./packed_func.pxi&quot;, line 56, in tvm._ffi._cy3.core.tvm_callback
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 875, 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, 4]), (&#39;tile_y&#39;, [-1, 1, 1, 7]), (&#39;tile_x&#39;, [-1, 1, 1, 1]), (&#39;tile_rc&#39;, [-1, 8, 32]), (&#39;tile_ry&#39;, [-1, 1, 1]), (&#39;tile_rx&#39;, [-1, 1, 3]), (&#39;auto_unroll_max_step&#39;, 512), (&#39;unroll_explicit&#39;, 1)],None,8283346
-No: 17  GFLOPS: 0.00/436.89     result: Traceback (most recent call last):
+tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 64, 4, 1]), (&#39;tile_y&#39;, [-1, 1, 7, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 7]), (&#39;tile_rc&#39;, [-1, 64, 4]), (&#39;tile_ry&#39;, [-1, 1, 1]), (&#39;tile_rx&#39;, [-1, 1, 1]), (&#39;auto_unroll_max_step&#39;, 1500), (&#39;unroll_explicit&#39;, 1)],None,8803105
+No: 13  GFLOPS: 0.00/5.00       result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 592, 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 544, in _build_func_common
@@ -2048,8 +2044,8 @@ Traceback (most recent call last):
   File &quot;tvm/_ffi/_cython/./packed_func.pxi&quot;, line 56, in tvm._ffi._cy3.core.tvm_callback
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 875, 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, 64, 1]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 7]), (&#39;tile_rc&#39;, [-1, 1, 256]), (&#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;, 1)],None,9091325
-No: 18  GFLOPS: 0.00/436.89     result: Traceback (most recent call last):
+tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 2, 2, 2]), (&#39;tile_y&#39;, [-1, 1, 1, 7]), (&#39;tile_x&#39;, [-1, 1, 1, 1]), (&#39;tile_rc&#39;, [-1, 2, 256]), (&#39;tile_ry&#39;, [-1, 1, 1]), (&#39;tile_rx&#39;, [-1, 3, 1]), (&#39;auto_unroll_max_step&#39;, 0), (&#39;unroll_explicit&#39;, 0)],None,768085
+No: 14  GFLOPS: 0.00/5.00       result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 592, 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 544, in _build_func_common
@@ -2171,8 +2167,8 @@ Traceback (most recent call last):
   File &quot;tvm/_ffi/_cython/./packed_func.pxi&quot;, line 56, in tvm._ffi._cy3.core.tvm_callback
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 875, 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, 1, 256]), (&#39;tile_y&#39;, [-1, 1, 7, 1]), (&#39;tile_x&#39;, [-1, 1, 7, 1]), (&#39;tile_rc&#39;, [-1, 8, 16]), (&#39;tile_ry&#39;, [-1, 1, 1]), (&#39;tile_rx&#39;, [-1, 1, 1]), (&#39;auto_unroll_max_step&#39;, 512), (&#39;unroll_explicit&#39;, 0)],None,1875056
-No: 19  GFLOPS: 0.00/436.89     result: Traceback (most recent call last):
+tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 4, 8, 4]), (&#39;tile_y&#39;, [-1, 7, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 7, 1]), (&#39;tile_rc&#39;, [-1, 4, 32]), (&#39;tile_ry&#39;, [-1, 1, 1]), (&#39;tile_rx&#39;, [-1, 3, 1]), (&#39;auto_unroll_max_step&#39;, 1500), (&#39;unroll_explicit&#39;, 1)],None,9442743
+No: 15  GFLOPS: 0.00/5.00       result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 592, 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 544, in _build_func_common
@@ -2294,8 +2290,8 @@ Traceback (most recent call last):
   File &quot;tvm/_ffi/_cython/./packed_func.pxi&quot;, line 56, in tvm._ffi._cy3.core.tvm_callback
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 875, 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, 2, 8]), (&#39;tile_y&#39;, [-1, 1, 1, 7]), (&#39;tile_x&#39;, [-1, 1, 1, 1]), (&#39;tile_rc&#39;, [-1, 16, 8]), (&#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;, 1)],None,6111528
-No: 20  GFLOPS: 0.00/436.89     result: Traceback (most recent call last):
+tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 4, 16, 8]), (&#39;tile_y&#39;, [-1, 7, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 1]), (&#39;tile_rc&#39;, [-1, 8, 8]), (&#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,9979580
+No: 16  GFLOPS: 0.00/5.00       result: Traceback (most recent call last):
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 592, 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 544, in _build_func_common
@@ -2417,7 +2413,133 @@ Traceback (most recent call last):
   File &quot;tvm/_ffi/_cython/./packed_func.pxi&quot;, line 56, in tvm._ffi._cy3.core.tvm_callback
   File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 875, 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, 1]), (&#39;tile_y&#39;, [-1, 1, 1, 7]), (&#39;tile_x&#39;, [-1, 7, 1, 1]), (&#39;tile_rc&#39;, [-1, 4, 64]), (&#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;, 0)],None,1328620
+tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel        [(&#39;tile_f&#39;, [-1, 32, 1, 1]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 7]), (&#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;, 512), (&#39;unroll_explicit&#39;, 0)],None,3043925
+No: 17  GFLOPS: 7.94/7.94       result: MeasureResult(costs=(0.0291491755,), error_no=MeasureErrorNo.NO_ERROR, all_cost=7.622623682022095, timestamp=1674658488.9437804)        [(&#39;tile_f&#39;, [-1, 4, 2, 4]), (&#39;tile_y&#39;, [-1, 7, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 1]), (&#39;tile_rc&#39;, [-1, 1, 32]), (&#39;tile_ry&#39;, [-1, 1, 3]), (&#39;tile_rx&#39;, [-1, 1, 3]), (&#39;auto_unroll_max_step&#39;, 1500), (&#39;unroll_explicit&#39;, 0)],None,5174730
+No: 18  GFLOPS: 0.00/7.94       result: Traceback (most recent call last):
+  File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 592, 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 544, in _build_func_common
+    func = build(s, args, target_host=task.target_host, runtime=runtime)
+  File &quot;/workspace/python/tvm/driver/build_module.py&quot;, line 227, in build
+    input_mod = lower(inputs, args, name=name, binds=binds)
+  File &quot;/workspace/python/tvm/driver/build_module.py&quot;, line 134, in lower
+    return ffi.lower_schedule(inp, args, name, binds, simple_mode)
+  File &quot;tvm/_ffi/_cython/./packed_func.pxi&quot;, line 331, in tvm._ffi._cy3.core.PackedFuncBase.__call__
+  File &quot;tvm/_ffi/_cython/./packed_func.pxi&quot;, line 276, in tvm._ffi._cy3.core.FuncCall
+  File &quot;tvm/_ffi/_cython/./base.pxi&quot;, line 181, in tvm._ffi._cy3.core.CHECK_CALL
+tvm._ffi.base.TVMError: Traceback (most recent call last):
+  24: TVMFuncCall
+        at ../src/runtime/c_runtime_api.cc:477
+  23: tvm::runtime::PackedFuncObj::CallPacked(tvm::runtime::TVMArgs, tvm::runtime::TVMRetValue*) const
+        at ../include/tvm/runtime/packed_func.h:1217
+  22: Call
+        at ../include/tvm/runtime/packed_func.h:1213
+  21: operator()
+        at ../include/tvm/runtime/packed_func.h:1730
+  20: unpack_call&lt;tvm::IRModule, 5, tvm::&lt;lambda(tvm::te::Schedule, const tvm::runtime::Array&lt;tvm::runtime::ObjectRef&gt;&amp;, const tvm::runtime::String&amp;, const tvm::runtime::Map&lt;tvm::te::Tensor, tvm::tir::Buffer&gt;&amp;, bool)&gt; &gt;
+        at ../include/tvm/runtime/packed_func.h:1670
+  19: run&lt;&gt;
+        at ../include/tvm/runtime/packed_func.h:1630
+  18: run&lt;tvm::runtime::TVMMovableArgValueWithContext_&gt;
+        at ../include/tvm/runtime/packed_func.h:1630
+  17: run&lt;tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_&gt;
+        at ../include/tvm/runtime/packed_func.h:1630
+  16: run&lt;tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_&gt;
+        at ../include/tvm/runtime/packed_func.h:1630
+  15: run&lt;tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_&gt;
+        at ../include/tvm/runtime/packed_func.h:1630
+  14: run&lt;tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_&gt;
+        at ../include/tvm/runtime/packed_func.h:1645
+  13: operator()
+        at ../src/driver/driver_api.cc:395
+  12: tvm::LowerSchedule(tvm::te::Schedule, tvm::runtime::Array&lt;tvm::runtime::ObjectRef, void&gt; const&amp;, std::__cxx11::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; const&amp;, std::unordered_map&lt;tvm::te::Tensor, tvm::tir::Buffer, std::hash&lt;tvm::te::Tensor&gt;, std::equal_to&lt;tvm::te::Tensor&gt;, std::allocator&lt;std::pair&lt;tvm::te::Tensor const, tvm::tir::Buffer&gt; &gt; &gt; const&amp;, tvm::GlobalVarSupply, bool)
+        at ../src/driver/driver_api.cc:381
+  11: tvm::LowerWithPassList(tvm::IRModule, tvm::runtime::Array&lt;tvm::transform::Pass, void&gt;)
+        at ../src/driver/driver_api.cc:276
+  10: tvm::transform::Pass::operator()(tvm::IRModule) const
+        at ../src/ir/transform.cc:258
+  9: tvm::transform::Pass::operator()(tvm::IRModule, tvm::transform::PassContext const&amp;) const
+        at ../src/ir/transform.cc:274
+  8: tvm::transform::SequentialNode::operator()(tvm::IRModule, tvm::transform::PassContext const&amp;) const
+        at ../src/ir/transform.cc:451
+  7: tvm::transform::Pass::operator()(tvm::IRModule, tvm::transform::PassContext const&amp;) const
+        at ../src/ir/transform.cc:274
+  6: tvm::tir::transform::PrimFuncPassNode::operator()(tvm::IRModule, tvm::transform::PassContext const&amp;) const
+        at ../src/tir/ir/transform.cc:100
+  5: tvm::runtime::TypedPackedFunc&lt;tvm::tir::PrimFunc (tvm::tir::PrimFunc, tvm::IRModule, tvm::transform::PassContext)&gt;::operator()(tvm::tir::PrimFunc, tvm::IRModule, tvm::transform::PassContext) const
+        at ../include/tvm/runtime/packed_func.h:1749
+  4: tvm::tir::PrimFunc tvm::runtime::detail::typed_packed_call_dispatcher&lt;tvm::tir::PrimFunc&gt;::run&lt;tvm::tir::PrimFunc, tvm::IRModule, tvm::transform::PassContext&gt;(tvm::runtime::PackedFunc const&amp;, tvm::tir::PrimFunc&amp;&amp;, tvm::IRModule&amp;&amp;, tvm::transform::PassContext&amp;&amp;)
+        at ../include/tvm/runtime/packed_func.h:1693
+  3: tvm::runtime::TVMRetValue tvm::runtime::PackedFunc::operator()&lt;tvm::tir::PrimFunc, tvm::IRModule, tvm::transform::PassContext&gt;(tvm::tir::PrimFunc&amp;&amp;, tvm::IRModule&amp;&amp;, tvm::transform::PassContext&amp;&amp;) const
+        at ../include/tvm/runtime/packed_func.h:1617
+  2: tvm::runtime::PackedFuncObj::CallPacked(tvm::runtime::TVMArgs, tvm::runtime::TVMRetValue*) const
+        at ../include/tvm/runtime/packed_func.h:1217
+  1: Call
+        at ../include/tvm/runtime/packed_func.h:1213
+  0: operator()
+        at ../src/runtime/c_runtime_api.cc:534
+  File &quot;tvm/_ffi/_cython/./packed_func.pxi&quot;, line 56, in tvm._ffi._cy3.core.tvm_callback
+  File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 875, in verify_pass
+    raise InstantiationError(&quot;Skipped because of invalid gpu kernel&quot;)
+tvm.autotvm.task.space.InstantiationError: Skipped because of invalid gpu kernel
+
+Traceback (most recent call last):
+  24: TVMFuncCall
+        at ../src/runtime/c_runtime_api.cc:477
+  23: tvm::runtime::PackedFuncObj::CallPacked(tvm::runtime::TVMArgs, tvm::runtime::TVMRetValue*) const
+        at ../include/tvm/runtime/packed_func.h:1217
+  22: Call
+        at ../include/tvm/runtime/packed_func.h:1213
+  21: operator()
+        at ../include/tvm/runtime/packed_func.h:1730
+  20: unpack_call&lt;tvm::IRModule, 5, tvm::&lt;lambda(tvm::te::Schedule, const tvm::runtime::Array&lt;tvm::runtime::ObjectRef&gt;&amp;, const tvm::runtime::String&amp;, const tvm::runtime::Map&lt;tvm::te::Tensor, tvm::tir::Buffer&gt;&amp;, bool)&gt; &gt;
+        at ../include/tvm/runtime/packed_func.h:1670
+  19: run&lt;&gt;
+        at ../include/tvm/runtime/packed_func.h:1630
+  18: run&lt;tvm::runtime::TVMMovableArgValueWithContext_&gt;
+        at ../include/tvm/runtime/packed_func.h:1630
+  17: run&lt;tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_&gt;
+        at ../include/tvm/runtime/packed_func.h:1630
+  16: run&lt;tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_&gt;
+        at ../include/tvm/runtime/packed_func.h:1630
+  15: run&lt;tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_&gt;
+        at ../include/tvm/runtime/packed_func.h:1630
+  14: run&lt;tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_, tvm::runtime::TVMMovableArgValueWithContext_&gt;
+        at ../include/tvm/runtime/packed_func.h:1645
+  13: operator()
+        at ../src/driver/driver_api.cc:395
+  12: tvm::LowerSchedule(tvm::te::Schedule, tvm::runtime::Array&lt;tvm::runtime::ObjectRef, void&gt; const&amp;, std::__cxx11::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; const&amp;, std::unordered_map&lt;tvm::te::Tensor, tvm::tir::Buffer, std::hash&lt;tvm::te::Tensor&gt;, std::equal_to&lt;tvm::te::Tensor&gt;, std::allocator&lt;std::pair&lt;tvm::te::Tensor const, tvm::tir::Buffer&gt; &gt; &gt; const&amp;, tvm::GlobalVarSupply, bool)
+        at ../src/driver/driver_api.cc:381
+  11: tvm::LowerWithPassList(tvm::IRModule, tvm::runtime::Array&lt;tvm::transform::Pass, void&gt;)
+        at ../src/driver/driver_api.cc:276
+  10: tvm::transform::Pass::operator()(tvm::IRModule) const
+        at ../src/ir/transform.cc:258
+  9: tvm::transform::Pass::operator()(tvm::IRModule, tvm::transform::PassContext const&amp;) const
+        at ../src/ir/transform.cc:274
+  8: tvm::transform::SequentialNode::operator()(tvm::IRModule, tvm::transform::PassContext const&amp;) const
+        at ../src/ir/transform.cc:451
+  7: tvm::transform::Pass::operator()(tvm::IRModule, tvm::transform::PassContext const&amp;) const
+        at ../src/ir/transform.cc:274
+  6: tvm::tir::transform::PrimFuncPassNode::operator()(tvm::IRModule, tvm::transform::PassContext const&amp;) const
+        at ../src/tir/ir/transform.cc:100
+  5: tvm::runtime::TypedPackedFunc&lt;tvm::tir::PrimFunc (tvm::tir::PrimFunc, tvm::IRModule, tvm::transform::PassContext)&gt;::operator()(tvm::tir::PrimFunc, tvm::IRModule, tvm::transform::PassContext) const
+        at ../include/tvm/runtime/packed_func.h:1749
+  4: tvm::tir::PrimFunc tvm::runtime::detail::typed_packed_call_dispatcher&lt;tvm::tir::PrimFunc&gt;::run&lt;tvm::tir::PrimFunc, tvm::IRModule, tvm::transform::PassContext&gt;(tvm::runtime::PackedFunc const&amp;, tvm::tir::PrimFunc&amp;&amp;, tvm::IRModule&amp;&amp;, tvm::transform::PassContext&amp;&amp;)
+        at ../include/tvm/runtime/packed_func.h:1693
+  3: tvm::runtime::TVMRetValue tvm::runtime::PackedFunc::operator()&lt;tvm::tir::PrimFunc, tvm::IRModule, tvm::transform::PassContext&gt;(tvm::tir::PrimFunc&amp;&amp;, tvm::IRModule&amp;&amp;, tvm::transform::PassContext&amp;&amp;) const
+        at ../include/tvm/runtime/packed_func.h:1617
+  2: tvm::runtime::PackedFuncObj::CallPacked(tvm::runtime::TVMArgs, tvm::runtime::TVMRetValue*) const
+        at ../include/tvm/runtime/packed_func.h:1217
+  1: Call
+        at ../include/tvm/runtime/packed_func.h:1213
+  0: operator()
+        at ../src/runtime/c_runtime_api.cc:534
+  File &quot;tvm/_ffi/_cython/./packed_func.pxi&quot;, line 56, in tvm._ffi._cy3.core.tvm_callback
+  File &quot;/workspace/python/tvm/autotvm/measure/measure_methods.py&quot;, line 875, 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, 256, 2]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 1]), (&#39;tile_rc&#39;, [-1, 2, 2]), (&#39;tile_ry&#39;, [-1, 3, 1]), (&#39;tile_rx&#39;, [-1, 3, 1]), (&#39;auto_unroll_max_step&#39;, 512), (&#39;unroll_explicit&#39;, 0)],None,2555619
+No: 19  GFLOPS: 929.87/929.87   result: MeasureResult(costs=(0.0002489616280193237,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.4838497638702393, timestamp=1674658489.6792583)      [(&#39;tile_f&#39;, [-1, 4, 2, 1]), (&#39;tile_y&#39;, [-1, 1, 7, 1]), (&#39;tile_x&#39;, [-1, 1, 7, 1]), (&#39;tile_rc&#39;, [-1, 4, 2]), (&#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;, 0)],None,4303652
+No: 20  GFLOPS: 175.95/929.87   result: MeasureResult(costs=(0.0013156961487603305,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.5528991222381592, timestamp=1674658490.6912537)      [(&#39;tile_f&#39;, [-1, 2, 8, 4]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 1, 7]), (&#39;tile_rc&#39;, [-1, 1, 2]), (&#39;tile_ry&#39;, [-1, 1, 1]), (&#39;tile_rx&#39;, [-1, 1, 1]), (&#39;auto_unroll_max_step&#39;, 512), (&#39;unroll_explicit&#39;, 0)],None,1780362
 </pre></div>
 </div>
 <p>Finally we can inspect the best config from log file, check correctness,
@@ -2456,9 +2578,9 @@ and measure running time.</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Finish loading 20 records
 
 Best config:
-[(&#39;tile_f&#39;, [-1, 2, 32, 1]), (&#39;tile_y&#39;, [-1, 1, 1, 1]), (&#39;tile_x&#39;, [-1, 1, 7, 1]), (&#39;tile_rc&#39;, [-1, 2, 4]), (&#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,9945801
+[(&#39;tile_f&#39;, [-1, 4, 2, 1]), (&#39;tile_y&#39;, [-1, 1, 7, 1]), (&#39;tile_x&#39;, [-1, 1, 7, 1]), (&#39;tile_rc&#39;, [-1, 4, 2]), (&#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;, 0)],None,4303652
 Finish loading 20 records
-Time cost of this operator: 0.000917
+Time cost of this operator: 0.000520
 </pre></div>
 </div>
 <div class="sphx-glr-footer 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 a843c6f433..ba859fca02 100644
--- a/docs/how_to/work_with_microtvm/micro_autotune.html
+++ b/docs/how_to/work_with_microtvm/micro_autotune.html
@@ -647,10 +647,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  Measurements(us)
 ---------                                     ---                                           --------  -------  -----              ------  -------  ----------------
-tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  309.3     98.645   (1, 2, 10, 10, 3)  2       1        [309.3]
-tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       3.286     1.048    (1, 6, 10, 10)     1       1        [3.286]
-tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.961     0.307    (1, 1, 10, 10, 3)  1       1        [0.961]
-Total_time                                    -                                             313.547   -        -                  -       -        -
+tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  311.3     98.714   (1, 2, 10, 10, 3)  2       1        [311.3]
+tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       3.088     0.979    (1, 6, 10, 10)     1       1        [3.088]
+tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.968     0.307    (1, 1, 10, 10, 3)  1       1        [0.968]
+Total_time                                    -                                             315.356   -        -                  -       -        -
 </pre></div>
 </div>
 </div>
@@ -702,10 +702,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  Measurements(us)
 ---------                                     ---                                           --------  -------  -----              ------  -------  ----------------
-tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  104.6     97.511   (1, 6, 10, 10, 1)  2       1        [104.6]
-tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       1.83      1.706    (1, 6, 10, 10)     1       1        [1.83]
-tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.84      0.783    (1, 3, 10, 10, 1)  1       1        [0.84]
-Total_time                                    -                                             107.27    -        -                  -       -        -
+tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  104.5     97.534   (1, 6, 10, 10, 1)  2       1        [104.5]
+tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       1.788     1.669    (1, 6, 10, 10)     1       1        [1.788]
+tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.853     0.796    (1, 3, 10, 10, 1)  1       1        [0.853]
+Total_time                                    -                                             107.142   -        -                  -       -        -
 </pre></div>
 </div>
 <div class="sphx-glr-footer 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/micro_pytorch.html b/docs/how_to/work_with_microtvm/micro_pytorch.html
index 435b6dfe04..4f7d5c2a85 100644
--- a/docs/how_to/work_with_microtvm/micro_pytorch.html
+++ b/docs/how_to/work_with_microtvm/micro_pytorch.html
@@ -454,8 +454,7 @@ download a cat image and preprocess it to use as the model input.</p>
 Downloading: &quot;https://download.pytorch.org/models/quantized/mobilenet_v2_qnnpack_37f702c5.pth&quot; to /workspace/.cache/torch/hub/checkpoints/mobilenet_v2_qnnpack_37f702c5.pth
 
   0%|          | 0.00/3.42M [00:00&lt;?, ?B/s]
- 61%|######    | 2.09M/3.42M [00:00&lt;00:00, 19.6MB/s]
-100%|##########| 3.42M/3.42M [00:00&lt;00:00, 30.5MB/s]
+100%|##########| 3.42M/3.42M [00:00&lt;00:00, 38.0MB/s]
 /workspace/python/tvm/relay/frontend/pytorch_utils.py:47: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
   return LooseVersion(torch_ver) &gt; ver
 /venv/apache-tvm-py3.7/lib/python3.7/site-packages/setuptools/_distutils/version.py:346: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
@@ -579,7 +578,7 @@ via the host <cite>main.cc`</cite> or if a Zephyr emulated board is selected as
 Torch top-1 id: 282, class name: tiger cat
 </pre></div>
 </div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  10.597 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  10.773 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-work-with-microtvm-micro-pytorch-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/12b9ecc04c41abaa12022061771821d1/micro_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">micro_pytorch.py</span></code></a></p>
diff --git a/docs/how_to/work_with_microtvm/micro_train.html b/docs/how_to/work_with_microtvm/micro_train.html
index 749aad40cc..5686f7a2cb 100644
--- a/docs/how_to/work_with_microtvm/micro_train.html
+++ b/docs/how_to/work_with_microtvm/micro_train.html
@@ -524,7 +524,7 @@ take about <strong>2 minutes</strong> to download the Stanford Cars, while COCO
 <a href="https://docs.python.org/3/library/shutil.html#shutil.move" title="shutil.move" class="sphx-glr-backref-module-shutil sphx-glr-backref-type-py-function"><span class="n">shutil</span><span class="o">.</span><span class="n">move</span></a><span class="p">(</span><span class="sa">f</span><span class="s2">&quot;</span><span class="si">{</span><a href="https://docs.python.org/3/library/stdtypes.html#str" title="builtins.str" class="sphx-glr-backref-module-builtins sphx-glr-backref-typ [...]
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>&#39;/tmp/tmpp9l12y8g/images/random&#39;
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>&#39;/tmp/tmpr1_5314u/images/random&#39;
 </pre></div>
 </div>
 </div>
@@ -584,8 +584,8 @@ objects to other stuff? We can display some examples from our datasets using <co
     <span class="n">plt</span><span class="o">.</span><span class="n">axis</span><span class="p">(</span><span class="s2">&quot;off&quot;</span><span class="p">)</span>
 </pre></div>
 </div>
-<img src="../../_images/sphx_glr_micro_train_001.png" srcset="../../_images/sphx_glr_micro_train_001.png" alt="[0.0, 1.0], [1.0, 0.0], [0.0, 1.0], [0.0, 1.0], [1.0, 0.0], [0.0, 1.0], [1.0, 0.0], [1.0, 0.0], [1.0, 0.0], [0.0, 1.0]" class = "sphx-glr-single-img"/><div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>/tmp/tmpp9l12y8g/images/target contains 8144 images
-/tmp/tmpp9l12y8g/images/random contains 5000 images
+<img src="../../_images/sphx_glr_micro_train_001.png" srcset="../../_images/sphx_glr_micro_train_001.png" alt="[0.0, 1.0], [0.0, 1.0], [1.0, 0.0], [0.0, 1.0], [0.0, 1.0], [0.0, 1.0], [0.0, 1.0], [0.0, 1.0], [0.0, 1.0], [0.0, 1.0]" class = "sphx-glr-single-img"/><div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>/tmp/tmpr1_5314u/images/target contains 8144 images
+/tmp/tmpr1_5314u/images/random contains 5000 images
 </pre></div>
 </div>
 </div>
@@ -697,13 +697,13 @@ the time on our validation set).</p>
 </pre></div>
 </div>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Epoch 1/3
-328/328 - 47s - loss: 0.2189 - accuracy: 0.9204 - val_loss: 0.1003 - val_accuracy: 0.9645 - 47s/epoch - 143ms/step
+328/328 - 47s - loss: 0.2262 - accuracy: 0.9205 - val_loss: 0.1461 - val_accuracy: 0.9460 - 47s/epoch - 143ms/step
 Epoch 2/3
-328/328 - 43s - loss: 0.0913 - accuracy: 0.9649 - val_loss: 0.1056 - val_accuracy: 0.9611 - 43s/epoch - 131ms/step
+328/328 - 43s - loss: 0.1008 - accuracy: 0.9610 - val_loss: 0.0995 - val_accuracy: 0.9630 - 43s/epoch - 132ms/step
 Epoch 3/3
-328/328 - 43s - loss: 0.0709 - accuracy: 0.9755 - val_loss: 0.1266 - val_accuracy: 0.9603 - 43s/epoch - 131ms/step
+328/328 - 43s - loss: 0.0710 - accuracy: 0.9730 - val_loss: 0.0816 - val_accuracy: 0.9705 - 43s/epoch - 131ms/step
 
-&lt;keras.callbacks.History object at 0x7fcaab8ab250&gt;
+&lt;keras.callbacks.History object at 0x7f3baadd4750&gt;
 </pre></div>
 </div>
 </div>
@@ -963,7 +963,7 @@ as intended.</p>
 <p>From here, we could modify the model to read live images from the camera - we have another
 Arduino tutorial for how to do that <a class="reference external" href="https://github.com/guberti/tvm-arduino-demos/tree/master/examples/person_detection">on GitHub</a>. Alternatively, we could also
 <a class="reference external" href="https://tvm.apache.org/docs/how_to/work_with_microtvm/micro_autotune.html">use TVM’s autotuning capabilities</a> to dramatically improve the model’s performance.</p>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 4 minutes  44.562 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 4 minutes  45.233 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-work-with-microtvm-micro-train-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/b52cec46baf4f78d6bcd94cbe269c8a6/micro_train.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">micro_train.py</span></code></a></p>
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 e53c9f7fdb..7e2ba8eb9c 100644
--- a/docs/how_to/work_with_microtvm/sg_execution_times.html
+++ b/docs/how_to/work_with_microtvm/sg_execution_times.html
@@ -340,7 +340,7 @@
             
   <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>06:59.895</strong> total execution time for <strong>how_to_work_with_microtvm</strong> files:</p>
+<p><strong>07:01.191</strong> total execution time for <strong>how_to_work_with_microtvm</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 83%" />
@@ -349,23 +349,23 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><a class="reference internal" href="micro_train.html#sphx-glr-how-to-work-with-microtvm-micro-train-py"><span class="std std-ref">Training Vision Models for microTVM on Arduino</span></a> (<code class="docutils literal notranslate"><span class="pre">micro_train.py</span></code>)</p></td>
-<td><p>04:44.562</p></td>
+<td><p>04:45.233</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="micro_pytorch.html#sphx-glr-how-to-work-with-microtvm-micro-pytorch-py"><span class="std std-ref">microTVM PyTorch Tutorial</span></a> (<code class="docutils literal notranslate"><span class="pre">micro_pytorch.py</span></code>)</p></td>
-<td><p>01:10.597</p></td>
+<td><p>01:10.773</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:51.796</p></td>
+<td><p>00:52.228</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="micro_aot.html#sphx-glr-how-to-work-with-microtvm-micro-aot-py"><span class="std std-ref">microTVM Host-Driven AoT</span></a> (<code class="docutils literal notranslate"><span class="pre">micro_aot.py</span></code>)</p></td>
-<td><p>00:09.134</p></td>
+<td><p>00:09.087</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:03.806</p></td>
+<td><p>00:03.871</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
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 978ce3c4ec..9656d184bd 100644
--- a/docs/how_to/work_with_relay/sg_execution_times.html
+++ b/docs/how_to/work_with_relay/sg_execution_times.html
@@ -340,7 +340,7 @@
             
   <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:44.279</strong> total execution time for <strong>how_to_work_with_relay</strong> files:</p>
+<p><strong>00:45.074</strong> total execution time for <strong>how_to_work_with_relay</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 84%" />
@@ -349,15 +349,15 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><a class="reference internal" href="using_pipeline_executor.html#sphx-glr-how-to-work-with-relay-using-pipeline-executor-py"><span class="std std-ref">Using Pipeline Executor in Relay</span></a> (<code class="docutils literal notranslate"><span class="pre">using_pipeline_executor.py</span></code>)</p></td>
-<td><p>00:32.499</p></td>
+<td><p>00:32.940</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
-<td><p>00:10.427</p></td>
+<td><p>00:10.483</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:01.347</p></td>
+<td><p>00:01.645</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
diff --git a/docs/how_to/work_with_schedules/intrin_math.html b/docs/how_to/work_with_schedules/intrin_math.html
index 767da8458f..15e343e2bd 100644
--- a/docs/how_to/work_with_schedules/intrin_math.html
+++ b/docs/how_to/work_with_schedules/intrin_math.html
@@ -535,7 +535,7 @@ The following example customizes CUDA lowering rule for <code class="code docuti
 <a href="../../reference/api/python/ir.html#tvm.ir.register_intrin_lowering" title="tvm.ir.register_intrin_lowering" class="sphx-glr-backref-module-tvm-ir sphx-glr-backref-type-py-function"><span class="n">register_intrin_lowering</span></a><span class="p">(</span><span class="s2">&quot;tir.exp&quot;</span><span class="p">,</span> <span class="n">target</span><span class="o">=</span><span class="s2">&quot;cuda&quot;</span><span class="p">,</span> <span class="n">f</span><span class="o">= [...]
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;function my_cuda_math_rule at 0x7fcaab686b90&gt;
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;function my_cuda_math_rule at 0x7f3baaaf6830&gt;
 </pre></div>
 </div>
 <p>Register the rule to TVM with override option to override existing rule.
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 bc1188ab9b..26ac77abae 100644
--- a/docs/how_to/work_with_schedules/sg_execution_times.html
+++ b/docs/how_to/work_with_schedules/sg_execution_times.html
@@ -340,7 +340,7 @@
             
   <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:07.755</strong> total execution time for <strong>how_to_work_with_schedules</strong> files:</p>
+<p><strong>00:06.474</strong> total execution time for <strong>how_to_work_with_schedules</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 83%" />
@@ -349,23 +349,23 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:05.255</p></td>
+<td><p>00:03.890</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
-<td><p>00:01.140</p></td>
+<td><p>00:01.214</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:00.576</p></td>
+<td><p>00:00.583</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
-<td><p>00:00.558</p></td>
+<td><p>00:00.563</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:00.119</p></td>
+<td><p>00:00.118</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
diff --git a/docs/how_to/work_with_schedules/tensorize.html b/docs/how_to/work_with_schedules/tensorize.html
index 312f400bf1..ca91564095 100644
--- a/docs/how_to/work_with_schedules/tensorize.html
+++ b/docs/how_to/work_with_schedules/tensorize.html
@@ -574,7 +574,7 @@ class Module:
     def main(A: T.Buffer((1024, 64), &quot;float32&quot;), B: T.Buffer((512, 64), &quot;float32&quot;), C: T.Buffer((1024, 512), &quot;float32&quot;)):
         T.func_attr({&quot;from_legacy_te_schedule&quot;: True, &quot;global_symbol&quot;: &quot;main&quot;, &quot;tir.noalias&quot;: True})
         i = T.var(&quot;int32&quot;)
-        T.attr(T.iter_var(i, None, &quot;DataPar&quot;, &quot;&quot;), &quot;pragma_import_llvm&quot;, &quot;; ModuleID = &#39;/tmp/tmpkharrg48/input0.cc&#39;\nsource_filename = \&quot;/tmp/tmpkharrg48/input0.cc\&quot;\ntarget datalayout = \&quot;e-m:e-i64:64-f80:128-n8:16:32:64-S128\&quot;\ntarget triple = \&quot;x86_64-pc-linux-gnu\&quot;\n\n; Function Attrs: noinline nounwind optnone uwtable\ndefine dso_local i32 @gemv_update(float*, float*, float*, i32, i32, i32) #0 {\n  %7 = alloca  [...]
+        T.attr(T.iter_var(i, None, &quot;DataPar&quot;, &quot;&quot;), &quot;pragma_import_llvm&quot;, &quot;; ModuleID = &#39;/tmp/tmp5sg65z3i/input0.cc&#39;\nsource_filename = \&quot;/tmp/tmp5sg65z3i/input0.cc\&quot;\ntarget datalayout = \&quot;e-m:e-i64:64-f80:128-n8:16:32:64-S128\&quot;\ntarget triple = \&quot;x86_64-pc-linux-gnu\&quot;\n\n; Function Attrs: noinline nounwind optnone uwtable\ndefine dso_local i32 @gemv_update(float*, float*, float*, i32, i32, i32) #0 {\n  %7 = alloca  [...]
         for i, j_outer in T.grid(1024, 32):
             T.call_extern(&quot;int32&quot;, &quot;gemv_update&quot;, T.tvm_access_ptr(T.type_annotation(&quot;float32&quot;), C.data, i * 512 + j_outer * 16, 16, 2), T.tvm_access_ptr(T.type_annotation(&quot;float32&quot;), A.data, i * 64, 64, 1), T.tvm_access_ptr(T.type_annotation(&quot;float32&quot;), B.data, j_outer * 1024, 1024, 1), 16, 64, 64)
 </pre></div>
diff --git a/docs/reference/api/python/auto_scheduler.html b/docs/reference/api/python/auto_scheduler.html
index a002e3f04a..adb8b73837 100644
--- a/docs/reference/api/python/auto_scheduler.html
+++ b/docs/reference/api/python/auto_scheduler.html
@@ -1615,7 +1615,7 @@ history states as starting point to perform Evolutionary Search).</p></li>
 
 <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>
@@ -1899,7 +1899,7 @@ Candidates:
 
 <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">
diff --git a/docs/reference/api/typedoc/classes/bytestreamreader.html b/docs/reference/api/typedoc/classes/bytestreamreader.html
index 5adcd865e1..cc183bc7d2 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/569260096/web/src/rpc_server.ts#L43">rpc_server.ts:43</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/rpc_server.ts#L43">rpc_server.ts:43</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/rpc_server.ts#L42">rpc_server.ts:42</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/rpc_server.ts#L63">rpc_server.ts:63</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/rpc_server.ts#L49">rpc_server.ts:49</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/rpc_server.ts#L57">rpc_server.ts:57</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 81f37b0528..2b31b0e741 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/569260096/web/src/memory.ts#L223">memory.ts:223</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L208">memory.ts:208</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L312">memory.ts:312</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L284">memory.ts:284</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L388">memory.ts:388</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L376">memory.ts:376</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L267">memory.ts:267</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L243">memory.ts:243</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L321">memory.ts:321</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L252">memory.ts:252</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L359">memory.ts:359</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L342">memory.ts:342</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L350">memory.ts:350</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L326">memory.ts:326</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L363">memory.ts:363</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L346">memory.ts:346</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L334">memory.ts:334</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 c8a10907d0..28c735c54e 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/569260096/web/src/runtime.ts#L262">runtime.ts:262</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L260">runtime.ts:260</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L258">runtime.ts:258</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L262">runtime.ts:262</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L279">runtime.ts:279</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L270">runtime.ts:270</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 a085f0c881..db2d0b795f 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/569260096/web/src/runtime.ts#L202">runtime.ts:202</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L200">runtime.ts:200</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L198">runtime.ts:198</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L223">runtime.ts:223</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L230">runtime.ts:230</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 6cba0c0d34..860e6886d8 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/569260096/web/src/environment.ts#L86">environment.ts:86</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/environment.ts#L70">environment.ts:70</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/environment.ts#L69">environment.ts:69</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/environment.ts#L78">environment.ts:78</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/environment.ts#L84">environment.ts:84</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/environment.ts#L105">environment.ts:105</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 408dbbb952..0ae795c51e 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/569260096/web/src/runtime.ts#L49">runtime.ts:49</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L46">runtime.ts:46</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L45">runtime.ts:45</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L44">runtime.ts:44</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L47">runtime.ts:47</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L76">runtime.ts:76</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L66">runtime.ts:66</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L84">runtime.ts:84</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L95">runtime.ts:95</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L72">runtime.ts:72</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 97c3381cee..94c159235a 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/569260096/web/src/runtime.ts#L583">runtime.ts:583</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L579">runtime.ts:579</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L654">runtime.ts:654</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L597">runtime.ts:597</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L631">runtime.ts:631</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L644">runtime.ts:644</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L621">runtime.ts:621</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L609">runtime.ts:609</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 2d88a504af..884d180458 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/569260096/web/src/runtime.ts#L692">runtime.ts:692</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L684">runtime.ts:684</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L683">runtime.ts:683</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L932">runtime.ts:932</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L994">runtime.ts:994</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L924">runtime.ts:924</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L732">runtime.ts:732</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L952">runtime.ts:952</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L816">runtime.ts:816</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L1033">runtime.ts:1033</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L846">runtime.ts:846</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L750">runtime.ts:750</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L1013">runtime.ts:1013</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L789">runtime.ts:789</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L914">runtime.ts:914</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L1145">runtime.ts:1145</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/web/src/runtime.ts#L1145">runtime.ts:1145</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/569260096/web/src/runtime.ts#L740">runtime.ts:740</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L868">runtime.ts:868</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L857">runtime.ts:857</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L940">runtime.ts:940</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 632edf15d4..4aa382f193 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/569260096/web/src/memory.ts#L40">memory.ts:40</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L32">memory.ts:32</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L33">memory.ts:33</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L154">memory.ts:154</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L90">memory.ts:90</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L97">memory.ts:97</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L74">memory.ts:74</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L81">memory.ts:81</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L104">memory.ts:104</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L132">memory.ts:132</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L145">memory.ts:145</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L60">memory.ts:60</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L67">memory.ts:67</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L53">memory.ts:53</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L114">memory.ts:114</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L124">memory.ts:124</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/memory.ts#L175">memory.ts:175</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 7069782f5f..b42dfc28f3 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/569260096/web/src/runtime.ts#L504">runtime.ts:504</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L502">runtime.ts:502</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L516">runtime.ts:516</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L530">runtime.ts:530</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L561">runtime.ts:561</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 cf6dd1a390..87308ec059 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/569260096/web/src/runtime.ts#L304">runtime.ts:304</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L297">runtime.ts:297</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L293">runtime.ts:293</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L289">runtime.ts:289</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L291">runtime.ts:291</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L295">runtime.ts:295</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L370">runtime.ts:370</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L414">runtime.ts:414</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L355">runtime.ts:355</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L474">runtime.ts:474</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L443">runtime.ts:443</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 6729d2c6cd..546d39e496 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/569260096/web/src/runtime.ts#L158">runtime.ts:158</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L157">runtime.ts:157</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L165">runtime.ts:165</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 c21a20139e..a2538c4239 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/569260096/web/src/rpc_server.ts#L92">rpc_server.ts:92</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/rpc_server.ts#L82">rpc_server.ts:82</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/rpc_server.ts#L78">rpc_server.ts:78</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/rpc_server.ts#L81">rpc_server.ts:81</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/rpc_server.ts#L79">rpc_server.ts:79</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/rpc_server.ts#L80">rpc_server.ts:80</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/rpc_server.ts#L77">rpc_server.ts:77</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 a5c55a3faa..8d0990dc6f 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/569260096/web/src/runtime.ts#L145">runtime.ts:145</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L145">runtime.ts:145</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L143">runtime.ts:143</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 21ee907aa7..747cc71f19 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/569260096/web/src/webgpu.ts#L57">webgpu.ts:57</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/webgpu.ts#L50">webgpu.ts:50</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/webgpu.ts#L51">webgpu.ts:51</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/webgpu.ts#L84">webgpu.ts:84</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/webgpu.ts#L172">webgpu.ts:172</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/web/src/webgpu.ts#L172">webgpu.ts:172</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/569260096/web/src/webgpu.ts#L67">webgpu.ts:67</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 c2f78c2c4a..c8d37b6160 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/569260096/web/src/ctypes.ts#L220">ctypes.ts:220</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L216">ctypes.ts:216</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L214">ctypes.ts:214</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L218">ctypes.ts:218</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L226">ctypes.ts:226</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L221">ctypes.ts:221</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L219">ctypes.ts:219</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L223">ctypes.ts:223</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L227">ctypes.ts:227</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L222">ctypes.ts:222</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L228">ctypes.ts:228</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L217">ctypes.ts:217</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L224">ctypes.ts:224</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L225">ctypes.ts:225</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L215">ctypes.ts:215</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 2b1ebaa0a7..d899077344 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/569260096/web/src/runtime.ts#L676">runtime.ts:676</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L675">runtime.ts:675</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 b222e9f203..c1b7827d38 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/569260096/web/src/runtime.ts#L242">runtime.ts:242</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L240">runtime.ts:240</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L243">runtime.ts:243</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L241">runtime.ts:241</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 0009ea24e1..c1ebeca719 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/569260096/web/src/rpc_server.ts#L27">rpc_server.ts:27</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/rpc_server.ts#L28">rpc_server.ts:28</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/rpc_server.ts#L29">rpc_server.ts:29</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/rpc_server.ts#L32">rpc_server.ts:32</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/rpc_server.ts#L31">rpc_server.ts:31</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/rpc_server.ts#L30">rpc_server.ts:30</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 d81a45f1bf..4e6ffa032a 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/569260096/web/src/ctypes.ts#L206">ctypes.ts:206</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L207">ctypes.ts:207</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L203">ctypes.ts:203</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L204">ctypes.ts:204</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L201">ctypes.ts:201</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L202">ctypes.ts:202</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L205">ctypes.ts:205</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L200">ctypes.ts:200</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L199">ctypes.ts:199</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 34b52fb91f..ae79420e82 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/569260096/web/src/ctypes.ts#L112">ctypes.ts:112</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L128">ctypes.ts:128</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L144">ctypes.ts:144</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L136">ctypes.ts:136</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L121">ctypes.ts:121</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L160">ctypes.ts:160</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L77">ctypes.ts:77</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L83">ctypes.ts:83</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L67">ctypes.ts:67</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L57">ctypes.ts:57</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L100">ctypes.ts:100</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L88">ctypes.ts:88</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L94">ctypes.ts:94</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L34">ctypes.ts:34</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L52">ctypes.ts:52</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L42">ctypes.ts:42</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L48">ctypes.ts:48</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L150">ctypes.ts:150</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L167">ctypes.ts:167</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L170">ctypes.ts:170</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L187">ctypes.ts:187</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L179">ctypes.ts:179</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L193">ctypes.ts:193</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/webgpu.ts#L25">webgpu.ts:25</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L36">runtime.ts:36</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L25">ctypes.ts:25</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/ctypes.ts#L28">ctypes.ts:28</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/rpc_server.ts#L36">rpc_server.ts:36</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/support.ts#L25">support.ts:25</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/support.ts#L39">support.ts:39</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/support.ts#L52">support.ts:52</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/compact.ts#L38">compact.ts:38</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/webgpu.ts#L30">webgpu.ts:30</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/environment.ts#L32">environment.ts:32</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/compact.ts#L24">compact.ts:24</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L1367">runtime.ts:1367</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/web/src/runtime.ts#L1367">runtime.ts:1367</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/569260096/web/src/support.ts#L62">support.ts:62</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L246">runtime.ts:246</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L247">runtime.ts:247</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L248">runtime.ts:248</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L249">runtime.ts:249</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L250">runtime.ts:250</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L175">runtime.ts:175</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L176">runtime.ts:176</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L180">runtime.ts:180</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L177">runtime.ts:177</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L178">runtime.ts:178</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L179">runtime.ts:179</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L183">runtime.ts:183</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L186">runtime.ts:186</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L184">runtime.ts:184</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L185">runtime.ts:185</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L189">runtime.ts:189</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L187">runtime.ts:187</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L188">runtime.ts:188</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/runtime.ts#L190">runtime.ts:190</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 b6a618d72e..63c3705269 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/569260096/web/src/types.ts#L52">types.ts:52</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 50f70ddd68..71677052ea 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/569260096/web/src/webgpu.ts#L41">webgpu.ts:41</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/webgpu.ts#L42">webgpu.ts:42</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/webgpu.ts#L40">webgpu.ts:40</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 80ebfeffa5..14a6a83a74 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/569260096/web/src/types.ts#L34">types.ts:34</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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/569260096/web/src/types.ts#L39">types.ts:39</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/26d3244fb/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 bc1338b9b8..9d0563f69f 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 6dc19e6708..e5ef7f78b3 100644
--- a/docs/topic/vta/tutorials/autotvm/sg_execution_times.html
+++ b/docs/topic/vta/tutorials/autotvm/sg_execution_times.html
@@ -340,7 +340,7 @@
             
   <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:30.328</strong> total execution time for <strong>topic_vta_tutorials_autotvm</strong> files:</p>
+<p><strong>00:30.568</strong> total execution time for <strong>topic_vta_tutorials_autotvm</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 82%" />
@@ -349,7 +349,7 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:30.321</p></td>
+<td><p>00:30.561</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
diff --git a/docs/topic/vta/tutorials/frontend/deploy_classification.html b/docs/topic/vta/tutorials/frontend/deploy_classification.html
index 7ce50f9ff6..6b19a432f0 100644
--- a/docs/topic/vta/tutorials/frontend/deploy_classification.html
+++ b/docs/topic/vta/tutorials/frontend/deploy_classification.html
@@ -583,7 +583,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 32.50s!
+resnet18_v1 inference graph built in 32.67s!
 </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 daf14ad847..267c32e731 100644
--- a/docs/topic/vta/tutorials/frontend/deploy_detection.html
+++ b/docs/topic/vta/tutorials/frontend/deploy_detection.html
@@ -601,7 +601,7 @@ and dense layer which will both be executed in fp32 on the CPU.</p></li>
 </div>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>/workspace/python/tvm/relay/build_module.py:348: DeprecationWarning: Please use input parameter mod (tvm.IRModule) instead of deprecated parameter mod (tvm.relay.function.Function)
   DeprecationWarning,
-yolov3-tiny inference graph built in 22.08s!
+yolov3-tiny inference graph built in 22.21s!
 </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 2298fae63f..25e958293e 100644
--- a/docs/topic/vta/tutorials/frontend/sg_execution_times.html
+++ b/docs/topic/vta/tutorials/frontend/sg_execution_times.html
@@ -340,7 +340,7 @@
             
   <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:38.475</strong> total execution time for <strong>topic_vta_tutorials_frontend</strong> files:</p>
+<p><strong>01:38.608</strong> total execution time for <strong>topic_vta_tutorials_frontend</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 84%" />
@@ -349,11 +349,11 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:49.287</p></td>
+<td><p>00:49.510</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
-<td><p>00:49.187</p></td>
+<td><p>00:49.098</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 </tbody>
diff --git a/docs/topic/vta/tutorials/optimize/sg_execution_times.html b/docs/topic/vta/tutorials/optimize/sg_execution_times.html
index f61053226b..d3f7183377 100644
--- a/docs/topic/vta/tutorials/optimize/sg_execution_times.html
+++ b/docs/topic/vta/tutorials/optimize/sg_execution_times.html
@@ -340,7 +340,7 @@
             
   <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.169</strong> total execution time for <strong>topic_vta_tutorials_optimize</strong> files:</p>
+<p><strong>00:03.122</strong> total execution time for <strong>topic_vta_tutorials_optimize</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 84%" />
@@ -349,11 +349,11 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:02.709</p></td>
+<td><p>00:02.660</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
-<td><p>00:00.460</p></td>
+<td><p>00:00.462</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 </tbody>
diff --git a/docs/topic/vta/tutorials/sg_execution_times.html b/docs/topic/vta/tutorials/sg_execution_times.html
index 66e6a156f9..5329ee7b00 100644
--- a/docs/topic/vta/tutorials/sg_execution_times.html
+++ b/docs/topic/vta/tutorials/sg_execution_times.html
@@ -340,7 +340,7 @@
             
   <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:00.805</strong> total execution time for <strong>topic_vta_tutorials</strong> files:</p>
+<p><strong>00:00.811</strong> total execution time for <strong>topic_vta_tutorials</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 81%" />
@@ -349,11 +349,11 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><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></td>
-<td><p>00:00.423</p></td>
+<td><p>00:00.428</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><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></td>
-<td><p>00:00.382</p></td>
+<td><p>00:00.383</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 </tbody>
diff --git a/docs/tutorial/auto_scheduler_matmul_x86.html b/docs/tutorial/auto_scheduler_matmul_x86.html
index 356eaaf093..ac23fba7e9 100644
--- a/docs/tutorial/auto_scheduler_matmul_x86.html
+++ b/docs/tutorial/auto_scheduler_matmul_x86.html
@@ -566,7 +566,7 @@ class Module:
 <span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Execution time of this operator: 95.523 ms
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Execution time of this operator: 94.846 ms
 </pre></div>
... 621 lines suppressed ...