Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 29649bb

Browse files
sfraczekptbuilder
authored andcommitted
task-replace-intelcaffe-references: Updated IntelCaffe references to Intel Distribution of Caffe*
2 parents 7c6249d + 8b3245d commit 29649bb

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Framework development discussions and thorough bug reports are collected on [Iss
2020

2121
Happy brewing!
2222

23-
# Intel Caffe
23+
# Intel® Distribution of Caffe*
2424
This fork is dedicated to improving Caffe performance when running on CPU, in particular Intel® Xeon processors (HSW, BDW, Xeon Phi)
2525

2626
## Building
@@ -43,7 +43,7 @@ limit execution of OpenMP threads to specified cores only.
4343
Please read [release notes](https://github.com/intel/caffe/blob/master/docs/release_notes.md) for our recommendations and configuration to achieve best performance on Intel CPUs.
4444

4545
## Multinode Training
46-
Intel Caffe multinode allows you to execute deep neural network training on multiple machines.
46+
Intel® Distribution of Caffe* multi-node allows you to execute deep neural network training on multiple machines.
4747

4848
To understand how it works and read some tutorials, go to our Wiki. Start from https://github.com/intelcaffe/caffe/wiki/Multinode-guide.
4949

@@ -59,3 +59,6 @@ Please cite Caffe in your publications if it helps your research:
5959
Title = {Caffe: Convolutional Architecture for Fast Feature Embedding},
6060
Year = {2014}
6161
}
62+
63+
***
64+
*Other names and brands may be claimed as the property of others

docs/release_notes.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ This fork is dedicated to improving Caffe performance when running on CPU, in pa
6464
# Installation
6565

6666
Prior to installing, have a glance through this guide and take note of the details for your platform.
67-
We build and test Caffe on CentOS (7.0, 7.1, 7.2).
67+
We build and test Intel® Distribution of Caffe* on CentOS (7.0, 7.1, 7.2).
6868
The official Makefile and `Makefile.config` build are complemented by an automatic CMake build from the community.
6969

70-
When updating Caffe, it's best to `make clean` before re-compiling.
70+
When updating Intel® Distribution of Caffe*, it's best to `make clean` before re-compiling.
7171

7272
## Prerequisites
7373

@@ -118,15 +118,15 @@ Install MATLAB, and make sure that its `mex` is in your `$PATH`.
118118

119119
##Building for Intel® Architecture
120120

121-
This version of Caffe is optimized for Intel® Xeon processors and Intel® Xeon Phi™ processors. To achieve the best performance results on Intel Architecture we recommend building Caffe with [Intel® MKL](http://software.intel.com/en-us/intel-mkl) and enabling OpenMP support.
122-
This Caffe version is seflcontained. This means that newest version of Intel MKL will be downloaded and installed during compilation of IntelCaffe.
121+
This version of Caffe is optimized for Intel® Xeon processors and Intel® Xeon Phi™ processors. To achieve the best performance results on Intel Architecture we recommend building Intel® Distribution of Caffe* with [Intel® MKL](http://software.intel.com/en-us/intel-mkl) and enabling OpenMP support.
122+
This Caffe version is seflcontained. This means that newest version of Intel MKL will be downloaded and installed during compilation of Intel® Distribution of Caffe*.
123123

124124
* Set `BLAS := mkl` in `Makefile.config`
125-
* If you don't need GPU optimizations `CPU_ONLY := 1` flag in `Makefile.config` to configure and build Caffe without CUDA.
125+
* If you don't need GPU optimizations `CPU_ONLY := 1` flag in `Makefile.config` to configure and build Intel® Distribution of Caffe* without CUDA.
126126

127-
[Intel MKL 2017] introduces optimized Deep Neural Network (DNN) performance primitives that allow to accelerate the most popular image recognition topologies. Caffe can take advantage of these primitives and get significantly better performance results compared to the previous versions of Intel MKL. There are two ways to take advantage of the new primitives:
127+
[Intel MKL 2017] introduces optimized Deep Neural Network (DNN) performance primitives that allow to accelerate the most popular image recognition topologies. Intel® Distribution of Caffe* can take advantage of these primitives and get significantly better performance results compared to the previous versions of Intel MKL. There are two ways to take advantage of the new primitives:
128128

129-
* As default and recommended configuration Caffe is build with `USE_MKL2017_AS_DEFAULT_ENGINE := 1` in `Makefile.config`. All layers that will not have oher engine set in prototxt file (model) will use new Intel MKL primitives by default.
129+
* As default and recommended configuration Intel® Distribution of Caffe* is build with `USE_MKL2017_AS_DEFAULT_ENGINE := 1` in `Makefile.config`. All layers that will not have oher engine set in prototxt file (model) will use new Intel MKL primitives by default.
130130
* Set layer engine to `MKL2017` in prototxt file (model). Only this specific layer will be accelerated with new primitives.
131131

132132
* `USE_MKLDNN_AS_DEFAULT_ENGINE := 1` in `Makefile.config` is new integration with new MKLDNN engine. This is experimental solution - not recommended for buissnes users.
@@ -295,3 +295,5 @@ In folder `/examples/imagenet/` we provide scripts and instructions `readme.md`
295295

296296
Caffe is released under the [BSD 2-Clause license](https://github.com/BVLC/caffe/blob/master/LICENSE). The BVLC reference models are released for unrestricted use.
297297

298+
***
299+
*Other names and brands may be claimed as the property of others

0 commit comments

Comments
 (0)