From dc4aaa8c3a0fe83742fc5b539b142d4be1432421 Mon Sep 17 00:00:00 2001 From: ClementLinCF <162283536+ClementLinCF@users.noreply.github.com> Date: Sun, 18 May 2025 18:19:53 +0800 Subject: [PATCH] Update README.md --- example/ck_tile/tutorial/README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/example/ck_tile/tutorial/README.md b/example/ck_tile/tutorial/README.md index fd73b0c6ce..a90e67a043 100644 --- a/example/ck_tile/tutorial/README.md +++ b/example/ck_tile/tutorial/README.md @@ -1,8 +1,8 @@ -# CK_TILE Toy Example +# CK_TILE Tutorial Example -This repository demonstrates a toy example implemented using ck_tile +This folder demonstrates the examples implemented using ck_tile ## Build Instructions @@ -22,6 +22,11 @@ cmake -D CMAKE_PREFIX_PATH=/opt/rocm \ ### Compile Examples +#### **Basic Add Example** +```sh +make -j add_basic +``` + #### **Elementwise Add Example** ```sh make -j add @@ -39,6 +44,11 @@ make -j basic_flash_attention_fwd ## Running Examples +#### **Basic Add Example** +```sh +./bin/add_basic +``` + ### **Elementwise Add** ```sh ./bin/add