vlang/vsl

docs: add compute module README

オープン

#324 opened on 2026/07/14

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)V (49 件のフォーク)auto 404
Hacktoberfestdocumentationgood first issue

Repository metrics

Stars
 (400 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド