mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-19 04:19:36 +00:00
Reorganize project folders (#6)
This commit is contained in:
23
client_example/README.md
Normal file
23
client_example/README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
[Back to the main page](../README.md)
|
||||
# Composable Kernel client examples
|
||||
##
|
||||
Client application links to CK library, and therefore CK library needs to be installed before building client applications.
|
||||
|
||||
|
||||
## Build
|
||||
```bash
|
||||
mkdir -p client_example/build
|
||||
cd client_example/build
|
||||
```
|
||||
|
||||
```bash
|
||||
cmake \
|
||||
-D CMAKE_CXX_COMPILER=/opt/rocm/bin/hipcc \
|
||||
-D CMAKE_PREFIX_PATH="/opt/rocm;${PATH_TO_CK_INSTALL_DIRECTORY}" \
|
||||
..
|
||||
```
|
||||
|
||||
### Build client example
|
||||
```bash
|
||||
make -j
|
||||
```
|
||||
Reference in New Issue
Block a user