Skip to content

v0.3.0

Choose a tag to compare

@eitamring eitamring released this 15 Jul 06:06
57802b6

CUDA waits no longer block the command lane, and common driver paths allocate less.

This release also adds pinned async copies for flat,
pitched, volume, and array memory, with overlap and memset benchmarks.

HostBuffer calls still work. Exact interfaces using the old host-copy signatures need to accept PinnedHost. Direct NOT_READY type
assertions should use errors.Is or errors.As.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0