This is an automated email from the ASF dual-hosted git repository.
leandron pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new 2e3d617 macOS is now supported (#8396)
2e3d617 is described below
commit 2e3d6175f73bfc9bef1dfc90249d4f94336b3d8e
Author: Chris Hoge <[email protected]>
AuthorDate: Sat Jul 3 03:47:31 2021 -0700
macOS is now supported (#8396)
Remove warning about macOS support from tutorial
---
tutorials/get_started/tvmc_command_line_driver.py | 7 -------
1 file changed, 7 deletions(-)
diff --git a/tutorials/get_started/tvmc_command_line_driver.py
b/tutorials/get_started/tvmc_command_line_driver.py
index b1fd1d1..c729b86 100644
--- a/tutorials/get_started/tvmc_command_line_driver.py
+++ b/tutorials/get_started/tvmc_command_line_driver.py
@@ -73,13 +73,6 @@ capabilities, and set the stage for understanding how TVM
works.
################################################################################
-# .. note:: Supported operating systems
-#
-# TVMC is only supported on Linux. Currently macOS and Windows default
-# threading models do not support the model used for tuning by TVMC.
-
-
-################################################################################
# Obtaining the Model
# -------------------
#