Updated LIBXSMM. (#27108)
This commit is contained in:
parent
3253faf01e
commit
9094d6bb68
1 changed files with 5 additions and 3 deletions
|
@ -10,17 +10,19 @@
|
||||||
|
|
||||||
|
|
||||||
class Libxsmm(MakefilePackage):
|
class Libxsmm(MakefilePackage):
|
||||||
"""Library targeting Intel Architecture
|
"""Library for specialized dense
|
||||||
for specialized dense and sparse matrix operations,
|
and sparse matrix operations,
|
||||||
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.16.1.tar.gz'
|
url = 'https://github.com/hfp/libxsmm/archive/1.16.3.tar.gz'
|
||||||
git = 'https://github.com/hfp/libxsmm.git'
|
git = 'https://github.com/hfp/libxsmm.git'
|
||||||
|
|
||||||
maintainers = ['hfp']
|
maintainers = ['hfp']
|
||||||
|
|
||||||
version('master', branch='master')
|
version('master', branch='master')
|
||||||
|
version('1.16.3', sha256='e491ccadebc5cdcd1fc08b5b4509a0aba4e2c096f53d7880062a66b82a0baf84')
|
||||||
|
version('1.16.2', sha256='bdc7554b56b9e0a380fc9c7b4f4394b41be863344858bc633bc9c25835c4c64e')
|
||||||
version('1.16.1', sha256='93dc7a3ec40401988729ddb2c6ea2294911261f7e6cd979cf061b5c3691d729d')
|
version('1.16.1', sha256='93dc7a3ec40401988729ddb2c6ea2294911261f7e6cd979cf061b5c3691d729d')
|
||||||
version('1.16', sha256='4f4f2ad97815413af80821d2e306eb6f00541941ad412662da05c02361a20e07')
|
version('1.16', sha256='4f4f2ad97815413af80821d2e306eb6f00541941ad412662da05c02361a20e07')
|
||||||
version('1.15', sha256='499e5adfbf90cd3673309243c2b56b237d54f86db2437e1ac06c8746b55ab91c')
|
version('1.15', sha256='499e5adfbf90cd3673309243c2b56b237d54f86db2437e1ac06c8746b55ab91c')
|
||||||
|
|
Loading…
Reference in a new issue