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

[release] v1.0.0 #79

Draft
wants to merge 334 commits into
base: master
Choose a base branch
from
Draft

[release] v1.0.0 #79

wants to merge 334 commits into from

Conversation

simogasp
Copy link
Member

@simogasp simogasp commented Apr 1, 2020

  • add v1.0.0 label
  • update changelog

closes #15

fabiencastan and others added 30 commits February 10, 2021 20:40
[cmake] suppress deprecated cuda sm warnings
Address #139

Previously, exit() function was called when popsift encountered errors
(e.g. out of memory). This error handling made graceful error handling
within the application using popsift difficult.
This commit replaces all the exit() call with throwing a runtime error
instead.
add required thrust include for s_filtergrid.cu
Use size_t type to avoid short type overflow with large size images.
Add support for CUDA versions through 12.1.
Replace exit() call with thrown exceptions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

release a version 1.0.0
9 participants