libxsmm: new build-block added
This commit is contained in:
17
Compiler/libxsmm/modulefile
Normal file
17
Compiler/libxsmm/modulefile
Normal file
@@ -0,0 +1,17 @@
|
||||
#%Module1.0
|
||||
|
||||
module-whatis "specialized dense and sparse matrix operations and deep learning primitives"
|
||||
module-url "https://github.com/hfp/libxsmm"
|
||||
module-license "BSD 3-Clause License"
|
||||
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
module-help "
|
||||
LIBXSMM is a library for specialized dense and sparse matrix operations
|
||||
as well as for deep learning primitives such as small convolutions
|
||||
targeting Intel Architecture. Small marix multiplication kernels (SMMs)
|
||||
are generated for Intel SSE, Intel AVX, Intel AVX2, and Intel AVX-512
|
||||
as found in the Intel Xeon Phi processor family (KNL, KNM) and Intel
|
||||
Xeon processors (SKX). Highly optimized code for small convolutions
|
||||
is targeting Intel AVX2 and Intel AVX-512, whereas other targets can
|
||||
automatically leverage specialized SMMs to perform convolutions.
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user