From 74e48fb1c0d7f2323d3059a890fd450b4970b343 Mon Sep 17 00:00:00 2001 From: Beth Dean Date: Fri, 22 Feb 2019 15:53:50 -0800 Subject: [PATCH] updated Readme for latest release --- stacks/dlrs/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/stacks/dlrs/README.md b/stacks/dlrs/README.md index 4b96e39..e2f2cd0 100644 --- a/stacks/dlrs/README.md +++ b/stacks/dlrs/README.md @@ -1,5 +1,10 @@ # Deep Learning Reference Stack -This provides the Deep Learning Reference Stack. To offer more flexibility, there are two versions of the Deep Learning Reference Stack: Eigen optimized for Intel Architecture and a second version that includes Intel® Math Kernel Library for Deep Neural Networks (Intel® MKL-DNN) primitives. +This provides the Deep Learning Reference Stack. To offer more flexibility, there are multiple versions of the Deep Learning Reference Stack: +* Eigen optimized for Intel Architecture +* Intel® Math Kernel Library for Deep Neural Networks (Intel® MKL-DNN) primitives +* PyTorch +* PyTorch with Intel® Math Kernel Library +* PyTorch with Intel® Math Kernel Library for Deep Neural Networks (Intel® MKL-DNN) primitives -Please see the folders in this level about the variants and how to build/use them. +Please see the folders in this level about the variants and how to build and use them.