-
Notifications
You must be signed in to change notification settings - Fork 9
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
Prepare documentation #57
Prepare documentation #57
Conversation
6b14eda
to
8e2c4db
Compare
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.
No need to worry about redirects for deleted files as this isn't public yet
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.
Why aren't they any changes to the Using topic.
This topic is oddly structured.
Numbered procedures?
8c9f929
to
32c42eb
Compare
…lifroni-amd/rocJPEG into spolifroni-amd/prepare-documentation
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.
in the main README.md file, please remove the Documentation section
… section; added links to hipmalloc() and hipfree()
…ct/go out of sync with the official doc
* Update Samples (#52) * Add support for ROI decode on MI300 (#53) * Add support for ROI decode on MI300 * Add ROI decode support for batched decoding * clean up * clean up * Fix a typo and update sample's readme * Increase the output image size for rgb and rgb_planar (#54) * Increase the output image size for rgb and rgb_planar to avoi * code clean up * rename yuv to yuv_planar for the output format (#55) * update docs (#56) * update docs * remove extra line * clean up * Optimize the memory pool allocation bso that its size doesn't exceed the max_pool_size_ (#58) * update clang path per packaging (#59) * Fix few typos in the header file - no functional changes (#61) * Add code owners for the rocJPEG (#62) * Add code owners for the rocJPEG * code clean up * Exclude YUV 4:4:0 for RGB format conversion in VCN on MI300, as it is not supported. Instead, use HIP kernels. (#63) * Update the libva requirement (#64) * Update the libva requirement * clean up READNE file * Prepare documentation (#57) * Updated the readme file to point to the official documentation * first commit of new documentation structure * split up and reconfigured Using rocJpeg * Updated the readme file to point to the official documentation * first commit of new documentation structure * split up and reconfigured Using rocJpeg * fixed missing space * All changes asked for in the PR except the Destroy Handles part. * separated creating and destroying handles; added a destroying handles section; added links to hipmalloc() and hipfree() * removed the installation and build sections so that it doesn't conflict/go out of sync with the official doc * putting readme back the way it was, minus documentation section * changed some wording around hipFree() * Find the minimum supported libva version 1.16 when building rocJPEG (#65) * Fix a typo in README/Docs (#66) * use a single context for decoding (#68) * increase the mem_alignment size used for output image rgb memory allocation (#70) --------- Co-authored-by: Lakshmi Kumar <[email protected]> Co-authored-by: spolifroni-amd <[email protected]>
* Updated the readme file to point to the official documentation * first commit of new documentation structure * split up and reconfigured Using rocJpeg * Updated the readme file to point to the official documentation * first commit of new documentation structure * split up and reconfigured Using rocJpeg * fixed missing space * All changes asked for in the PR except the Destroy Handles part. * separated creating and destroying handles; added a destroying handles section; added links to hipmalloc() and hipfree() * removed the installation and build sections so that it doesn't conflict/go out of sync with the official doc * putting readme back the way it was, minus documentation section * changed some wording around hipFree()
* Prepare documentation (#57) * Updated the readme file to point to the official documentation * first commit of new documentation structure * split up and reconfigured Using rocJpeg * Updated the readme file to point to the official documentation * first commit of new documentation structure * split up and reconfigured Using rocJpeg * fixed missing space * All changes asked for in the PR except the Destroy Handles part. * separated creating and destroying handles; added a destroying handles section; added links to hipmalloc() and hipfree() * removed the installation and build sections so that it doesn't conflict/go out of sync with the official doc * putting readme back the way it was, minus documentation section * changed some wording around hipFree() * Fix a typo in README/Docs (#66) * Edited the readme and reorganized the toc (#69) * Edited the readme so that it doesn't duplicate information in the official online docs * rearranged the toc to match the new structure * moved Docker section --------- Co-authored-by: Aryan Salmanpour <[email protected]>
* Update documentation requirements * Upd doc reqs * Update RTD yaml * cherry pick to add documentation (#94) * Prepare documentation (#57) * Updated the readme file to point to the official documentation * first commit of new documentation structure * split up and reconfigured Using rocJpeg * Updated the readme file to point to the official documentation * first commit of new documentation structure * split up and reconfigured Using rocJpeg * fixed missing space * All changes asked for in the PR except the Destroy Handles part. * separated creating and destroying handles; added a destroying handles section; added links to hipmalloc() and hipfree() * removed the installation and build sections so that it doesn't conflict/go out of sync with the official doc * putting readme back the way it was, minus documentation section * changed some wording around hipFree() * Fix a typo in README/Docs (#66) * Edited the readme and reorganized the toc (#69) * Edited the readme so that it doesn't duplicate information in the official online docs * rearranged the toc to match the new structure * moved Docker section --------- Co-authored-by: Aryan Salmanpour <[email protected]> * Update README.md --------- Co-authored-by: alexxu-amd <[email protected]> Co-authored-by: Sam Wu <[email protected]> Co-authored-by: Aryan Salmanpour <[email protected]>
No description provided.