File tree Expand file tree Collapse file tree 1 file changed +39
-24
lines changed
DirectProgramming/Python/DPNP_GettingStarted Expand file tree Collapse file tree 1 file changed +39
-24
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "guid" : " B8E1196A-83B1-4972-8D87-E15F14CAFC82" ,
3
- "name" : " Intel® Python Data Parallel Extension for NumPy" ,
4
- "categories" : [" Toolkit/oneAPI DirectProgramming/Python/DPNP_GettingStarted" ],
5
- "description" : " This sample code shows how to find conjugate gradient using the Intel Python API powered by the dpnp" ,
6
- "builder" : [" cli" ],
7
- "languages" : [{"python" :{}}],
8
- "dependencies" : [" intelpython" ],
9
- "os" :[" linux" ],
10
- "targetDevice" : [" GPU" ," CPU" ],
11
- "ciTests" : {
12
- "linux" : [
13
- {
14
- "env" : [
15
- " source /intel/oneapi/intelpython/env/activate"
16
- ],
17
- "id" : " idp_intel_dpnp_cg_py" ,
18
- "steps" : [
19
- " python cg.py"
20
- ]
21
- }
22
- ]
23
- },
24
- "expertise" : " Code Optimization"
25
- }
2
+ "guid" : " B8E1196A-83B1-4972-8D87-E15F14CAFC82" ,
3
+ "name" : " Intel\u00ae Python Data Parallel Extension for NumPy" ,
4
+ "categories" : [
5
+ " Toolkit/oneAPI DirectProgramming/Python/DPNP_GettingStarted"
6
+ ],
7
+ "description" : " This sample code shows how to find conjugate gradient using the Intel Python API powered by the dpnp" ,
8
+ "builder" : [
9
+ " cli"
10
+ ],
11
+ "languages" : [
12
+ {
13
+ "python" : {}
14
+ }
15
+ ],
16
+ "dependencies" : [
17
+ " intelpython"
18
+ ],
19
+ "os" : [
20
+ " linux"
21
+ ],
22
+ "targetDevice" : [
23
+ " GPU" ,
24
+ " CPU"
25
+ ],
26
+ "ciTests" : {
27
+ "linux" : [
28
+ {
29
+ "env" : [
30
+ " source /intel/oneapi/intelpython/env/activate"
31
+ ],
32
+ "id" : " idp_intel_dpnp_cg_py" ,
33
+ "steps" : [
34
+ " python cg.py"
35
+ ]
36
+ }
37
+ ]
38
+ },
39
+ "expertise" : " Code Optimization"
40
+ }
You can’t perform that action at this time.
0 commit comments