vlang/vsl

docs: add compute module README

開放

#324 建立於 2026年7月14日

 (0 則留言) (0 個反應) (0 位負責人)V (49 個分叉)auto 404
Hacktoberfestdocumentationgood first issue

倉庫指標

星標
 (400 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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:

  1. The compute abstraction layer
  2. How it dispatches to vcl/cuda/vulkan backends
  3. Available operations (element-wise, BLAS, reduce)
  4. Basic usage example

Verification

  • README links correctly to backend-specific docs

貢獻者指南