Version 0.6.4 : Minor changes and bug fixes #530
eyalroz
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Changes since v0.6.3:
Features
Bug fixes
copy_parameters_t::set_single_context
no longer mistakenly taking anendpoint_t
parametercuda::memory::typed_set()
no longer mistakenly accepts values of size 8 (which have no special CUDA API call).stream_t::enqueue_t::write_single_value()
cuda::memory::managed::allocate(device, num_bytes)
(which was declared but not defined)Other changes
synch
tosync
in multiple identifiersprogram_t::add_registered_globals()
can now take any container of any string-like type.device_t
's by const-ref in more cases, avoiding copying and enabling re-use of a reference to the primary context.Build issues
This discussion was created from the release Version 0.6.4 : Minor changes and bug fixes.
Beta Was this translation helpful? Give feedback.
All reactions