Skip to content
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

Throw an error when unsupported parameters are used with the ZFP CUDA backend #3567

Merged
merged 1 commit into from
Mar 29, 2023

Conversation

anagainaru
Copy link
Contributor

@anagainaru anagainaru commented Mar 29, 2023

The ZFP compressor supports only the rate parameter when the GPU backend is used (even if the arrays are CPUs if ZFP is linked to CUDA, the accuracy and precision parameters will result in errors). This PR makes the errors easier to understand.

ZFP supported parameters:
(de)compression mode

This is something that might change soon so it will be updated (the main reason why I am not adding this in testing).

@anagainaru
Copy link
Contributor Author

A fast last addition to the release @vicentebolea

@anagainaru anagainaru added this to the v2.9.0 milestone Mar 29, 2023
@vicentebolea
Copy link
Collaborator

@anagainaru sounds good, we need to rebase this onto release_29 and change the base branch to release_29.

@anagainaru anagainaru changed the base branch from master to release_29 March 29, 2023 16:26
@vicentebolea
Copy link
Collaborator

@anagainaru I think that you have to amend and repush, the CI seems to have gotten stuck

@anagainaru
Copy link
Contributor Author

@vicentebolea resent

If the checks pass please approve the PR and merge

@vicentebolea vicentebolea merged commit 7328fb3 into ornladios:release_29 Mar 29, 2023
vicentebolea added a commit that referenced this pull request Mar 29, 2023
Throw an error when unsupported parameters are used with the ZFP CUDA backend
@anagainaru anagainaru deleted the zfp-cuda-backend branch March 29, 2023 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants