tvm: 0.15.0 -> 0.16.0

This commit is contained in:
R. Ryantm 2024-04-28 15:07:54 +00:00
parent 9516f3c963
commit cbc2857edd

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "tvm"; pname = "tvm";
version = "0.15.0"; version = "0.16.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-VbJptTUi12pJh1wz4I+xL6HVo/rSiUHCkvgEMPe1F6o="; sha256 = "sha256-g8Z5MRM3KIgCjGxtU9JLEsFUjFxPKmc6OwY17C59cxg=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];