Files
composable_kernel/client_example
Rostyslav Geyyer a61e73bc56 Add instances for conv_scale with fp8@bf8->fp8 (#1220)
* Update device op api to support BComputeType

* Add example

* Add instances

* Add profiler mode

* Add client example

* Update copyright year

* Add BComputeType check

* Fix compute types
2024-04-03 09:08:08 -05:00
..
2024-03-26 16:05:54 +00:00
2024-03-26 16:05:54 +00:00
2024-03-26 16:05:54 +00:00
2024-03-26 16:05:54 +00:00
2024-03-26 16:05:54 +00:00
2024-03-26 16:05:54 +00:00

Client application links to CK library, and therefore CK library needs to be installed before building client applications.

Build

mkdir -p client_example/build
cd client_example/build
cmake                                                                 \
-D CMAKE_CXX_COMPILER=/opt/rocm/bin/hipcc                             \
-D CMAKE_PREFIX_PATH="/opt/rocm;${PATH_TO_CK_INSTALL_DIRECTORY}"      \
..

Build client example

 make -j