-
Notifications
You must be signed in to change notification settings - Fork 772
Add a file-table-tform tool: manipulating tabular string data files. #1359
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
Conversation
c747d4e
to
213f9a5
Compare
@Fznamznon, @mdtoguchi, @sndmitriev, @AGindinson - please review/approve. All review comments have been addressed. |
ccff2e0
to
8d7393d
Compare
8d7393d
to
7e07365
Compare
addressed review comments from @Fznamznon |
7e07365
to
7e0dc74
Compare
@kbobrovs, could you resolve the conflict, please? |
sure, 1 sec |
Signed-off-by: Konstantin S Bobrovsky <konstantin.s.bobrovsky@intel.com>
7e0dc74
to
94d3cd2
Compare
rebased onto intel/llvm/sycl |
Signed-off-by: Alexey Bader alexey.bader@intel.com
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