merrymercy commented on a change in pull request #6728:
URL: https://github.com/apache/incubator-tvm/pull/6728#discussion_r509970798
##########
File path: tutorials/auto_scheduler/tune_conv2d_layer_cuda.py
##########
@@ -149,25 +155,25 @@ def conv2d_layer(N, H, W, CO, CI, KH, KW, stride,
padding):
# Using the record file
# ^^^^^^^^^^^^^^^^^^^^^
# During the search, all measuremnt records are dumpped into the record
-# file "conv2d.json". The measurement records can be used to re-apply search
results,
+# file. The measurement records can be used to re-apply search results,
Review comment:
```suggestion
# file "conv2d.json". The measurement records can be used to re-apply search
results,
```
##########
File path: tutorials/auto_scheduler/tune_matmul_x86.py
##########
@@ -133,25 +139,25 @@ def matmul_add(N, L, M, dtype):
# Using the record file
# ^^^^^^^^^^^^^^^^^^^^^
# During the search, all measuremnt records are dumpped into the record
-# file "matmul.json". The measurement records can be used to re-apply search
results,
+# file. The measurement records can be used to re-apply search results,
Review comment:
```suggestion
# file "matmul.json". The measurement records can be used to re-apply search
results,
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]