Merge pull request #330199 from r-ryantm/auto-update/tvm

tvm: 0.16.0 -> 0.17.0
This commit is contained in:
Peder Bergebakken Sundt 2024-08-16 02:01:22 +02:00 committed by GitHub
commit dcf83de08c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "tvm";
version = "0.16.0";
version = "0.17.0";
src = fetchFromGitHub {
owner = "apache";
repo = "incubator-tvm";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-g8Z5MRM3KIgCjGxtU9JLEsFUjFxPKmc6OwY17C59cxg=";
hash = "sha256-5Jr+xubQoASNgy/UR/K5pvzMs4szP9LidFOLs3h+KSY=";
};
nativeBuildInputs = [ cmake ];