You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by co...@apache.org on 2021/04/15 00:36:55 UTC

[tvm] branch main updated: [BYOC][TVMC] bugfix: disabled_pass -> disable_pass (#7850)

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

comaniac 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 36b7dd9  [BYOC][TVMC] bugfix: disabled_pass -> disable_pass (#7850)
36b7dd9 is described below

commit 36b7dd949e26fa7522a69919b6394bcd2eeb5700
Author: Dmitriy Smirnov <dm...@arm.com>
AuthorDate: Thu Apr 15 01:36:27 2021 +0100

    [BYOC][TVMC] bugfix: disabled_pass -> disable_pass (#7850)
    
    Change-Id: I22d24a2e219103485a6a1519ce6256a104103ebb
---
 python/tvm/driver/tvmc/compiler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/tvm/driver/tvmc/compiler.py b/python/tvm/driver/tvmc/compiler.py
index 4f48512..6884c30 100644
--- a/python/tvm/driver/tvmc/compiler.py
+++ b/python/tvm/driver/tvmc/compiler.py
@@ -127,7 +127,7 @@ def drive_compile(args):
         None,
         args.tuning_records,
         args.desired_layout,
-        args.disabled_pass,
+        args.disable_pass,
     )
 
     if dumps: