We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6600a7f commit d72b573Copy full SHA for d72b573
1 file changed
DirectProgramming/C++SYCL/Jupyter/C++-to-sycl-migration/sample.json
@@ -5,6 +5,7 @@
5
"description": "Step-by-step GPU optimization guide with Intel Advisor and ISO3DFD sample",
6
"toolchain": [ "dpcpp" ],
7
"targetDevice": [ "CPU", "GPU" ],
8
+ "gpuRequired": ["gen9", "pvc"],
9
"languages": [ { "cpp": {} } ],
10
"os": [ "linux" ],
11
"builder": [ "ide", "cmake" ],
@@ -20,4 +21,4 @@
20
21
}]
22
},
23
"expertise": "Code Optimization"
- }
24
+ }
0 commit comments