Skip to content

stdgpu 1.1.0

Compare
Choose a tag to compare
@stotko stotko released this 22 Nov 15:19
· 491 commits to master since this release

After a stabilization and cleanup phase, the next version of stdgpu is available.

New Features & Enhancements

  • cmake: Improve compute capability detection #8 #28
  • cmake: Add option STDGPU_BUILD_SHARED_LIBS to build the project as a shared library #14
  • unordered_map,unordered_set: Improve reliability #25
  • platform: Add STDGPU_DEVICE_ONLY annotation macro #7
  • test: Upgrade googletest to 1.10.0 #6
  • Refactor internal code structure and move platform-specific code to a dedicated CUDA backend #1 #2 #4 #5 #9 #10 #11 #16 #19 #23 #24 #27

Bug Fixes

  • atomic: Fix missing template type names in the function definitions #30
  • atomic: Fix bit shift in unit test #18
  • cmake: Workaround unspecified CUDA directories on Windows #15
  • cmake,src: Handle format warnings #29
  • deque,unordered_map,unordered_set,vector: Fix missing typename #17
  • deque,vector: Remove unreliable validity check in unit test #20
  • memory: Workaround possible compilation failures #26
  • mutex: Fix typo in test name #21
  • unordered_map,unordered_set: Workaround while loop timeouts #3
  • unordered_map,unordered_set: Fix corner case in bucket computation #22