-
Notifications
You must be signed in to change notification settings - Fork 110
Decompression for .mps.gz and .mps.bz2 files #357
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
Decompression for .mps.gz and .mps.bz2 files #357
Conversation
Co-authored-by: Kyle Edwards <kyedwards@nvidia.com>
|
/ok to test 0672b41 |
|
/ok to test 4cc3a6c |
|
/ok to test 6d54acf |
|
/ok to test d050010 |
|
/ok to test 50abd29 |
|
/ok to test 823b28f |
Kh4ster
left a comment
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.
Super useful addition and great code quality, many thanks!
aliceb-nv
left a comment
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, approving :)
|
/ok to test 01f133b |
Iroy30
left a comment
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
|
/merge |
Adding zlib and bzip2 decompression to mps_parser, such that .mps.gz and .mps.bz2 files can be opened directly. Authors: - https://github.com/ahehn-nv - Ramakrishnap (https://github.com/rgsl888prabhu) Approvers: - Kyle Edwards (https://github.com/KyleFromNVIDIA) - Nicolas Blin (https://github.com/Kh4ster) - Alice Boucher (https://github.com/aliceb-nv) - Ishika Roy (https://github.com/Iroy30) URL: #357
Description
Adding zlib and bzip2 decompression to mps_parser, such that .mps.gz and .mps.bz2 files can be opened directly.
Checklist