Skip to content

Commit 106d555

Browse files
louie-tsaianjgola
andauthored
oneapi-cpi : rename dependency for oneDNN folder name change (oneapi-src#376)
* rename dependency for oneDNN folder name change * add back dependencies for iLit * Update sample.json Co-authored-by: Anjali Gola <[email protected]>
1 parent 5bd8a9b commit 106d555

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

AI-and-Analytics/Getting-Started-Samples/iLiT-Sample-for-Tensorflow/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"categories": ["Toolkit/oneAPI AI And Analytics/AI Getting Started Samples"],
55
"description": "This sample illustrates how to run ILIT to quantize the FP32 model trained by Keras on Tensorflow to INT8 model to speed up the inference.",
66
"languages": [{"python":{}}],
7-
"dependencies": ["tensoflow","notebook","matplotlib"],
7+
"dependencies": ["tensorflow","iLiT"],
88
"os": ["linux"],
99
"builder": ["cli"],
1010
"targetDevice": ["CPU"],

Libraries/oneDNN/dpcpp_interoperability/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Intel® oneDNN SYCL extensions API programming for both Intel® CPU and GPU",
66
"toolchain": ["dpcpp"],
77
"languages": [{"cpp":{}}],
8-
"dependencies": ["oneDNN", "tbb"],
8+
"dependencies": ["dnnl", "tbb"],
99
"os": ["linux"],
1010
"builder": ["cli","cmake"],
1111
"targetDevice": ["CPU", "GPU"],

Libraries/oneDNN/getting_started/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Basic Intel® oneDNN programming model for both Intel® CPU and GPU",
66
"toolchain": ["dpcpp"],
77
"languages": [{"cpp":{}}],
8-
"dependencies": ["oneDNN", "tbb"],
8+
"dependencies": ["dnnl", "tbb"],
99
"os": ["linux","windows"],
1010
"builder": ["cli","cmake"],
1111
"targetDevice": ["CPU", "GPU"],

Libraries/oneDNN/simple_model/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Run a simple CNN on both Intel® CPU and GPU with sample C++ codes",
66
"toolchain": ["dpcpp","gcc","icc"],
77
"languages": [{"cpp":{}}],
8-
"dependencies": ["oneDNN", "tbb","compiler|icc"],
8+
"dependencies": ["dnnl", "tbb","compiler|icc"],
99
"os": ["linux", "windows"],
1010
"builder": ["cli","cmake"],
1111
"targetDevice": ["CPU", "GPU"],

0 commit comments

Comments
 (0)