MehdiTantaoui-99 opened a new issue, #17492:
URL: https://github.com/apache/tvm/issues/17492

   I installed tvm like instructed here: 
https://tvm.apache.org/docs/install/from_source.html
   
   Once I run the test : 
   ```bash
   python -c "import tvm; print(tvm.__file__)"
   ```
   ### Expected behavior
   ```
   /home/ubuntu/tvm/python/tvm/__init__.py
   ```
   
   ### Actual behavior
   
   ```
   [13:07:34] /home/mehditantaoui/tvm/src/target/llvm/llvm_instance.cc:226: 
Error: Using LLVM 19.1.2 with `-mcpu=apple-latest` is not valid in 
`-mtriple=arm64-apple-macos`, using default `-mcpu=generic`
   [13:07:34] /home/mehditantaoui/tvm/src/target/llvm/llvm_instance.cc:226: 
Error: Using LLVM 19.1.2 with `-mcpu=apple-latest` is not valid in 
`-mtriple=arm64-apple-macos`, using default `-mcpu=generic`
   [13:07:34] /home/mehditantaoui/tvm/src/target/llvm/llvm_instance.cc:226: 
Error: Using LLVM 19.1.2 with `-mcpu=apple-latest` is not valid in 
`-mtriple=arm64-apple-macos`, using default `-mcpu=generic`
   /home/ubuntu/tvm/python/tvm/__init__.py
   ```
   
   ### Environment
   
   ```
   PRETTY_NAME="Ubuntu 22.04.5 LTS"
   NAME="Ubuntu"
   VERSION_ID="22.04"
   VERSION="22.04.5 LTS (Jammy Jellyfish)"
   VERSION_CODENAME=jammy
   ID=ubuntu
   ID_LIKE=debian
   HOME_URL="https://www.ubuntu.com/";
   SUPPORT_URL="https://help.ubuntu.com/";
   BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/";
   
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy";
   UBUNTU_CODENAME=jammy
   ```
   
   ### Steps to reproduce
   Follow step on : https://tvm.apache.org/docs/install/from_source.html
   
   


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