-
Notifications
You must be signed in to change notification settings - Fork 4
Tutorials and documentation updates #104
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
Add text updates plus link to quick start.
Concatenating the program mapper and functional modeler build instructions at top level P-ISA Tools directory
Added hoot run functional modeler
Additional formatting
Content has been concatenated into the top level P-ISA Tools README.md file.
Content has been concatenated into the top level P-ISA Tools README.md file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure to install pre-commit
and pre-commit hooks
prior to committing.
tutorials/p-isa-tools/traces/fhe_complex_single_ops/add_16384_l13_m14_program_trace.csv
Show resolved
Hide resolved
tutorials/p-isa-tools/traces/fhe_complex_single_ops/mul_16384_l2_m3_program_trace.csv
Outdated
Show resolved
Hide resolved
tutorials/p-isa-tools/traces/fhe_complex_single_ops/mul_16384_l13_m14_program_trace.csv
Outdated
Show resolved
Hide resolved
tutorials/p-isa-tools/traces/fhe_complex_single_ops/mod_switch_65536_l54_m55_program_trace.csv
Outdated
Show resolved
Hide resolved
tutorials/p-isa-tools/traces/fhe_complex_single_ops/mod_switch_65536_l2_m3_program_trace.csv
Outdated
Show resolved
Hide resolved
Fix typo in the header line of the trace files
Hi @joserochh, Can you try on your system, pls? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, updated documentation.
- Moved readme.md content from subdirs to p-isa_tools/README.md
- Project name changed to Encrypted Computing SDK
- Reworded a few sentences
- Added traces
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, examples traces fixed
Confirming that this PR should be good to go? @faberga |
@kylanerace , yes it is good to go. Thanks |
@kylanerace Thank you. |
* Update top level README.md Add text updates plus link to quick start. * Create top level P-ISA README.md file Concatenating the program mapper and functional modeler build instructions at top level P-ISA Tools directory * Updates to P-ISA top level README.md Added hoot run functional modeler * Updates to the P-ISA top level README.md file * Updates to P-ISA top level README.md file Additional formatting * Create empty_file.txt * Create P-ISA tutorial README.md * Empty functional modeler README.md Content has been concatenated into the top level P-ISA Tools README.md file. * Empty program mapper README.md file Content has been concatenated into the top level P-ISA Tools README.md file. * Update p-ias-tools tutorial README.md * Update P-ISA Tutorial README.md file * first single ops trace file * Upload examples of the single ops traces * Create empty_file.txt * Delete tutorials/p-isa-tools/the_complex_single_ops directory * Create empty_file.txt * Create empty_file.txt * Trace files - complex single FHE ops * Trace files - multi FHE ops * Formating changes to README.md * Removing empty files * Removing empty files * Remove empty files * Update README.md Fix typo and formating * Update CONTRIBUTING.md * fix typo in p-isa_tools/README.md * Fix typo in trace files Fix typo in the header line of the trace files * Fix for typos in the header line of FHE Single Ops traces * Fix trailing spaces and punctuation * Fix typos * Fix Typos * Set diff flag for typos in .pre-commit-config.yaml --------- Co-authored-by: Jose Rojas Chaves <[email protected]>
Proposed changes
Documentation updates: This PR mainly reorganizes the instructions on how to build the Program Mapper and Functional Modeler, and adds the trace files for the tutorials. Readme.md files for the tutorials will be added on a separate PR.
Types of changes
What types of changes does your code introduce to the Encrypted Computing SDK project?
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creatingthe PR. If you are unsure about any of them, do not hesitate to ask. We are
here to help! This is simply a reminder of what we are going to look for before
merging your code.
Further comments
Readme.md files for the tutorials will be added on a separate PR.