You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AI-and-Analytics/Getting-Started-Samples/IntelTensorFlow_GettingStarted/README.md
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ TensorFlow* is a widely-used machine learning framework in the deep learning are
4
4
| Optimized for | Description
5
5
|:--- |:---
6
6
| OS | Linux* Ubuntu* 18.0.x and later, Windows* 10
7
-
| Hardware | Intel® Xeon® Scalable processor family or newer
7
+
| Hardware | Intel® Xeon® Scalable processor family or newer and Intel GPU
8
8
| Software | Intel® AI Analytics Toolkit
9
-
| What you will learn | How to get started to use Intel® Optimization for TensorFlow*
9
+
| What you will learn | How to get started to use Intel® Optimization for TensorFlow* and Intel(R) Extension for TensorFlow*
10
10
| Time to complete | 10 minutes
11
11
12
12
## Purpose
@@ -152,6 +152,15 @@ cd ~/oneAPI-samples/AI-and-Analytics/Getting-Started Samples/IntelTensorFlow_Get
152
152
```
153
153
> the run.sh contains all the instructions needed to run this "TensorFlow_HelloWorld" workload
154
154
155
+
## Running on Intel GPU
156
+
The sample code isCPU based, but you can run it using Intel(R) Extension for TensorFlow*with Intel(R) Data Center GPU Flex Series freely.
157
+
158
+
If you are using the Intel GPU, please refer to [Intel GPU Software Installation](https://intel.github.io/intel-extension-for-tensorflow/latest/docs/install/install_for_gpu.html)
159
+
160
+
It should be able to run on Intel GPU seamlessly and without any code change.
161
+
162
+
For details, please refer to the Get Start Example Ready: [Examples — Intel® Extension for TensorFlow*]
0 commit comments