You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "neildhickey (via GitHub)" <gi...@apache.org> on 2023/04/20 10:24:39 UTC

[GitHub] [tvm] neildhickey opened a new pull request, #14680: [CI] Downgrade ci_cpu llvm version back to 11.

neildhickey opened a new pull request, #14680:
URL: https://github.com/apache/tvm/pull/14680

   The upgrade to llvm 15 caused failures in topi tests python/topi/python/test_topi_math.py::test_cast[float64-float16-llvm]. It seems to be a miscompilation due to opaque pointers. Downgrading while working to fix the issue.


-- 
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] tvm-bot commented on pull request #14680: [CI] Downgrade ci_cpu llvm version back to 11.

Posted by "tvm-bot (via GitHub)" <gi...@apache.org>.
tvm-bot commented on PR #14680:
URL: https://github.com/apache/tvm/pull/14680#issuecomment-1516087624

   <!---bot-comment-->
   
   Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @-ing them in a comment.
   
   <!--bot-comment-ccs-start-->
    * cc @Mousius, @areusch, @driazati, @gigiblender, @leandron <sub>See [#10317](https://github.com/apache/tvm/issues/10317) for details</sub><!--bot-comment-ccs-end-->
   
   <sub>Generated by [tvm-bot](https://github.com/apache/tvm/blob/main/ci/README.md#github-actions)</sub>


-- 
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] ekalda commented on pull request #14680: [CI] Downgrade ci_cpu llvm version back to 11

Posted by "ekalda (via GitHub)" <gi...@apache.org>.
ekalda commented on PR #14680:
URL: https://github.com/apache/tvm/pull/14680#issuecomment-1516133820

   @tvm-bot rerun


-- 
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] leandron commented on pull request #14680: [CI] Downgrade ci_cpu llvm version back to 11

Posted by "leandron (via GitHub)" <gi...@apache.org>.
leandron commented on PR #14680:
URL: https://github.com/apache/tvm/pull/14680#issuecomment-1516578795

   Merging this to make the current `ci_cpu` image sources to work again.


-- 
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] yongwww commented on pull request #14680: [CI] Downgrade ci_cpu llvm version back to 11

Posted by "yongwww (via GitHub)" <gi...@apache.org>.
yongwww commented on PR #14680:
URL: https://github.com/apache/tvm/pull/14680#issuecomment-1516260278

   @neildhickey  thanks for the investigation! I saw this issue in my ci upgrade work (https://github.com/apache/tvm/pull/14651), it would better to fix this cast issue, looks the cast from f64 to f16 fails. 


-- 
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] leandron merged pull request #14680: [CI] Downgrade ci_cpu llvm version back to 11

Posted by "leandron (via GitHub)" <gi...@apache.org>.
leandron merged PR #14680:
URL: https://github.com/apache/tvm/pull/14680


-- 
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] neildhickey commented on pull request #14680: [CI] Downgrade ci_cpu llvm version back to 11

Posted by "neildhickey (via GitHub)" <gi...@apache.org>.
neildhickey commented on PR #14680:
URL: https://github.com/apache/tvm/pull/14680#issuecomment-1516345314

   @yongwww Yes I do want to fix the issue properly but put up this patch as a temporary work around until I am able to fix it properly


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