gromero edited a comment on issue #10443:
URL: https://github.com/apache/tvm/issues/10443#issuecomment-1068148387


   @ggardet Sure, it's `protobuf                       3.19.4` 
   
   Some logs:
   
   ```
   gromero@amd:~/git/tvm$ git log -p -1 
   commit 7b3a22e465dd6aca4729504a19beb4bc23312755 (HEAD, tag: v0.8.0.rc0, tag: 
v0.8.0, shukun/v0.8, origin/v0.8)
   Author: Tianqi Chen <[email protected]>
   Date:   Fri Nov 12 16:24:02 2021 -0500
   
       Update license file to note libbacktrace
   
   diff --git a/LICENSE b/LICENSE
   index 18718f986..345026985 100644
   --- a/LICENSE
   +++ b/LICENSE
   @@ -242,4 +242,5 @@ The Unlicense
    BSD 3-Clause "New" or "Revised" License
    ---------------------------------------
    
   -3rdparty/cutlass
   \ No newline at end of file
   +3rdparty/cutlass
   +3rdparty/libbacktrace
   gromero@amd:~/git/tvm$ cd ~/scripts
   gromero@amd:~/scripts$ alias tvmc="python3 -m tvm.driver.tvmc"
   gromero@amd:~/scripts$ pip3 list | fgrep proto
   protobuf                       3.19.4
   gromero@amd:~/scripts$ tvmc compile --target "llvm" --output 
compiled_module.tar resnet50-v2-7.onnx
   [15:46:01] /home/gromero/git/tvm/src/target/target_kind.cc:164: Warning: 
Unable to detect CUDA version, default to "-mcpu=sm_20" instead
   [15:46:01] /home/gromero/git/tvm/src/target/target_kind.cc:190: Warning: 
Unable to detect ROCm compute arch, default to "-mcpu=gfx900" instead
   [15:46:01] /home/gromero/git/tvm/src/target/target_kind.cc:204: Warning: 
Unable to detect ROCm version, assuming >= 3.5
   [15:46:01] /home/gromero/git/tvm/src/target/target_kind.cc:164: Warning: 
Unable to detect CUDA version, default to "-mcpu=sm_20" instead
   [15:46:01] /home/gromero/git/tvm/src/target/target_kind.cc:190: Warning: 
Unable to detect ROCm compute arch, default to "-mcpu=gfx900" instead
   [15:46:01] /home/gromero/git/tvm/src/target/target_kind.cc:204: Warning: 
Unable to detect ROCm version, assuming >= 3.5
   [15:46:07] /home/gromero/git/tvm/src/target/target_kind.cc:164: Warning: 
Unable to detect CUDA version, default to "-mcpu=sm_20" instead
   [15:46:07] /home/gromero/git/tvm/src/target/target_kind.cc:190: Warning: 
Unable to detect ROCm compute arch, default to "-mcpu=gfx900" instead
   [15:46:07] /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@amd:~/scripts$ cat /etc/issue
   Ubuntu 21.04 \n \l
   
   gromero@amd:~/scripts$ 
   ```
   
   However there other pieces that can be relevant here, like the 
`config.cmake` used to build TVM and the commit hash you're using. It was never 
clear to me here 1) what's the commit hash being built and tested, 2) how and 
what built it


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