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 345 commits into
base: master
Choose a base branch
from
Draft

[release] v1.0.0 #79

wants to merge 345 commits into from

Conversation

simogasp
Copy link
Member

@simogasp simogasp commented Apr 1, 2020

  • add v1.0.0 label
  • update changelog

closes #15

simogasp and others added 30 commits January 30, 2020 17:44
and moving uninit in Pipe
fix #70
Fix crashes appearing on CUDA CC 7 cards.
simogasp and others added 30 commits February 21, 2023 21:13
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
The supported CCs are specified differently now, "native" and "all" simplify choices.
libcudevrt is now a private dependencies of libpopsift.
Applications using popsift with other CUDA functions may have to link it explicitly.
require at least Boost 1.71 for demo applications
use Ubuntu 22.04 and CUDA SDK 11/12
use CMake to 3.24
remove cuBlas from linking, not used in PopSift
added dependencies on CUDAToolkit to config file
change CC from native to all-major because build system has no GPU
platform toolset for VS19
disable NVTX explicitly
let BUILD_SHARED_LIBS determine if popsift is built as shared or static
using shared cudart library is given by CMAKE_CUDA_RUNTIME_LIBRARY
Update to Continuous integration and CMake/CUDA
First-order CUDA followup fix: explicit CC list for Jetson and Tegra platforms
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