-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[VOTE] Release Apache TVM v0.15.0.rc0 #16428
Labels
Comments
ysh329
added
type: bug
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
labels
Jan 19, 2024
Check$ wget -c https://dist.apache.org/repos/dist/dev/tvm/tvm-v0.15.0-rc0/apache-tvm-src-v0.15.0.rc0.tar.gz
$ wget -c https://dist.apache.org/repos/dist/dev/tvm/tvm-v0.15.0-rc0/apache-tvm-src-v0.15.0.rc0.tar.gz.sha512
$ wget -c https://dist.apache.org/repos/dist/dev/tvm/tvm-v0.15.0-rc0/apache-tvm-src-v0.15.0.rc0.tar.gz.asc Check asc & sha512$ gpg --verify ./apache-tvm-src-v0.15.0.rc0.tar.gz.asc ./apache-tvm-src-v0.15.0.rc0.tar.gz
gpg: Signature made Fri Jan 19 01:33:50 2024 UTC
gpg: using RSA key A4D9228E55761E665BF01CBB5CE869CB7DEC048C
gpg: Good signature from "Star Yuan (CODE SIGNING KEY) <[email protected]>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: A4D9 228E 5576 1E66 5BF0 1CBB 5CE8 69CB 7DEC 048C
$ cat ./apache-tvm-src-v0.15.0.rc0.tar.gz.sha512
0fd459923f4bdc054d27bc0edc5e1735eebf4a0f8cde6a4d5ccf913c3aa7c811487efbedfe9691c56359f5ad4a03f69b4cd2fbcdb65e4ba457992aedb4dc7da3 apache-tvm-src-v0.15.0.rc0.tar.gz
$ sha512sum ./apache-tvm-src-v0.15.0.rc0.tar.gz
0fd459923f4bdc054d27bc0edc5e1735eebf4a0f8cde6a4d5ccf913c3aa7c811487efbedfe9691c56359f5ad4a03f69b4cd2fbcdb65e4ba457992aedb4dc7da3 ./apache-tvm-src-v0.15.0.rc0.tar.gz Check binary in source code$ find ./apache-tvm-src-v0.15.0 -type f -exec file {} + | grep -w "ELF\|shared object"
$ Compile and Python Import on Linux$ cd ./apache-tvm-src-v0.15.0
$ mkdir build
$ cd build
$ cp ../cmake/config.cmake .
$ cmake ..
$ make -j3
$ cd ..
$ export TVM_HOME=$(pwd)
$ export PYTHONPATH=$TVM_HOME/python:${PYTHONPATH}
$ python3 -c "import tvm; print(tvm.__path__)"
['/workspaces/apache-tvm-src-v0.15.0/python/tvm']
$ python3 /workspaces/tvm/gallery/how_to/work_with_schedules/schedule_primitives.py |
ysh329
added
status: vote
and removed
type: bug
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
labels
Jan 21, 2024
+1 Checked:
|
+1 |
2 similar comments
+1 |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear TVM community,
This is a call for vote to release Apache TVM version v0.15.0. for any edits you would like to see included in the release notes.
Link to release notes:
#16391
Link to release candidate:
https://dist.apache.org/repos/dist/dev/tvm/tvm-v0.15.0-rc0/
Link to github pre-release page:
https://github.com/apache/tvm/releases/tag/v0.15.0.rc0
Everyone is welcomed to vote. Please vote by replying to this thread explicitly. According to release procedure, for the dev@ vote, there must be at least 3 binding +1 votes and more +1 votes than -1 votes.
+1 = approve
+0 = no opinion
-1 = disapprove (provide reason)
NOTE: this thread is being mirrored in dev@
Vote will close Jan. 25th at 23:59M GMT.
The text was updated successfully, but these errors were encountered: