Open
Conversation
Signed-off-by: horobert <horobert@intel.com>
yuguen
requested changes
Jun 2, 2022
Collaborator
yuguen
left a comment
There was a problem hiding this comment.
Hey, here are all my comments, this will be a super useful feature!
DirectProgramming/DPC++FPGA/Tutorials/Features/hostpipes/README.md
Outdated
Show resolved
Hide resolved
DirectProgramming/DPC++FPGA/Tutorials/Features/hostpipes/README.md
Outdated
Show resolved
Hide resolved
DirectProgramming/DPC++FPGA/Tutorials/Features/hostpipes/README.md
Outdated
Show resolved
Hide resolved
DirectProgramming/DPC++FPGA/Tutorials/Features/hostpipes/README.md
Outdated
Show resolved
Hide resolved
DirectProgramming/DPC++FPGA/Tutorials/Features/hostpipes/README.md
Outdated
Show resolved
Hide resolved
DirectProgramming/DPC++FPGA/Tutorials/Features/hostpipes/src/hostpipes.cpp
Show resolved
Hide resolved
DirectProgramming/DPC++FPGA/Tutorials/Features/hostpipes/src/hostpipes.cpp
Outdated
Show resolved
Hide resolved
DirectProgramming/DPC++FPGA/Tutorials/Features/hostpipes/src/hostpipes.cpp
Outdated
Show resolved
Hide resolved
DirectProgramming/DPC++FPGA/Tutorials/Features/hostpipes/src/hostpipes.cpp
Show resolved
Hide resolved
DirectProgramming/DPC++FPGA/Tutorials/Features/hostpipes/src/hostpipes.cpp
Outdated
Show resolved
Hide resolved
Collaborator
|
A final comment: Thanks! |
…E.md Co-authored-by: yuguen-intel <yohann.uguen@intel.com>
…E.md Co-authored-by: yuguen-intel <yohann.uguen@intel.com>
…E.md Co-authored-by: yuguen-intel <yohann.uguen@intel.com>
…E.md Co-authored-by: yuguen-intel <yohann.uguen@intel.com>
…Lists.txt to DirectProgramming/DPC++FPGA/Tutorials/Features/experimental/hostpipes/CMakeLists.txt
…se.txt to DirectProgramming/DPC++FPGA/Tutorials/Features/experimental/hostpipes/License.txt
…E.md to DirectProgramming/DPC++FPGA/Tutorials/Features/experimental/hostpipes/README.md
…ipes.sln to DirectProgramming/DPC++FPGA/Tutorials/Features/experimental/hostpipes/hostpipes.sln
…ipes.vcxproj to DirectProgramming/DPC++FPGA/Tutorials/Features/experimental/hostpipes/hostpipes.vcxproj
…e.json to DirectProgramming/DPC++FPGA/Tutorials/Features/experimental/hostpipes/sample.json
…MakeLists.txt to DirectProgramming/DPC++FPGA/Tutorials/Features/experimental/hostpipes/src/CMakeLists.txt
…ostpipes.cpp to DirectProgramming/DPC++FPGA/Tutorials/Features/experimental/hostpipes/src/hostpipes.cpp
…-party-programs.txt to DirectProgramming/DPC++FPGA/Tutorials/Features/experimental/hostpipes/src/third-party-programs.txt
…stpipes/src/third-party-programs.txt to DirectProgramming/DPC++FPGA/Tutorials/Features/experimental/hostpipes/third-party-programs.txt
Co-authored-by: yuguen-intel <yohann.uguen@intel.com>
Owner
Author
|
Passing Linux regtest: https://spetc.intel.com/testsummary?testRunIds=7113279 Will update with Windows when completed. |
Owner
Author
|
No USM support on Windows, so no regtest. Updated cmake file to guard against trying this on a board or device with no usm support, and allow the user to override (if they have their own BSP). |
…stpipes/src/CMakeLists.txt Co-authored-by: yuguen-intel <yohann.uguen@intel.com>
…stpipes/README.md Co-authored-by: yuguen-intel <yohann.uguen@intel.com>
…stpipes/README.md Co-authored-by: yuguen-intel <yohann.uguen@intel.com>
…stpipes/README.md Co-authored-by: yuguen-intel <yohann.uguen@intel.com>
…stpipes/README.md Co-authored-by: yuguen-intel <yohann.uguen@intel.com>
…stpipes/README.md Co-authored-by: yuguen-intel <yohann.uguen@intel.com>
…stpipes/README.md Co-authored-by: yuguen-intel <yohann.uguen@intel.com>
…stpipes/src/CMakeLists.txt Co-authored-by: yuguen-intel <yohann.uguen@intel.com>
…stpipes/src/CMakeLists.txt Co-authored-by: yuguen-intel <yohann.uguen@intel.com>
rho180
pushed a commit
that referenced
this pull request
May 9, 2024
* Updated Windows code samples project files to use 2024.0 compiler * Updated * Update #2
rho180
pushed a commit
that referenced
this pull request
May 9, 2024
* Updated Windows code samples project files to use 2024.0 compiler * Updated * Update #2 * Fix for ONSAM-1690 * update
rho180
pushed a commit
that referenced
this pull request
May 9, 2024
* Updated Windows code samples project files to use 2024.0 compiler * Updated * Update #2 * Fix for ONSAM-1690 * update * Update oneTBB Windows samples and gamma-correction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: horobert horobert@intel.com
Existing Sample Changes
Description
Initial host pipes tutorial for 2022.3.