-
Notifications
You must be signed in to change notification settings - Fork 722
/
Copy pathsample.json
40 lines (40 loc) · 952 Bytes
/
sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"guid": "B8E1196A-83B1-4972-8D87-E15F14CAFC82",
"name": "Intel\u00ae Python Data Parallel Extension for NumPy",
"categories": [
"Toolkit/oneAPI DirectProgramming/Python/DPNP_GettingStarted"
],
"description": "This sample code shows how to find conjugate gradient using the Intel Python API powered by the dpnp",
"builder": [
"cli"
],
"languages": [
{
"python": {}
}
],
"dependencies": [
"intelpython"
],
"os": [
"linux"
],
"targetDevice": [
"GPU",
"CPU"
],
"ciTests": {
"linux": [
{
"env": [
"source /intel/oneapi/intelpython/env/activate"
],
"id": "idp_intel_dpnp_cg_py",
"steps": [
"python cg.py"
]
}
]
},
"expertise": "Code Optimization"
}