Add a file-table-tform tool: manipulating tabular string data files.#1359
Merged
romanovvlad merged 2 commits intointel:syclfrom Mar 27, 2020
Merged
Add a file-table-tform tool: manipulating tabular string data files.#1359romanovvlad merged 2 commits intointel:syclfrom
romanovvlad merged 2 commits intointel:syclfrom
Conversation
This was referenced Mar 20, 2020
c747d4e to
213f9a5
Compare
Contributor
Author
|
@Fznamznon, @mdtoguchi, @sndmitriev, @AGindinson - please review/approve. All review comments have been addressed. |
ccff2e0 to
8d7393d
Compare
Fznamznon
reviewed
Mar 24, 2020
8d7393d to
7e07365
Compare
Contributor
Author
addressed review comments from @Fznamznon |
Fznamznon
previously approved these changes
Mar 25, 2020
bader
reviewed
Mar 25, 2020
7e07365 to
7e0dc74
Compare
Fznamznon
previously approved these changes
Mar 26, 2020
Contributor
|
@kbobrovs, could you resolve the conflict, please? |
Contributor
Author
sure, 1 sec |
Signed-off-by: Konstantin S Bobrovsky <konstantin.s.bobrovsky@intel.com>
7e0dc74 to
94d3cd2
Compare
Contributor
Author
rebased onto intel/llvm/sycl |
bader
reviewed
Mar 27, 2020
Signed-off-by: Alexey Bader alexey.bader@intel.com
Fznamznon
approved these changes
Mar 27, 2020
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.
Simple tool for manipulating tables on files - inserting/replacing columns, adding rows, etc. To be
used to model multiple inputs/outputs in clang driver action graph node in SYCL offload compilations.
The first commit is a prerequisite and is a separate PR #1358
part of #1356
Signed-off-by: Konstantin S Bobrovsky konstantin.s.bobrovsky@intel.com