From 5938404d3f8a191a9c91faf2735f3755d95cbfbc Mon Sep 17 00:00:00 2001 From: JoeOster <52936608+JoeOster@users.noreply.github.com> Date: Wed, 15 Jul 2020 20:51:42 -0700 Subject: [PATCH 1/2] Update readme.md --- common/readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/common/readme.md b/common/readme.md index 304360caba..e341f3b832 100644 --- a/common/readme.md +++ b/common/readme.md @@ -1 +1,5 @@ -Readme +# oneAPI-samples/Common/ + +## `dpc_common.hpp` + +oneAPI code samples share a common include file. This include file, `dpc_common.hpp`, is installed locally with the product installation and can be located at `%ONEAPI_ROOT%\dev-utilities\latest\include` on your development system. The same `dpc_common.hpp` include file is provided here for your reference. From ca6eed8c514e6bc6014751f832af53cf8f69f1e8 Mon Sep 17 00:00:00 2001 From: JoeOster <52936608+JoeOster@users.noreply.github.com> Date: Wed, 15 Jul 2020 20:57:07 -0700 Subject: [PATCH 2/2] Rename third-party-programs.md to third-party-programs.txt --- third-party-programs.md => third-party-programs.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename third-party-programs.md => third-party-programs.txt (100%) diff --git a/third-party-programs.md b/third-party-programs.txt similarity index 100% rename from third-party-programs.md rename to third-party-programs.txt