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

tvm: 0.9.0 -> 0.10.0
This commit is contained in:
Weijia Wang 2023-01-23 05:30:17 +01:00 committed by GitHub
commit a02585c953
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "tvm";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "apache";
repo = "incubator-tvm";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-lzLrd4vNK1c7BwWS0H5x1uDdZ3moUl+zWHb8G6gs8hw=";
sha256 = "sha256-v3F+qncs3PFkRllrdWvrle/ofg9thX4BJlvILQz9B6A=";
};
nativeBuildInputs = [ cmake ];