Skip to content

Version 0.6.1: Minor bug fixes

Compare
Choose a tag to compare
@eyalroz eyalroz released this 07 Dec 22:50
· 244 commits to master since this release

Changes since v0.6:

Bug fixes

  • #442 Changed a no-longer-valid use of link::input_type_t in link.hpp which was triggering an error when building with C++17.
  • #438 Corrected the make_cuda_host_alloc_flags() function, which was bitwise-AND-ing instead of bitwise-OR-ing.

Other changes

  • #441 kernel_t::context() now uses wrap() and is noexcept
  • #436 , #437 Now respecting the CUDA_NO_HALF preprocessor define, and not defining nor including including and half-precision-related code with it defined.