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
# `Intel® Extension for PyTorch* Getting Started` Sample
2
2
3
-
Intel Extension for PyTorch* is a Python package to extend the official PyTorch. It is designed to make the Out-of-Box user experience of PyTorch CPU better while achieving good performance. The extension also will be the PR(Pull-Request) buffer for the Intel PyTorch framework dev team. The PR buffer will contain functions and optimization (for example, take advantage of Intel's new hardware features).
3
+
Intel Extension for PyTorch\* is a Python package to extend the official PyTorch. It is designed to make the Out-of-Box user experience of PyTorch CPU better while achieving good performance. The extension also will be the PR(Pull-Request) buffer for the Intel PyTorch framework dev team. The PR buffer will contain functions and optimization (for example, take advantage of Intel's new hardware features).
4
4
5
-
For comprehensive instructions goto the github repo for [Intel Extension for PyTorch*](https://github.com/intel/intel-extension-for-pytorch).
5
+
For comprehensive instructions goto the github repo for [Intel Extension for PyTorch\*](https://github.com/intel/intel-extension-for-pytorch).
6
6
7
7
| Optimized for | Description
8
8
|:--- |:---
9
-
| OS | Linux* Ubuntu* 18.04
9
+
| OS | Linux\* Ubuntu\* 18.04
10
10
| Hardware | Skylake with GEN9 or newer
11
-
| Software | Intel Extension for PyTorch*;
12
-
| What you will learn | How to get started with Intel Extension for PyTorch*
11
+
| Software | Intel Extension for PyTorch\*;
12
+
| What you will learn | How to get started with Intel Extension for PyTorch\*
13
13
| Time to complete | 60 minutes
14
14
15
15
16
16
## Purpose
17
17
18
-
You will learn how to download, compile, and get started with Intel Extension for PyTorch* from this sample code.
18
+
You will learn how to download, compile, and get started with Intel Extension for PyTorch\* from this sample code.
19
19
20
20
The code will be running on the CPU.
21
21
22
22
## Key Implementation Details
23
23
24
-
The code includes Intel Extension for PyTorch* and Auto-mixed-precision.
24
+
The code includes Intel Extension for PyTorch\* and Auto-mixed-precision.
25
25
26
26
## License
27
27
@@ -32,10 +32,10 @@ Third party program Licenses can be found here: [third-party-programs.txt](https
32
32
33
33
## Building the `Intel Extension for PyTorch* Getting Started` Sample
0 commit comments