libxsmm: added v1.16 (#17185)
This commit is contained in:
parent
e91d7988e5
commit
73b3bbbd22
1 changed files with 2 additions and 1 deletions
|
@ -14,10 +14,11 @@ class Libxsmm(MakefilePackage):
|
||||||
and deep learning primitives."""
|
and deep learning primitives."""
|
||||||
|
|
||||||
homepage = 'https://github.com/hfp/libxsmm'
|
homepage = 'https://github.com/hfp/libxsmm'
|
||||||
url = 'https://github.com/hfp/libxsmm/archive/1.15.tar.gz'
|
url = 'https://github.com/hfp/libxsmm/archive/1.16.tar.gz'
|
||||||
git = 'https://github.com/hfp/libxsmm.git'
|
git = 'https://github.com/hfp/libxsmm.git'
|
||||||
|
|
||||||
version('master', branch='master')
|
version('master', branch='master')
|
||||||
|
version('1.16', sha256='4f4f2ad97815413af80821d2e306eb6f00541941ad412662da05c02361a20e07')
|
||||||
version('1.15', sha256='499e5adfbf90cd3673309243c2b56b237d54f86db2437e1ac06c8746b55ab91c')
|
version('1.15', sha256='499e5adfbf90cd3673309243c2b56b237d54f86db2437e1ac06c8746b55ab91c')
|
||||||
version('1.14', sha256='9c0af4509ea341d1ee2c6c19fc6f19289318c3bd4b17844efeb9e7f9691abf76')
|
version('1.14', sha256='9c0af4509ea341d1ee2c6c19fc6f19289318c3bd4b17844efeb9e7f9691abf76')
|
||||||
version('1.13', sha256='47c034e169820a9633770eece0e0fdd8d4a744e09b81da2af8c2608a4625811e')
|
version('1.13', sha256='47c034e169820a9633770eece0e0fdd8d4a744e09b81da2af8c2608a4625811e')
|
||||||
|
|
Loading…
Reference in a new issue