Skip to content

Update Trademark for mac (Matrix multiply samples) #387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 33 commits into from
Dec 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
37f8e43
TBB Samples Migration
Aug 24, 2020
e1ea16d
Addressing PR Change Requests
Aug 25, 2020
fe7d3bc
Fill in "Purpose" Section of both README files.
Aug 25, 2020
581def4
Remove binary and build files
Aug 25, 2020
594103a
include dpc_common header, remove exception handler, fix json files. …
Aug 25, 2020
d0da2c9
include dpc_common headers, remove exception handlers (both samples)
Aug 25, 2020
407ffc2
Fix README files, include header files for windows
clevels Aug 25, 2020
ab38b4b
Remove namespace, end files, use "std::iota", fix README
Sep 2, 2020
3efa0a4
fix README
Sep 2, 2020
9e522c0
Merge branch 'master' of https://github.com/oneapi-src/oneAPI-samples…
clevels Sep 4, 2020
ca74f34
Fix "matrix_multiply" samples failures on Windows.
clevels Sep 4, 2020
218101e
Merge branch 'master' of https://github.com/clevels/oneAPI-samples in…
clevels Sep 4, 2020
2675ade
Merge pull request #1 from oneapi-src/master
clevels Sep 8, 2020
4e1bf2c
buffer/accessor updates for coding guidelines (matrix mul).
Oct 2, 2020
c81a1c0
Merge branch 'master' of https://github.com/clevels/oneAPI-samples
Oct 2, 2020
a5eaa1b
Update buffers/accessors for TBB Samples. Update CMake files to use d…
Oct 7, 2020
de881ff
Merge branch 'master' of https://github.com/clevels/oneAPI-samples
Oct 7, 2020
f952ca4
Merge branch 'master' of https://github.com/clevels/oneAPI-samples
Oct 9, 2020
38bc041
remove dead code for TBB samples.
Oct 9, 2020
227e7e7
Update TBB samples to use lib name "tbb12.dll" (Windows)
clevels Nov 13, 2020
96d18a7
Merge branch 'master' of https://github.com/clevels/oneAPI-samples in…
clevels Nov 13, 2020
638c3ce
Merge remote-tracking branch 'upstream/master'
Nov 18, 2020
0510fee
Update trademark usage in Matrix Multiply samples.
Nov 18, 2020
5935433
minor trademark edit.
Nov 18, 2020
c02805c
Merge remote-tracking branch 'upstream/master' into master
clevels Nov 18, 2020
da5261c
include dpcpp_common for Release version of Matrix Mul (Windows)
clevels Nov 18, 2020
8824ee1
Merge branch 'master' of https://github.com/clevels/oneAPI-samples in…
clevels Nov 18, 2020
0822863
Add backslash to Matrix Multiply Samples.
clevels Nov 18, 2020
09df8f8
Merge remote-tracking branch 'upstream/master' into master
clevels Nov 20, 2020
5e82dce
Include dpc_common for TBB samples (Release version/Windows)
clevels Nov 20, 2020
45e2988
Merge remote-tracking branch 'upstream/master'
Dec 2, 2020
15118c6
Update trademark error on mac.
Dec 2, 2020
7db2f77
Merge branch 'master' of https://github.com/clevels/oneAPI-samples
Dec 2, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tools/Advisor/matrix_multiply_advisor/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"guid":"6F00053A-11DC-40D1-90C7-1CFF822B874B",
"name": "Matrix Multiply Advisor",
"categories": ["Toolkit/oneAPI Tools/Advisor"],
"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",
"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",
"toolchain": ["dpcpp"],
"dependencies": ["advisor"],
"languages": [{"cpp": { }}],
Expand Down
2 changes: 1 addition & 1 deletion Tools/VTuneProfiler/matrix_multiply_vtune/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"guid":"D5D48B97-C29C-4386-A6D2-DB84D006D6A9",
"name": "Matrix Multiply VTune Profiler",
"categories": ["Toolkit/oneAPI Tools/VTune Profiler"],
"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",
"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",
"toolchain": ["dpcpp"],
"dependencies": ["vtune"],
"languages": [{"cpp": { }}],
Expand Down