-
Notifications
You must be signed in to change notification settings - Fork 722
/
Copy pathsample.json
30 lines (30 loc) · 912 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": "DB33884A-2DDE-4657-9F95-E6E573403F61",
"name": "Genetic Algorithms on GPU using Intel® Distribution of Python dpnp",
"categories": ["Toolkit/oneAPI AI And Analytics/Getting Started"],
"description": "This sample shows how to implement general genetic algorithm (GA) and offload computation to GPU using dpnp.",
"builder": ["cli"],
"languages": [{"python":{}}],
"dependencies": ["intelpython"],
"os":["linux"],
"targetDevice": ["GPU"],
"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_ga_dpnp_py",
"steps": [
"uv run python IntelPython_GPU_dpnp_Genetic_Algorithm.py"
]
}
]
},
"expertise": "Code Optimization"
}