v0.3.0
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
- Bump github.com/ebitengine/purego from 0.10.0 to 0.10.1 by @dependabot[bot] in #54
- Bump actions/checkout from 6 to 7 by @dependabot[bot] in #53
- avoid executor stalls by @eitamring in #60
- cut hot path allocations by @eitamring in #61
- add pinned async copies by @eitamring in #62
New Contributors
- @dependabot[bot] made their first contribution in #54
Full Changelog: v0.2.0...v0.3.0