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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to