Skip to content

Commit

Permalink
update to changelog to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengran-nvidia committed Oct 3, 2023
1 parent b5acfea commit ba38632
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# nvcomp 3.0.3
## Bug Fixes
- Fixed another bug (introduced in 3.0.0) that caused incorrect snappy decompression in some cases.

# nvcomp 3.0.2
## Bug Fixes
- Fixed a bug (introduced in 3.0.0) that caused incorrect snappy decompression in some cases.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ list( APPEND CMAKE_MODULE_PATH
)

find_package(CUDAToolkit REQUIRED)
find_package(nvcomp 3.0.0 REQUIRED)
find_package(nvcomp 3.0.3 REQUIRED)

add_compile_definitions("THRUST_CUB_WRAPPED_NAMESPACE=nvcomp")

Expand Down

0 comments on commit ba38632

Please sign in to comment.