tvm: 0.10.0 -> 0.11.0

This commit is contained in:
R. Ryantm 2023-03-05 05:49:11 +00:00
parent f71c25b983
commit 72024b159a

View File

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