mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-13 10:37:42 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user