Skip to content

Commit 9016e02

Browse files
clevelsrootcory.levels
authored
Update Trademark for mac (Matrix multiply samples) (oneapi-src#387)
* TBB Samples Migration Signed-off-by: root <[email protected]> * Addressing PR Change Requests Signed-off-by: root <[email protected]> * Fill in "Purpose" Section of both README files. Signed-off-by: root <[email protected]> * Remove binary and build files Signed-off-by: root <[email protected]> * include dpc_common header, remove exception handler, fix json files. (all changes apply to both samples) Signed-off-by: root <[email protected]> * include dpc_common headers, remove exception handlers (both samples) Signed-off-by: root <[email protected]> * Fix README files, include header files for windows * Remove namespace, end files, use "std::iota", fix README Signed-off-by: root <[email protected]> * fix README Signed-off-by: root <[email protected]> * Fix "matrix_multiply" samples failures on Windows. * buffer/accessor updates for coding guidelines (matrix mul). * Update buffers/accessors for TBB Samples. Update CMake files to use defaults. * remove dead code for TBB samples. * Update TBB samples to use lib name "tbb12.dll" (Windows) * Update trademark usage in Matrix Multiply samples. * minor trademark edit. * include dpcpp_common for Release version of Matrix Mul (Windows) * Add backslash to Matrix Multiply Samples. * Include dpc_common for TBB samples (Release version/Windows) * Update trademark error on mac. Co-authored-by: root <[email protected]> Co-authored-by: cory.levels <[email protected]>
1 parent ec1e385 commit 9016e02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tools/Advisor/matrix_multiply_advisor/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"guid":"6F00053A-11DC-40D1-90C7-1CFF822B874B",
33
"name": "Matrix Multiply Advisor",
44
"categories": ["Toolkit/oneAPI Tools/Advisor"],
5-
"description": "Simple program that shows how to improve the Intel® oneAPI Data Parallel C++ (DPC++) Matrix Multiplication program using Intel® VTune Profiler and Intel® Advisor",
5+
"description": "Simple program that shows how to improve the Intel&reg; oneAPI Data Parallel C++ (DPC++) Matrix Multiplication program using Intel&reg; VTune&trade; Profiler and Intel&reg; Advisor",
66
"toolchain": ["dpcpp"],
77
"dependencies": ["advisor"],
88
"languages": [{"cpp": { }}],

Tools/VTuneProfiler/matrix_multiply_vtune/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"guid":"D5D48B97-C29C-4386-A6D2-DB84D006D6A9",
33
"name": "Matrix Multiply VTune Profiler",
44
"categories": ["Toolkit/oneAPI Tools/VTune Profiler"],
5-
"description": "Simple program that shows how to improve the Intel® oneAPI Data Parallel C++ (DPC++) Matrix Multiplication program using Intel® VTune Profiler and Intel® Advisor",
5+
"description": "Simple program that shows how to improve the Intel&reg; oneAPI Data Parallel C++ (DPC++) Matrix Multiplication program using Intel&reg; VTune&trade; Profiler and Intel&reg; Advisor",
66
"toolchain": ["dpcpp"],
77
"dependencies": ["vtune"],
88
"languages": [{"cpp": { }}],

0 commit comments

Comments
 (0)