stdgpu v1.1.0 Release Notes

Release Date: 2019-11-22 // over 4 years ago
  • 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