-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[hdf5] Initial integration [Draft] #5103
Conversation
@AdamKorcz Thanks for working on this! |
@schwehr Would you like to integrate? If so, we need an email address for bug reports and we are good to go |
I'm not involved on either the hdf5 or google oss-fuzz side, so I can't speak to what the HDF5 folks would like to provide as an email. |
Sorry, we've not been great at getting around to GitHub issues (we were formerly an Atlassian shop). If you are still interested in this, feel free to use my email address (derobins@hdfgroup.org). |
This got a bit outdated. A new pull request with refined set up was opened here: #9413 |
Originally opened here: #5103 hdf5 is a file format that is used across a wide set of industries https://www.hdfgroup.org/solutions/hdf5/. Example industries include, [government and defense](https://www.hdfgroup.org/portfolio-item/government-defense-national-security/), [medical](https://www.hdfgroup.org/portfolio-item/medical-and-biotech/), [financial services](https://www.hdfgroup.org/portfolio-item/financial-services/), [aerospace](https://www.hdfgroup.org/portfolio-item/aerospace/) One of the places where it's used is in Tensorflow, where it's used for model serialization: https://www.tensorflow.org/tutorials/keras/save_and_load#hdf5_format Signed-off-by: AdamKorcz <adam@adalogics.com> Signed-off-by: AdamKorcz <adam@adalogics.com> Signed-off-by: David Korczynski <david@adalogics.com> Co-authored-by: David Korczynski <david@adalogics.com>
Originally opened here: google#5103 hdf5 is a file format that is used across a wide set of industries https://www.hdfgroup.org/solutions/hdf5/. Example industries include, [government and defense](https://www.hdfgroup.org/portfolio-item/government-defense-national-security/), [medical](https://www.hdfgroup.org/portfolio-item/medical-and-biotech/), [financial services](https://www.hdfgroup.org/portfolio-item/financial-services/), [aerospace](https://www.hdfgroup.org/portfolio-item/aerospace/) One of the places where it's used is in Tensorflow, where it's used for model serialization: https://www.tensorflow.org/tutorials/keras/save_and_load#hdf5_format Signed-off-by: AdamKorcz <adam@adalogics.com> Signed-off-by: AdamKorcz <adam@adalogics.com> Signed-off-by: David Korczynski <david@adalogics.com> Co-authored-by: David Korczynski <david@adalogics.com>
Initial integration of hdf5.
@byrnHDF @derobins @qkoziol @gnuoyd @fortnern @jhendersonHDF
Are you interested in integrating hdf5 into OSS-fuzz for continuous fuzzing and get notified if bugs are found?
This PR integrates hdf5 with its first fuzzer.
To complete the integration, we need a maintainers email address for bug reports.