Skip to content

feat: add HalProvider interface for GPU device sharing#9

Merged
kolkov merged 1 commit intomainfrom
feat/hal-provider
Feb 9, 2026
Merged

feat: add HalProvider interface for GPU device sharing#9
kolkov merged 1 commit intomainfrom
feat/hal-provider

Conversation

@kolkov
Copy link
Contributor

@kolkov kolkov commented Feb 9, 2026

Summary

  • Add HalProvider interface for direct HAL device/queue access
  • Enables GPU accelerators (e.g., gg SDF pipeline) to share the host device without creating their own wgpu instance
  • Optional interface — consumers use type assertion on DeviceProvider
  • Update CHANGELOG.md and README.md for v0.9.0

HalProvider exposes HAL-level GPU resources (device, queue) via any
type for cross-repo integration without circular dependencies.
@codecov
Copy link

codecov bot commented Feb 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@kolkov kolkov merged commit a32ae78 into main Feb 9, 2026
10 checks passed
@kolkov kolkov deleted the feat/hal-provider branch February 15, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant