Skip to content

Commit a82dd9a

Browse files
authored
Merge pull request oneapi-src#1817 from jimmytwei/IPEX_samplejson_fix
Updated sample.json for IPEX Getting Started sample to support ATS-M and PVC dGPUs
2 parents ca02265 + fe4b71f commit a82dd9a

File tree

1 file changed

+2
-1
lines changed
  • AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_PyTorch_GettingStarted

1 file changed

+2
-1
lines changed

AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_PyTorch_GettingStarted/sample.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"builder": ["cli"],
77
"languages": [{"python":{}}],
88
"os":["linux"],
9-
"targetDevice": ["CPU"],
9+
"targetDevice": ["CPU","GPU"],
10+
"gpuRequired": ["ats-m","pvc"],
1011
"ciTests": {
1112
"linux": [
1213
{

0 commit comments

Comments
 (0)