Hacktoberfestdocumentationgood first issue
Repository-Metriken
- Stars
- (400 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
compute/ is the recommended dispatch surface for backend-agnostic GPU computing but has
no README. All other GPU-related modules (vcl, cuda, vulkan) have READMEs.
Task
Create compute/README.md explaining:
- The compute abstraction layer
- How it dispatches to vcl/cuda/vulkan backends
- Available operations (element-wise, BLAS, reduce)
- Basic usage example
Verification
- README links correctly to backend-specific docs