You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/11/10 13:40:38 UTC

[GitHub] [tvm] tqchen opened a new issue #9487: [Bug] Verbose log messages from experimental compilation config

tqchen opened a new issue #9487:
URL: https://github.com/apache/tvm/issues/9487


   reported by @masahi 
   
   After updating to the latest main, I'm seeing too many LOG(INFO) from src/target/compilation_config.cc . Below is the log emitted when compiling a single dense op.
   ```
   [15:51:23] /home/masa/projects/dev/tvm/src/target/compilation_config.cc:87: Using the unique primitive target Target(kind='llvm', keys={'cpu'}, attrs={"link-params': (bool)0}) of device type 1 for the host target
   [15:51:23] /home/masa/projects/dev/tvm/src/target/compilation_config.cc:141: Using the device type 1 of the unique primitive target as the default device type for all primitive operations
   [15:51:23] /home/masa/projects/dev/tvm/src/target/compilation_config.cc:225: Target Target(kind='llvm', keys={'cpu'}, attrs={"link-params': (bool)0}, host=Target(kind='llvm', keys={'cpu'}, attrs={"link-params': (bool)0})) of device type 1 is available for primitives
   [15:51:23] /home/masa/projects/dev/tvm/src/target/compilation_config.cc:228: Using default primitive scope SEScope(device_type=1, virtual_device_id=0, target=Target(kind='llvm', keys={'cpu'}, attrs={"link-params': (bool)0}, host=Target(kind='llvm', keys={'cpu'}, attrs={"link-params': (bool)0})))
   [15:51:23] /home/masa/projects/dev/tvm/src/target/compilation_config.cc:229: Using host scope SEScope(device_type=1, virtual_device_id=0, target=Target(kind='llvm', keys={'cpu'}, attrs={"link-params': (bool)0}))
   
   ````


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] tqchen edited a comment on issue #9487: [Bug] Verbose log messages from experimental compilation config

Posted by GitBox <gi...@apache.org>.
tqchen edited a comment on issue #9487:
URL: https://github.com/apache/tvm/issues/9487#issuecomment-965168631


   was introduced by https://github.com/apache/tvm/pull/9313, sorry that I missed it when merging. going to send a hotfix.
   cc @mbs-octoml 


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] tqchen commented on issue #9487: [Bug] Verbose log messages from experimental compilation config

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #9487:
URL: https://github.com/apache/tvm/issues/9487#issuecomment-965168631






-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] junrushao1994 commented on issue #9487: [UX] Verbose log messages from experimental compilation config

Posted by GitBox <gi...@apache.org>.
junrushao1994 commented on issue #9487:
URL: https://github.com/apache/tvm/issues/9487#issuecomment-966019174


   Closed via #9486


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] junrushao1994 closed issue #9487: [UX] Verbose log messages from experimental compilation config

Posted by GitBox <gi...@apache.org>.
junrushao1994 closed issue #9487:
URL: https://github.com/apache/tvm/issues/9487


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org