-
Notifications
You must be signed in to change notification settings - Fork 722
/
Copy pathsample.json
30 lines (30 loc) · 896 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
{
"guid": "20ED32F3-671E-4710-A857-2821DB56CC22",
"name": "Intel® Python NumPy vs Numba vs DPNP",
"categories": ["Toolkit/oneAPI AI And Analytics/Getting Started"],
"description": "This sample shows how to achieve the same accuracy of the k-NN model classification while using numpy, numba and dpnp.",
"builder": ["cli"],
"languages": [{"python":{}}],
"dependencies": ["intelpython"],
"os":["linux"],
"targetDevice": ["CPU"],
"ciTests": {
"linux": [
{
"env": [
"source /intel/oneapi/intelpython/bin/activate",
"conda activate base",
"pip install uv",
"uv python pin $(which python)",
"uv venv --system-site-packages",
"uv sync"
],
"id": "idp_numpy_numba_dpnp_gs_py",
"steps": [
"uv run python IntelPython_Numpy_Numba_dpnp_kNN.py"
]
}
]
},
"expertise": "Code Optimization"
}