Skip to content

Commit 657dc9d

Browse files
authored
Merge pull request #17 from oneapi-src/master
update
2 parents e7bb3f7 + 2d5fcef commit 657dc9d

File tree

82 files changed

+100
-103
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+100
-103
lines changed

‎AI-and-Analytics/Getting-Started-Samples/IntelLowPrecisionOptimization_GettingStarted/iLiT-Sample-for-Tensorflow/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ For hardware, it's recommended to choose the Second Generation Intel(R) Xeon(R)
6666

6767
For devcloud user, it is already installed. Please skip it.
6868

69-
Please install Intel(R) AI Analytics Toolkit by refer to [Intel(R) AI Analytics Toolkit(Beta) Powered by oneAPI](
69+
Please install Intel(R) AI Analytics Toolkit by refer to [Intel(R) AI Analytics Toolkit Powered by oneAPI](
7070
https://software.intel.com/content/www/us/en/develop/articles/installation-guide-for-intel-oneapi-toolkits.html).
7171

7272

‎AI-and-Analytics/Getting-Started-Samples/IntelModin_GettingStarted/sample.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"ciTests": {
1212
"linux": [
1313
{
14-
"env": ["source /opt/intel/oneapi/setvars.sh --force", "source activate base", "conda create -n aikit-modin-test -c intel/label/oneapibeta -c intel -c conda-forge matplotlib runipy intel-aikit-modin", "conda deactivate", "source activate aikit-modin-test"],
14+
"env": ["source /opt/intel/oneapi/setvars.sh --force", "conda create -n aikit-modin-test -c intel/label/oneapibeta -c intel -c conda-forge matplotlib runipy intel-aikit-modin", "source activate aikit-modin-test"],
1515
"id": "Intel_Modin_GS_py",
1616
"steps": [
1717
"runipy IntelModin_GettingStarted.ipynb"

‎DirectProgramming/C++/ParallelPatterns/openmp_reduction/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For comprehensive instructions regarding DPC++ Programming, go to https://softwa
99
|:--- |:---
1010
| OS | Linux* Ubuntu* 18.04,
1111
| Hardware | Skylake with GEN9 or newer
12-
| Software | Intel® oneAPI DPC++ Compiler (beta)
12+
| Software | Intel® oneAPI DPC++ Compiler
1313
| What you will learn | How to run openMP on cpu as well as GPU offload
1414
| Time to complete | 10 min
1515

‎DirectProgramming/DPC++/DenseLinearAlgebra/vector-add/sample.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"guid":"b1b58be7-e22e-4ca2-ba59-6887b2f1be6c",
3-
"name": "Vector Add",
3+
"name": "Base: Vector Add",
44
"categories": ["Toolkit/Get Started", "Toolkit/oneAPI Direct Programming/DPC++/Dense Linear Algebra"],
55
"description": "This simple sample adds two large vectors in parallel. Provides a ‘Hello World!’ like sample to ensure your environment is setup correctly using simple Intel® oneAPI Data Parallel C++ (DPC++)",
66
"toolchain": ["dpcpp"],

‎DirectProgramming/DPC++/GraphTraversal/hidden-markov-models/README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The main assumption of the HMM is that there are visible observations that depen
1111
|:--- |:---
1212
| OS | Linux* Ubuntu* 18.04, Windows 10
1313
| Hardware | Skylake with GEN9 or newer,
14-
| Software | Intel® oneAPI DPC++ Compiler (beta)
14+
| Software | Intel® oneAPI DPC++ Compiler
1515
| What you will learn | Implement Viterbi algorithm to get the most likely path that consists of the hidden states
1616
| Time to complete | 1 minute
1717

@@ -86,4 +86,4 @@ There are no editable parameters for this sample.
8686
Device: Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz Intel(R) OpenCL
8787
The Viterbi path is:
8888
19 18 17 16 15 14 13 12 11 10
89-
The sample completed successfully!
89+
The sample completed successfully!

‎DirectProgramming/DPC++/Jupyter/oneapi-essentials-training/00_Introduction_to_Jupyter/Readme.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The implementation of simple C++ code to test Jupyter Notebook functionality.
44
|:--- |:---
55
| OS | Linux* Ubuntu 18.04, Windows* 10
66
| Hardware | Skylake with GEN9 or newer
7-
| Software | Intel® oneAPI DPC++ Compiler (beta)
7+
| Software | Intel® oneAPI DPC++ Compiler
88
| What you will learn | The developer will learn about buffers, accessors, and command group handlers.
99
| Time to complete | 15 minutes
1010

‎DirectProgramming/DPC++/Jupyter/oneapi-essentials-training/01_oneAPI_Intro/Readme.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The simple-vector-incr and simple-vector-add programs are simpler implementation
44
|:--- |:---
55
| OS | Linux* Ubuntu 18.04, Windows* 10
66
| Hardware | Skylake with GEN9 or newer
7-
| Software | Intel® oneAPI DPC++ Compiler (beta)
7+
| Software | Intel® oneAPI DPC++ Compiler
88
| What you will learn | The developer will learn about buffers, accessors, and command group handlers.
99
| Time to complete | 15 minutes
1010

‎DirectProgramming/DPC++/Jupyter/oneapi-essentials-training/02_DPCPP_Program_Structure/Readme.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Complex class is a custom class and this program shows how we can use custom
55
|:--- |:---
66
| OS | Linux Ubuntu 18.04, CPU, GPU
77
| Hardware | Skylake with GEN9 or newer
8-
| Software | Intel Data Parallel C++ (Intel DPC++) Compiler beta
8+
| Software | Intel Data Parallel C++ (Intel DPC++) Compiler
99
| What you will learn | Using custom type classes and offloads complex number computations to GPU using Intel DPC++
1010
| Time to complete | 15 minutes
1111

‎DirectProgramming/DPC++/Jupyter/oneapi-essentials-training/03_DPCPP_Unified_Shared_Memory/Readme.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The implementation of Unified Shared Memory will cover implicit and explicit USM
44
|:--- |:---
55
| OS | Linux* Ubuntu 18.04, Windows* 10
66
| Hardware | Skylake with GEN9 or newer
7-
| Software | Intel® oneAPI DPC++ Compiler (beta)
7+
| Software | Intel® oneAPI DPC++ Compiler
88
| What you will learn | The developer will learn about buffers, accessors, and command group handlers.
99
| Time to complete | 15 minutes
1010

‎DirectProgramming/DPC++/Jupyter/oneapi-essentials-training/04_DPCPP_Sub_Groups/Readme.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The implementation of DPC++ Sub-Groups feature will cover sub-group queries, sub
44
|:--- |:---
55
| OS | Linux* Ubuntu 18.04, Windows* 10
66
| Hardware | Skylake with GEN9 or newer
7-
| Software | Intel® oneAPI DPC++ Compiler (beta)
7+
| Software | Intel® oneAPI DPC++ Compiler
88
| What you will learn | The developer will learn about buffers, accessors, and command group handlers.
99
| Time to complete | 15 minutes
1010

0 commit comments

Comments
 (0)