forked from oneapi-src/oneAPI-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.json
More file actions
31 lines (31 loc) · 920 Bytes
/
sample.json
File metadata and controls
31 lines (31 loc) · 920 Bytes
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
{
"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 init",
"uv python pin $(which python)",
"uv venv --system-site-packages",
"uv add numba"
],
"id": "idp_numpy_numba_dpnp_gs_py",
"steps": [
"uv run python IntelPython_Numpy_Numba_dpnp_kNN.py"
]
}
]
},
"expertise": "Code Optimization"
}