Skip to content

Commit b881e5e

Browse files
JoeOsterakertesztomlenth
authored
update oneDNN readme's (#355)
* Updating License file to no date in the title /* * Copyright (c) 2020 Intel Corporation * * This program and the accompanying materials are made available under the * terms of the The MIT License which is available at * https://opensource.org/licenses/MIT. * * SPDX-License-Identifier: MIT */ * Update README.md * Fix FPGA entries * Update README.md Updates per request of sranikonda * Update README.md * removing duplicate samples after transfering to dwarves folders * Update Makefile.win changing compiler name from "dpcpp-cl" to "dpcpp" * Update Makefile.win * Update Makefile.win.fpga * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * Update README.md * Update README.md * Update from Legal Approval of 10/05/2020 * Create README.md * Add files via upload * Update README.md minor modifications to content, purpose and key implementation details. * Update sample.json aligned description with readme * Update README.md reshuffled parts of the purpose and implementation details and abstracted a few key concepts into better summaries. * Update sample.json synched description with readme. * Update README.md * Fixing conflicts * ng conflicts * Create README.md * Create sample.json * Create sample.json * removing franmeworks folder * fixing a issue * Fixing an issue * Update hyperlink * update a hyperlin * fixing hyperlink Co-authored-by: akertesz <[email protected]> Co-authored-by: tomlenth <[email protected]>
1 parent 0eb52a2 commit b881e5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Libraries/oneDNN/dpcpp_interoperability/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The include folder is located at ${DNNLROOT}\include on your development system"
9191
## Running the Sample
9292

9393
### Running Samples In DevCloud
94-
If running a sample in the Intel DevCloud, remember that you must specify the compute node (CPU, GPU, FPGA) as well whether to run in batch or interactive mode. For more information see the Intel® oneAPI Base Toolkit Get Started Guide (https://devcloud.intel.com/oneapi/get-started/base-toolkit/)
94+
If running a sample in the Intel DevCloud, remember that you must specify the compute node (CPU, GPU, FPGA) as well whether to run in batch or interactive mode. For more information see the [Intel® oneAPI Base Toolkit Get Started Guide](https://devcloud.intel.com/oneapi/get-started/base-toolkit/)
9595

9696
### Application Parameters
9797

Libraries/oneDNN/getting_started/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ performance on Intel CPUs and GPUs.
99
You can find library source code and code used by these samples at oneDNN Github repository.
1010

1111
This sample is implemented in C++ and executes on CPU or GPU. The sample also
12-
also includes [a Jupyer Notebook](getting_started.ipynb) that
12+
also includes [a Jupyer Notebook](https://github.com/oneapi-src/oneAPI-samples/blob/master/Libraries/oneDNN/tutorials/tutorial_getting_started.ipynb) that
1313
demonstrates how to compile the code with various oneDNN configurations
1414
in Intel oneAPI DevCloud environment.
1515

Libraries/oneDNN/simple_model/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# oneDNN Simple Model Sample
22

33
This sample is implemented in C++ and DPC++ and runs on CPU or GPU. The sample
4-
also includes [a Jupyter Notebook](simple_model.ipynb) that
4+
also includes [Jupyer notebook](https://github.com/oneapi-src/oneAPI-samples/blob/master/Libraries/oneDNN/tutorials/tutorial_simple_model.ipynb) that
55
demonstrates how to port a oneDNN sample from CPU-only version to CPU & GPU
66
in Intel oneAPI DevCloud environment.
77

0 commit comments

Comments
 (0)