alpaka v0.3.2 Release Notes

Release Date: 2018-10-16 // over 5 years ago
  • ๐Ÿ› Bug fix and compatibility release for version 0.3.1.

    ๐Ÿ†• New Features:

    • โœจ Enhanced the compiler compatibility checks within the CMake scripts

    ๐Ÿ› Bugs Fixed:

    • ๐Ÿ›  fixed missing error in case of wrong OpenMP thread count being used by the runtime that was not triggered when not in debug mode
    • ๐Ÿ›  fixed CUDA driver API error handling
    • ๐Ÿ›  fixed CUDA memcpy and memset for zero sized buffers (division by zero)
    • ๐Ÿ›  fixed OpenMP 4 execution
    • ๐Ÿ›  fixed the VS2017 CUDA build (not officially supported)
    • ๐Ÿ›  fixed CUDA callback execution not waiting for the task to finish executing
    • ๐Ÿ›  fixed cudaOnly test being part of make test when cuda only mode is not enabled

    Compatibility Changes:

    • โž• added support for CUDA 9.2

    DOI