Merge pull request #88830 from r-ryantm/auto-update/libxsmm

libxsmm: 1.13 -> 1.15
This commit is contained in:
Mario Rodas 2020-05-25 06:21:53 -05:00 committed by GitHub
commit be1b02cbd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
}:
let
version = "1.13";
version = "1.15";
in stdenv.mkDerivation {
pname = "libxsmm";
inherit version;
@ -12,7 +12,7 @@ in stdenv.mkDerivation {
owner = "hfp";
repo = "libxsmm";
rev = "refs/tags/${version}";
sha256 = "1c15ccy7vbmvxkfnc7sn26wnf6gr6gxgkmilpgpycm1fhi8ikd6w";
sha256 = "1406qk7k2k4qfqy4psqk55iihsrx91w8kjgsa82jxj50nl9nw5nj";
};
buildInputs = [
@ -33,7 +33,7 @@ in stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Library targeting Intel Architecture for specialized dense and sparse matrix operations, and deep learning primitives";
license = licenses.bsd3;
homepage = https://github.com/hfp/libxsmm ;
homepage = "https://github.com/hfp/libxsmm";
platforms = platforms.linux;
maintainers = with stdenv.lib.maintainers; [ chessai ];
inherit version;