This repository was archived by the owner on Mar 28, 2023. It is now read-only.
forked from llvm/llvm-test-suite
-
Notifications
You must be signed in to change notification settings - Fork 131
[SYCL] [FPGA] Create latency control E2E emulator tests #596
Merged
Conversation
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
49a82d4
to
4c6d1eb
Compare
/verify with intel/llvm#5066 |
MrSidims
previously approved these changes
Dec 6, 2021
/verify with intel/llvm#5066 |
romanovvlad
pushed a commit
to intel/llvm
that referenced
this pull request
Dec 8, 2021
…5066) Create experimental header files that provide user API for FPGA latency control feature. experimental/fpga_lsu.hpp and experimental/pipes.hpp are simply the original version plus latency control API described in the extension documents. experimental/fpga_utils.hpp provides utility functions used by experimental LSU and pipe headers. fpga_extensions.hpp will include new experimental LSU and pipe headers. Related PR for extension documents: #5027 Test: intel/llvm-test-suite#596
@romanovvlad Could you please review and merge? |
I cannot merge, the pre-commit fails, maybe @vladimirlaz can help. |
vladimirlaz
previously approved these changes
Dec 13, 2021
@romanovvlad your approve is needed to enable merge button. CI failure should not block merge. |
romanovvlad
reviewed
Dec 14, 2021
Co-authored-by: Romanov Vlad <vlad.romanov@intel.com>
229a83d
romanovvlad
approved these changes
Dec 14, 2021
vladimirlaz
approved these changes
Dec 15, 2021
aelovikov-intel
pushed a commit
to aelovikov-intel/llvm
that referenced
this pull request
Mar 27, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Create E2E emulator tests for newly added latency control headers.
The corresponding SYCL PR: intel/llvm#5066