hogepodge commented on a change in pull request #7612:
URL: https://github.com/apache/tvm/pull/7612#discussion_r590697337
##########
File path: tutorials/get_started/tensor_expr_get_started.py
##########
@@ -37,124 +61,190 @@
# Global declarations of environment.
tgt_host = "llvm"
-# Change it to respective GPU if gpu is enabled Ex: cuda, opencl, rocm
-tgt = "cuda"
-######################################################################
-# Vector Add Example
-# ------------------
-# In this tutorial, we will use a vector addition example to demonstrate
-# the workflow.
-#
+# You will get better performance if you can identify the CPU you are
targeting and specify it.
Review comment:
I always have trouble finding this configuration. Do you know of an easy
way to sort it out?
----------------------------------------------------------------
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]