From 9e4a4aa9c1c4fdda0875928fd051ba36e9d40c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sun, 29 Mar 2026 17:12:56 +0800 Subject: [PATCH] dox: fix typo --- examples/vadd/README.md | 2 +- examples/vadd_event/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/vadd/README.md b/examples/vadd/README.md index ddb57bf..b449a2a 100644 --- a/examples/vadd/README.md +++ b/examples/vadd/README.md @@ -1,6 +1,6 @@ # Vector Addition — Command Queue -> ![Tips] +> [!Note] > **SYCL** is used to write this kernel, which is not a common practice. > Please also have a look at the **OpenCL** kernel examples like [image_scale](../image_scale/). diff --git a/examples/vadd_event/README.md b/examples/vadd_event/README.md index 29504d7..ac5a592 100644 --- a/examples/vadd_event/README.md +++ b/examples/vadd_event/README.md @@ -1,6 +1,6 @@ # Vector Addition — Immediate Command List with Events -> ![Tips] +> [!Note] > **SYCL** is used to write this kernel, which is not a common practice. > Please also have a look at the **OpenCL** kernel examples like [image_scale](../image_scale/).