1
0
mirror of https://github.com/fumiama/gozel.git synced 2026-06-05 00:10:24 +08:00

doc: update examples in README

This commit is contained in:
源文雨
2026-03-28 18:09:39 +08:00
parent b821801ecd
commit 99e4971eb7

View File

@@ -128,6 +128,7 @@ Test Passed!!!
| Example | Description | Source |
|---|---|---|
| **vadd** | Vector addition — GPU kernel launch, memory copy, validation | [examples/vadd](examples/vadd/) |
| **vadd_event** | Vector addition with event — GPU kernel launch, memory copy, validation | [examples/vadd](examples/vadd_event/) |
## The `ze` Package — High-Level API