I submitted the PR to enable bfloat16 in DNNL BYOC(https://github.com/apache/tvm/pull/11111). But the PR failed to be built due to the version of the oneDNN in CI is limited to v2.2, which is a relative old one. So I update the CI script to get and build the latest oneDNN release. I had tested the script on my own PC and it works fine, but I don't know how to test the script in CI environment. So let me know if I did something inappropriate, thanks! You can view, comment on, or merge this pull request online at:
https://github.com/apache/tvm/pull/11140 -- Commit Summary -- * enable CI to get and build latest oneDNN release -- File Changes -- M docker/install/ubuntu_install_dnnl.sh (37) -- Patch Links -- https://github.com/apache/tvm/pull/11140.patch https://github.com/apache/tvm/pull/11140.diff -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/pull/11140 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm/pull/11...@github.com>