Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 10:35
· 23 commits to main since this release
9315160

Note: this is a breaking API and ABI change. Device selection now uses opaque device handles instead of integer gpu_device indices. This fixes the ambiguity where 0 meant automatic selection, making it impossible to select device 0 explicitly.

When upgrading from 0.1.3, rebuild native consumers against 0.2.0 and upgrade bindings and native providers together. Replace gpu_device/gpuDevice with an enumerated device, or leave it unset for automatic selection. CLI users should remove --device 0 to retain automatic selection. See the 0.2 migration guide (docs/migrating-to-0.2.md) for details.