summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/intel-oneapi-dnn/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/intel-oneapi-dnn/package.py')
-rw-r--r--var/spack/repos/builtin/packages/intel-oneapi-dnn/package.py11
1 files changed, 10 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/intel-oneapi-dnn/package.py b/var/spack/repos/builtin/packages/intel-oneapi-dnn/package.py
index 95c37d6055..f4f720d87a 100644
--- a/var/spack/repos/builtin/packages/intel-oneapi-dnn/package.py
+++ b/var/spack/repos/builtin/packages/intel-oneapi-dnn/package.py
@@ -11,7 +11,16 @@ from spack.package import *
@IntelOneApiPackage.update_description
class IntelOneapiDnn(IntelOneApiLibraryPackage):
- """Intel oneAPI DNN."""
+ """The Intel oneAPI Deep Neural Network Library (oneDNN) helps
+ developers improve productivity and enhance the performance of
+ their deep learning frameworks. It supports key data type
+ formats, including 16 and 32-bit floating point, bfloat16, and
+ 8-bit integers and implements rich operators, including
+ convolution, matrix multiplication, pooling, batch
+ normalization, activation functions, recurrent neural network
+ (RNN) cells, and long short-term memory (LSTM) cells.
+
+ """
maintainers = ['rscohn2']