gromero commented on issue #10443:
URL: https://github.com/apache/tvm/issues/10443#issuecomment-1068561884


   @ggardet @DimStar77 Folks, sorry, I really can't reproduce the issue here 
reported, so I can't help further.
   
   I've set a OpenSUSE env and I still get the same result on Ubuntu (no 
failure), also using protobuf `3.19.4`.
   
   Some logs in case that helps:
   
   ```
   gromero@gromero4:~/git/tvm> git --no-pager log --oneline -1 
   7b3a22e46 (HEAD, tag: v0.8.0, origin/v0.8) Update license file to note 
libbacktrace
   gromero@gromero4:~/git/tvm> cd ~/scripts
   gromero@gromero4:~/scripts> wget 
https://media.githubusercontent.com/media/onnx/models/main/vision/classification/resnet/model/resnet50-v2-7.onnx
   --2022-03-15 20:25:26--  
https://media.githubusercontent.com/media/onnx/models/main/vision/classification/resnet/model/resnet50-v2-7.onnx
   Resolving media.githubusercontent.com (media.githubusercontent.com)... 
185.199.108.133, 185.199.111.133, 185.199.109.133, ...
   Connecting to media.githubusercontent.com 
(media.githubusercontent.com)|185.199.108.133|:443... connected.
   HTTP request sent, awaiting response... 200 OK
   Length: 102442450 (98M) [application/octet-stream]
   Saving to: ‘resnet50-v2-7.onnx’
   
   resnet50-v2-7.onnx                              
100%[=====================================================================================================>]
  97.70M  11.1MB/s    in 8.8s    
   
   2022-03-15 20:25:38 (11.1 MB/s) - ‘resnet50-v2-7.onnx’ saved 
[102442450/102442450]
   
   gromero@gromero4:~/scripts> tvmc compile --target "llvm" --output 
compiled_module.tar resnet50-v2-7.onnx
   [20:26:28] /home/gromero/git/tvm/src/target/target_kind.cc:164: Warning: 
Unable to detect CUDA version, default to "-mcpu=sm_20" instead
   [20:26:28] /home/gromero/git/tvm/src/target/target_kind.cc:190: Warning: 
Unable to detect ROCm compute arch, default to "-mcpu=gfx900" instead
   [20:26:28] /home/gromero/git/tvm/src/target/target_kind.cc:204: Warning: 
Unable to detect ROCm version, assuming >= 3.5
   [20:26:28] /home/gromero/git/tvm/src/target/target_kind.cc:164: Warning: 
Unable to detect CUDA version, default to "-mcpu=sm_20" instead
   [20:26:28] /home/gromero/git/tvm/src/target/target_kind.cc:190: Warning: 
Unable to detect ROCm compute arch, default to "-mcpu=gfx900" instead
   [20:26:28] /home/gromero/git/tvm/src/target/target_kind.cc:204: Warning: 
Unable to detect ROCm version, assuming >= 3.5
   [20:26:31] /home/gromero/git/tvm/src/target/target_kind.cc:164: Warning: 
Unable to detect CUDA version, default to "-mcpu=sm_20" instead
   [20:26:31] /home/gromero/git/tvm/src/target/target_kind.cc:190: Warning: 
Unable to detect ROCm compute arch, default to "-mcpu=gfx900" instead
   [20:26:31] /home/gromero/git/tvm/src/target/target_kind.cc:204: Warning: 
Unable to detect ROCm version, assuming >= 3.5
   One or more operators have not been tuned. Please tune your model for better 
performance. Use DEBUG logging level to see more details.
   gromero@gromero4:~/scripts> pip3 list | fgrep proto
   protobuf                       3.19.4
   gromero@gromero4:~/scripts> cat /etc/issue
   Welcome to openSUSE Tumbleweed 20220313 - Kernel \r (\l).
   
   enp1s0: \4{enp1s0} \6{enp1s0}
   
   
   gromero@gromero4:~/scripts> 
   ```


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