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/).